From: Michał Górny Date: Sat, 21 Sep 2019 16:24:35 +0000 (+0200) Subject: virtual/ruby-ffi: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8827291f20bc6f96e4c7bf75278de7655b6a7fdc;p=gentoo.git virtual/ruby-ffi: Remove last-rited pkg Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index 298f89c4fd15..2714acee7f11 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,7 +29,6 @@ #--- END OF EXAMPLES --- - # Miroslav Å ulc (2019-09-21) # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.26 @@ -1167,13 +1166,6 @@ www-apps/sitebar # server, http://www.webmin.com/exploit.html app-admin/webmin -# Hans de Graaff (2019-08-21) -# This virtual was useful when jruby was still around but this -# has not been the case for a long time and there are no -# reverse dependencies for this package anymore. -# Removal in 30 days. -virtual/ruby-ffi - # Miroslav Å ulc (2019-08-19) # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.24 diff --git a/virtual/ruby-ffi/metadata.xml b/virtual/ruby-ffi/metadata.xml deleted file mode 100644 index 28ab0c15f206..000000000000 --- a/virtual/ruby-ffi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/virtual/ruby-ffi/ruby-ffi-4.ebuild b/virtual/ruby-ffi/ruby-ffi-4.ebuild deleted file mode 100644 index 82d3cb150703..000000000000 --- a/virtual/ruby-ffi/ruby-ffi-4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for the Ruby ffi library" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - ruby_targets_ruby24? ( dev-ruby/ffi[ruby_targets_ruby24] ) -" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { :; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; }