diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 07:56:29 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:16:52 +0100 |
commit | 7d7e578a773955efc2122415d585ceb11f68e187 (patch) | |
tree | f916633464157de2d2ab311b3c2797d20210333b /dev-ruby/fcgi | |
parent | dev-ruby/fcgi: all arches stable (diff) | |
download | gentoo-7d7e578a773955efc2122415d585ceb11f68e187.tar.gz gentoo-7d7e578a773955efc2122415d585ceb11f68e187.tar.bz2 gentoo-7d7e578a773955efc2122415d585ceb11f68e187.zip |
dev-ruby/fcgi: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/fcgi')
-rw-r--r-- | dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild deleted file mode 100644 index f37923f2cd25..000000000000 --- a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc README.signals" - -inherit multilib ruby-fakegem - -DESCRIPTION="FastCGI library for Ruby" -HOMEPAGE="https://github.com/alphallc/ruby-fcgi-ng" - -KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -LICENSE="Ruby" - -DEPEND+=" dev-libs/fcgi" -RDEPEND+=" dev-libs/fcgi" - -IUSE="" -SLOT="0" - -each_ruby_configure() { - ${RUBY} -C ext/fcgi extconf.rb || die "extconf failed" -} - -each_ruby_compile() { - emake V=1 -C ext/fcgi - cp ext/fcgi/fcgi$(get_modname) lib || die -} |