summaryrefslogtreecommitdiff
path: root/devel/rubygem-xdg2
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-xdg2')
-rw-r--r--devel/rubygem-xdg2/Makefile20
-rw-r--r--devel/rubygem-xdg2/distinfo3
-rw-r--r--devel/rubygem-xdg2/pkg-descr9
3 files changed, 0 insertions, 32 deletions
diff --git a/devel/rubygem-xdg2/Makefile b/devel/rubygem-xdg2/Makefile
deleted file mode 100644
index 324e4cef7a5c..000000000000
--- a/devel/rubygem-xdg2/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= xdg
-PORTVERSION= 2.2.5
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 2
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= XDG Base Directory Standard Library for Ruby
-WWW= https://github.com/bkuhlmann/xdg
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^2\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg2/distinfo b/devel/rubygem-xdg2/distinfo
deleted file mode 100644
index f2b7654395cb..000000000000
--- a/devel/rubygem-xdg2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1558729959
-SHA256 (rubygem/xdg-2.2.5.gem) = f3a5f799363852695e457bb7379ac6c4e3e8cb3a51ce6b449ab47fbb1523b913
-SIZE (rubygem/xdg-2.2.5.gem) = 18432
diff --git a/devel/rubygem-xdg2/pkg-descr b/devel/rubygem-xdg2/pkg-descr
deleted file mode 100644
index 664e42502c05..000000000000
--- a/devel/rubygem-xdg2/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-XDG provides an easy to use Ruby library for working with XDG standards.
-
-Presently, it only supports the XDG Base Directory Standard.
-
-If your program utilizes user or system-wide support files (e.g. configuration
-files), you owe it to yourself to checkout the XDG base directory standard.
-
-You can learn more about the standard at:
-http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html