diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-08-03 21:57:56 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-08-03 21:57:56 +0000 |
commit | d62beca704707d9673bf861ba5002ea2f4cb85dc (patch) | |
tree | f325bd40a1e16233884ec61ed65318d11457f731 /dev-ruby | |
parent | Remove old. Drop stable keyword for ppc. (diff) | |
download | gentoo-2-d62beca704707d9673bf861ba5002ea2f4cb85dc.tar.gz gentoo-2-d62beca704707d9673bf861ba5002ea2f4cb85dc.tar.bz2 gentoo-2-d62beca704707d9673bf861ba5002ea2f4cb85dc.zip |
Remove old. Drop stable keyword for ppc.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-pango/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-pango/ruby-pango-1.1.8.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-ruby/ruby-pango/ChangeLog b/dev-ruby/ruby-pango/ChangeLog index 6c278be714fd..4ba3d40f222b 100644 --- a/dev-ruby/ruby-pango/ChangeLog +++ b/dev-ruby/ruby-pango/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-pango # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v 1.98 2015/08/03 13:49:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v 1.99 2015/08/03 21:57:56 mrueg Exp $ + + 03 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -ruby-pango-1.1.8.ebuild: + Remove old. Drop stable keyword for ppc. 03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> ruby-pango-2.2.3.ebuild: Stable for x86, wrt bug #554164 diff --git a/dev-ruby/ruby-pango/ruby-pango-1.1.8.ebuild b/dev-ruby/ruby-pango/ruby-pango-1.1.8.ebuild deleted file mode 100644 index d11c017b3bdf..000000000000 --- a/dev-ruby/ruby-pango/ruby-pango-1.1.8.ebuild +++ /dev/null @@ -1,20 +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/ruby-pango/ruby-pango-1.1.8.ebuild,v 1.6 2014/04/24 21:07:37 mrueg Exp $ - -EAPI=4 -USE_RUBY="ruby19" - -inherit ruby-ng-gnome2 - -DESCRIPTION="Ruby Pango bindings" -KEYWORDS="amd64 ppc x86" -IUSE="" -DEPEND="${DEPEND} - >=x11-libs/pango-1.2.1 - >=dev-ruby/rcairo-1.2.0" -RDEPEND="${RDEPEND} - >=x11-libs/pango-1.2.1 - >=dev-ruby/rcairo-1.2.0" - -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |