diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 21:31:16 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 21:31:16 +0100 |
commit | 64339cd7874ac24714387401dd8a446b8506dc85 (patch) | |
tree | b274e6e8326abe2d0da33c71f97c17d1537663ea /virtual | |
parent | virtual/ruby-ffi: sparc stable to match underlying package (diff) | |
download | gentoo-64339cd7874ac24714387401dd8a446b8506dc85.tar.gz gentoo-64339cd7874ac24714387401dd8a446b8506dc85.tar.bz2 gentoo-64339cd7874ac24714387401dd8a446b8506dc85.zip |
virtual/ruby-ffi: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-ffi/ruby-ffi-3.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/virtual/ruby-ffi/ruby-ffi-3.ebuild b/virtual/ruby-ffi/ruby-ffi-3.ebuild deleted file mode 100644 index 0702a58af2c4..000000000000 --- a/virtual/ruby-ffi/ruby-ffi-3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for the Ruby ffi library" -SLOT="0" -KEYWORDS="alpha amd64 arm 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_ruby22? ( dev-ruby/ffi[ruby_targets_ruby22] ) -" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { :; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; } |