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/fcgi/
Date: Wed, 27 Oct 2021 11:26:34
Message-Id: 1635333888.39e73a938094c8d4be2b567627451f50972ca93f.graaff@gentoo
1 commit: 39e73a938094c8d4be2b567627451f50972ca93f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 05:38:12 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 11:24:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e73a93
7
8 dev-ruby/fcgi: EAPI 8; add ruby30; fix extension install
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/fcgi/fcgi-0.9.2.1-r2.ebuild | 26 ++++++++++++++++++++++++++
14 1 file changed, 26 insertions(+)
15
16 diff --git a/dev-ruby/fcgi/fcgi-0.9.2.1-r2.ebuild b/dev-ruby/fcgi/fcgi-0.9.2.1-r2.ebuild
17 new file mode 100644
18 index 00000000000..f5a91f69372
19 --- /dev/null
20 +++ b/dev-ruby/fcgi/fcgi-0.9.2.1-r2.ebuild
21 @@ -0,0 +1,26 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +USE_RUBY="ruby26 ruby27 ruby30"
27 +
28 +RUBY_FAKEGEM_TASK_TEST=""
29 +RUBY_FAKEGEM_TASK_DOC=""
30 +
31 +RUBY_FAKEGEM_EXTRADOC="README.rdoc README.signals"
32 +
33 +RUBY_FAKEGEM_EXTENSIONS=(ext/fcgi/extconf.rb)
34 +
35 +inherit ruby-fakegem
36 +
37 +DESCRIPTION="FastCGI library for Ruby"
38 +HOMEPAGE="https://github.com/alphallc/ruby-fcgi-ng"
39 +
40 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
41 +LICENSE="Ruby"
42 +
43 +DEPEND+=" dev-libs/fcgi"
44 +RDEPEND+=" dev-libs/fcgi"
45 +
46 +IUSE=""
47 +SLOT="0"