commit: 836e6b124132d2b3d46eae3cdb44f7f667bcb2fb Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jan 3 07:15:41 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jan 3 07:15:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836e6b12
dev-ruby/pkg-config: cleanup Package-Manager: portage-2.2.24 dev-ruby/pkg-config/Manifest | 1 - dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild | 34 -------------------------- dev-ruby/pkg-config/pkg-config-1.1.5.ebuild | 34 -------------------------- 3 files changed, 69 deletions(-) diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest index 50402ad..7cdc79a 100644 --- a/dev-ruby/pkg-config/Manifest +++ b/dev-ruby/pkg-config/Manifest @@ -1,2 +1 @@ -DIST pkg-config-1.1.5.gem 19456 SHA256 c821a08679b447e9665639d7c12b6a1d566530dcc9920c2d5dfd5e2e7cab06a7 SHA512 3f5fa5f255dc8c8838eb742e0b3654de7d00155fe8c41e007ae51cc01c5380182a24ee0b4718d76e5b76ad1deb917d429db61d3ffc995a774381722749b82cdd WHIRLPOOL 8d281d5b02cb71fdcb5dd899b817ac255b81db070f892f05ab312f21716f61805e954e8b882442deb9de04bb80e302648997ae206faaa5f3eb505447d82c05cd DIST pkg-config-1.1.6.gem 19456 SHA256 f89c285286d9bb1607022225d042d8ff96d41d2755d4de80611d52f3ab0f7626 SHA512 089aec86cf008d1dca3fa6ee6604ef5860cd404671e23b539eb82a4654255eecddd142d0249e0c89dad7a467a5252ed3afea665cda8bb4012ae5ec8e24d2d825 WHIRLPOOL 619d85ad9e7ce5adaf4731abebbbe2e089571defac38f147c528e1f0a99d0f5345e0ecb7b0f27c999353dc5b4e22df0771a25403a6c31d1cb550664c3fbcfef8 diff --git a/dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild deleted file mode 100644 index 4decff3..0000000 --- a/dev-ruby/pkg-config/pkg-config-1.1.5-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" - -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="A pkg-config implementation by Ruby" -HOMEPAGE="https://github.com/rcairo/pkg-config" -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" -# this is used for testing -DEPEND+=" test? ( x11-libs/cairo )" - -all_ruby_prepare() { -# drop failing tests - sed -i -e "/test_cflags/,/end/d"\ - -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die -} - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb -} diff --git a/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild deleted file mode 100644 index 0ac8108..0000000 --- a/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" - -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="A pkg-config implementation by Ruby" -HOMEPAGE="https://github.com/rcairo/pkg-config" -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" - -KEYWORDS="amd64 ppc ppc64 x86" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" -# this is used for testing -DEPEND+=" test? ( x11-libs/cairo )" - -all_ruby_prepare() { -# drop failing tests - sed -i -e "/test_cflags/,/end/d"\ - -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die -} - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb -}
