aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-08-14 02:03:59 +0800
committerrene <rene@FreeBSD.org>2015-08-14 02:03:59 +0800
commit74190e37652f9f6f4caafb1cdf29de216e447a16 (patch)
tree2f5f8351c7b172a911f7f1cd128401116cc8c86d
parentf92a25d9c47c3a678ddfad0d618f762eb496ec9a (diff)
downloadfreebsd-ports-gnome-74190e37652f9f6f4caafb1cdf29de216e447a16.tar.gz
freebsd-ports-gnome-74190e37652f9f6f4caafb1cdf29de216e447a16.tar.zst
freebsd-ports-gnome-74190e37652f9f6f4caafb1cdf29de216e447a16.zip
Remove expired port:
2015-08-12 sysutils/rubygem-bundler17: not used by other ports anymore
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-bundler17/Makefile30
-rw-r--r--sysutils/rubygem-bundler17/distinfo2
-rw-r--r--sysutils/rubygem-bundler17/pkg-descr7
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index 74c5b0b17c50..8c4de5be8793 100644
--- a/MOVED
+++ b/MOVED
@@ -7821,3 +7821,4 @@ net/py-xmlrpclib||2015-08-07|Has expired: This is part of standard library since
net-p2p/py-kenosis||2015-08-07|Has expired: Fails to run with modern python
graphics/skencil||2015-08-08|Has expired: Project is abandoned and was overtaken by sK1 fork
www/ismail||2015-08-08|Has expired: Development has been discontinued for many years
+sysutils/rubygem-bundler17||2015-08-13|Has expired: not used by other ports anymore
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 5efaf251b371..c92c03782c90 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -838,7 +838,6 @@
SUBDIR += rubygem-bosh-gen
SUBDIR += rubygem-bosh_cli
SUBDIR += rubygem-bundler
- SUBDIR += rubygem-bundler17
SUBDIR += rubygem-bundler_ext
SUBDIR += rubygem-capistrano
SUBDIR += rubygem-capistrano-ext
diff --git a/sysutils/rubygem-bundler17/Makefile b/sysutils/rubygem-bundler17/Makefile
deleted file mode 100644
index 737b2186c1e4..000000000000
--- a/sysutils/rubygem-bundler17/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
-# $FreeBSD$
-
-PORTNAME= bundler
-PORTVERSION= 1.7.15
-PORTREVISION= 1
-CATEGORIES= sysutils rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 17
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Tool that manages gem dependencies for ruby applications
-
-LICENSE= MIT
-
-DEPRECATED= not used by other ports anymore
-EXPIRATION_DATE= 2015-08-12
-
-PORTSCOUT= limit:^1\.7\.[0-9]*
-
-NO_ARCH= yes
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-post-install:
- ${RM} ${STAGEDIR}${PREFIX}/bin/bundle*
-
-.include <bsd.port.mk>
diff --git a/sysutils/rubygem-bundler17/distinfo b/sysutils/rubygem-bundler17/distinfo
deleted file mode 100644
index 653f60282c20..000000000000
--- a/sysutils/rubygem-bundler17/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/bundler-1.7.15.gem) = bf491b71adafe39bf7396d143393d6b100bd441d8fcf0323d42a13893e1cf36b
-SIZE (rubygem/bundler-1.7.15.gem) = 308224
diff --git a/sysutils/rubygem-bundler17/pkg-descr b/sysutils/rubygem-bundler17/pkg-descr
deleted file mode 100644
index 1a14ab8bc9fa..000000000000
--- a/sysutils/rubygem-bundler17/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Bundler is a tool that manages gem dependencies for your ruby application. It
-takes a gem manifest file and is able to fetch, download, and install the gems
-and all child dependencies specified in this manifest. It can manage any update
-to the gem manifest file and update the bundled gems accordingly. It also
-letsyou run any ruby code in context of the bundled gem environment.
-
-WWW: http://gembundler.com