summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-09-16 15:15:17 +0000
committertaca <taca@pkgsrc.org>2012-09-16 15:15:17 +0000
commitdab56e030fda7d2898160dacffcf187840f3cf53 (patch)
treedadd8a827e8c7359aad186f60b1ab0b3cd131730 /lang
parent8664863cc01c7d4d67473516ef1e9f481af5357f (diff)
downloadpkgsrc-dab56e030fda7d2898160dacffcf187840f3cf53.tar.gz
Remove ruby19 package (Ruby 1.9.2).
Although Ruby 1.9.2 is still supported version, Ruby 1.9.3 has enough compatibility for pkgsrc's packages and migration terms on pkgsrc now ended. And it costs to supporing multiple versions of Ruby along with multiple versions of Ruby on Rails, too.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby19/DESCR6
-rw-r--r--lang/ruby19/Makefile29
2 files changed, 0 insertions, 35 deletions
diff --git a/lang/ruby19/DESCR b/lang/ruby19/DESCR
deleted file mode 100644
index 60fa57c6cc8..00000000000
--- a/lang/ruby19/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-This a meta package including Ruby 1.9.2 full release.
-
-It includes ruby19-base, ruby19-gdbm, ruby19-curses, ruby19-fiddle,
-ruby19-readline, ruby19-psych and ruby19-tk package.
-
-No package should depend on this package directly.
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile
deleted file mode 100644
index 110da09afe9..00000000000
--- a/lang/ruby19/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/04/22 08:24:08 taca Exp $
-#
-
-DISTNAME= # empty
-PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_FULL}
-CATEGORIES= lang ruby
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.ruby-lang.org/en/
-COMMENT= Ruby programming language ${RUBY_VERSION} meta package
-LICENSE= gnu-gpl-v2 OR ruby-license
-
-META_PACKAGE= yes
-
-DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION_FULL}:../../lang/${RUBY_NAME}-base
-DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_FULL}:../../databases/ruby-gdbm
-DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_FULL}:../../devel/ruby-curses
-DEPENDS+= ${RUBY_PKGPREFIX}-fiddle>=${RUBY_VERSION_FULL}:../../devel/ruby-fiddle
-DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
-DEPENDS+= ${RUBY_PKGPREFIX}-psych>=${RUBY_VERSION_FULL}:../../textproc/ruby-psych
-DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk
-
-RUBY_VERSION_SUPPORTED= 19
-
-.include "../../lang/ruby/rubyversion.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../mk/bsd.pkg.mk"