summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/pkg-config')
-rw-r--r--dev-ruby/pkg-config/ChangeLog5
-rw-r--r--dev-ruby/pkg-config/pkg-config-1.1.2.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-ruby/pkg-config/ChangeLog b/dev-ruby/pkg-config/ChangeLog
index 7e1937650d1f..47db786eabec 100644
--- a/dev-ruby/pkg-config/ChangeLog
+++ b/dev-ruby/pkg-config/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/pkg-config
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.17 2012/08/17 13:10:11 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.18 2012/09/09 18:06:09 graaff Exp $
+
+ 09 Sep 2012; Hans de Graaff <graaff@gentoo.org> -pkg-config-1.1.2.ebuild:
+ Cleanup.
17 Aug 2012; Johannes Huber <johu@gentoo.org> pkg-config-1.1.3.ebuild:
Stable for x86, wrt bug #428040
diff --git a/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild
deleted file mode 100644
index ff66f18f554e..000000000000
--- a/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild
+++ /dev/null
@@ -1,29 +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.2.ebuild,v 1.10 2012/07/01 18:31:40 armin76 Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_TASK_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=""
-
-# Requires rcairo to be installed.
-RESTRICT="test"
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}