virtual/ruby-ffi: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 16:24:35 +0000 (18:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 16:25:02 +0000 (18:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
virtual/ruby-ffi/metadata.xml [deleted file]
virtual/ruby-ffi/ruby-ffi-4.ebuild [deleted file]

index 298f89c4fd15e28381260fb772757713620f9faf..2714acee7f11317bcd7d0f01269cf8ec47dcdcf3 100644 (file)
@@ -29,7 +29,6 @@
 
 #--- END OF EXAMPLES ---
 
-
 # Miroslav Šulc <fordfrog@gentoo.org> (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 <graaff@gentoo.org> (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 <fordfrog@gentoo.org> (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 (file)
index 28ab0c1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>ruby@gentoo.org</email>
-       <name>Gentoo Ruby Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/virtual/ruby-ffi/ruby-ffi-4.ebuild b/virtual/ruby-ffi/ruby-ffi-4.ebuild
deleted file mode 100644 (file)
index 82d3cb1..0000000
+++ /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() { :; }