summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-23 15:05:46 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-23 15:05:46 +0000
commitd0654503b527bfecd51955e1bb7253d68cf3d419 (patch)
treedac3d93a7b6b95c5043824d187d917f9ba512dc7 /dev-ruby/pkg-config
parentDrop old (diff)
downloadgentoo-2-d0654503b527bfecd51955e1bb7253d68cf3d419.tar.gz
gentoo-2-d0654503b527bfecd51955e1bb7253d68cf3d419.tar.bz2
gentoo-2-d0654503b527bfecd51955e1bb7253d68cf3d419.zip
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
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.3.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-ruby/pkg-config/ChangeLog b/dev-ruby/pkg-config/ChangeLog
index 8822e24c4c4a..74a24aabd8f4 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.31 2014/11/23 14:37:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.32 2014/11/23 15:05:46 mrueg Exp $
+
+ 23 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -pkg-config-1.1.3.ebuild:
+ Cleanup old.
23 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pkg-config-1.1.5.ebuild:
Stable for x86, wrt bug #521316
diff --git a/dev-ruby/pkg-config/pkg-config-1.1.3.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.3.ebuild
deleted file mode 100644
index 2b1b8981ea87..000000000000
--- a/dev-ruby/pkg-config/pkg-config-1.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 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.3.ebuild,v 1.7 2014/04/05 23:25:14 mrueg Exp $
-
-EAPI="2"
-USE_RUBY="ruby19"
-
-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
-}