diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 00:51:13 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 00:51:13 +0000 |
commit | 9d142e2b7c3fb48b65d08bceca826f0a1b61be73 (patch) | |
tree | 53aad88d749501dbe7a5fd18d2d6bdf73988fa73 /dev-ruby/pkg-config | |
parent | Remove dev-ruby/mkrf mask. (diff) | |
download | gentoo-2-9d142e2b7c3fb48b65d08bceca826f0a1b61be73.tar.gz gentoo-2-9d142e2b7c3fb48b65d08bceca826f0a1b61be73.tar.bz2 gentoo-2-9d142e2b7c3fb48b65d08bceca826f0a1b61be73.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/pkg-config')
-rw-r--r-- | dev-ruby/pkg-config/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild | 31 | ||||
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.1.4.ebuild | 31 |
3 files changed, 5 insertions, 63 deletions
diff --git a/dev-ruby/pkg-config/ChangeLog b/dev-ruby/pkg-config/ChangeLog index 984313fa729e..c2f707d5213f 100644 --- a/dev-ruby/pkg-config/ChangeLog +++ b/dev-ruby/pkg-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/pkg-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.22 2014/01/13 05:30:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.23 2014/01/29 00:51:13 mrueg Exp $ + + 29 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -pkg-config-1.1.4-r1.ebuild, + -pkg-config-1.1.4.ebuild: + Cleanup old. *pkg-config-1.1.5 (13 Jan 2014) diff --git a/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild deleted file mode 100644 index 95b6bf34a388..000000000000 --- a/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild,v 1.2 2013/12/05 09:57:18 naota Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_RECIPE_TEST="none" - -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 )" -RDEPEND+=" virtual/pkgconfig" - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb -} diff --git a/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild deleted file mode 100644 index bff95d3e9ec4..000000000000 --- a/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild,v 1.2 2012/09/30 22:06:16 flameeyes Exp $ - -EAPI="4" -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_RECIPE_TEST="none" - -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 )" -RDEPEND+=" virtual/pkgconfig" - -each_ruby_test() { - ruby-ng_testrb-2 test/test_${PN/-/_}.rb -} |