summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-11-23 15:22:06 +0000
committertaca <taca@pkgsrc.org>2015-11-23 15:22:06 +0000
commit12a8d9b858541111e570a9ab7885a613a9206e5d (patch)
tree382ba14dd584bd8a996686c32ad28d39c1c4c9d9 /lang
parent7738c91ff4d97d6d6ba005883de95a161064d374 (diff)
downloadpkgsrc-12a8d9b858541111e570a9ab7885a613a9206e5d.tar.gz
Remove ruby193 package.
Ruby 1.9.3 is EOL since Feb 23, 2015.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby193/DESCR6
-rw-r--r--lang/ruby193/Makefile28
2 files changed, 0 insertions, 34 deletions
diff --git a/lang/ruby193/DESCR b/lang/ruby193/DESCR
deleted file mode 100644
index d0417d0ec24..00000000000
--- a/lang/ruby193/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-This a meta package including Ruby 1.9.3 full release.
-
-It includes ruby193-base, ruby193-gdbm, ruby193-curses, ruby193-fiddle,
-ruby193-readline and ruby193-tk package.
-
-No package should depend on this package directly.
diff --git a/lang/ruby193/Makefile b/lang/ruby193/Makefile
deleted file mode 100644
index 6d915d1cc46..00000000000
--- a/lang/ruby193/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/03/13 17:06:42 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_BASE}>=${RUBY_VERSION_FULL}:${RUBY_SRCDIR}
-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}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk
-
-RUBY_VERSION_SUPPORTED= 193
-
-.include "../../lang/ruby/rubyversion.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../mk/bsd.pkg.mk"