commit:     8827291f20bc6f96e4c7bf75278de7655b6a7fdc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 16:24:35 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 16:25:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8827291f

virtual/ruby-ffi: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask              |  8 --------
 virtual/ruby-ffi/metadata.xml      |  8 --------
 virtual/ruby-ffi/ruby-ffi-4.ebuild | 23 -----------------------
 3 files changed, 39 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 298f89c4fd1..2714acee7f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,7 +29,6 @@
 
 #--- END OF EXAMPLES ---
 
-
 # Miroslav Šulc <fordf...@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 <gra...@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 <fordf...@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
index 28ab0c15f20..00000000000
--- a/virtual/ruby-ffi/metadata.xml
+++ /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>r...@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
index 82d3cb15070..00000000000
--- 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() { :; }

Reply via email to