Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ffi/
Date: Tue, 12 Jul 2016 04:38:59
Message-Id: 1468297237.5b53d7dbd66893cf8b3dd464cd79866e05dd556f.graaff@gentoo
1 commit: 5b53d7dbd66893cf8b3dd464cd79866e05dd556f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 12 04:20:37 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 12 04:20:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b53d7db
7
8 virtual/ruby-ffi: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 virtual/ruby-ffi/ruby-ffi-2.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/virtual/ruby-ffi/ruby-ffi-2.ebuild b/virtual/ruby-ffi/ruby-ffi-2.ebuild
16 deleted file mode 100644
17 index fe00641..0000000
18 --- a/virtual/ruby-ffi/ruby-ffi-2.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=2
26 -USE_RUBY="ruby19 ruby20 jruby"
27 -
28 -inherit ruby-ng
29 -
30 -DESCRIPTION="Virtual ebuild for the Ruby ffi library"
31 -HOMEPAGE=""
32 -SRC_URI=""
33 -
34 -LICENSE=""
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
37 -IUSE=""
38 -
39 -RDEPEND="ruby_targets_ruby19? ( dev-ruby/ffi[ruby_targets_ruby19] )
40 - ruby_targets_ruby20? ( dev-ruby/ffi[ruby_targets_ruby20] )
41 - ruby_targets_jruby? ( dev-java/jruby )"
42 -DEPEND=""
43 -
44 -pkg_setup() { :; }
45 -src_unpack() { :; }
46 -src_prepare() { :; }
47 -src_compile() { :; }
48 -src_install() { :; }
49 -pkg_preinst() { :; }
50 -pkg_postinst() { :; }