lang/ruby25: remove package

Remove ruby25 package since it became EOL, date: 2021-03-31.
This commit is contained in:
taca 2021-04-01 14:06:40 +00:00
parent 1b209472a0
commit af573df0cf
2 changed files with 0 additions and 31 deletions

View file

@ -1,6 +0,0 @@
This a meta package including Ruby 2.5 full release.
It includes ruby25-base, ruby25-gdbm, ruby25-fiddle and ruby25-readline
package.
No package should depend on this package directly.

View file

@ -1,25 +0,0 @@
# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:31 rillig Exp $
#
DISTNAME= # empty
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION}
CATEGORIES= lang ruby
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://www.ruby-lang.org/en/
COMMENT= Ruby programming language ${RUBY_VERSION} meta package
META_PACKAGE= yes
DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
DEPENDS+= ${RUBY_NAME}-gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm
DEPENDS+= ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
RUBY_VERSIONS_ACCEPTED= 25
.include "../../lang/ruby/rubyversion.mk"
.include "../../lang/ruby/Makefile.common"
.include "../../mk/bsd.pkg.mk"