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: dev-ruby/ffi-compiler/
Date: Sat, 02 Apr 2022 08:58:03
Message-Id: 1648889867.39ac03c5fc448ac2c8e597a950f2706d6f57c8c6.graaff@gentoo
1 commit: 39ac03c5fc448ac2c8e597a950f2706d6f57c8c6
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 08:54:01 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 08:57:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ac03c5
7
8 dev-ruby/ffi-compiler: drop 1.0.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild b/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
16 deleted file mode 100644
17 index 3cf0b2b73392..000000000000
18 --- a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -USE_RUBY="ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_EXTRADOC="README.md"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="none"
30 -
31 -inherit ruby-fakegem
32 -
33 -DESCRIPTION="Ruby FFI Rakefile generator"
34 -HOMEPAGE="https://github.com/ffi/ffi/wiki"
35 -
36 -LICENSE="Apache-2.0"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
39 -IUSE=""
40 -
41 -ruby_add_rdepend "dev-ruby/rake >=dev-ruby/ffi-1.0.0"