diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-08-03 21:59:27 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-08-03 21:59:27 +0000 |
commit | d96d9b33e7ce5620a4b5b97d8682409539e4c4f3 (patch) | |
tree | 57c1580e271527ca6c63d03a2a245d2c8583fd87 | |
parent | Remove old. Drop stable keyword for ppc. (diff) | |
download | gentoo-2-d96d9b33e7ce5620a4b5b97d8682409539e4c4f3.tar.gz gentoo-2-d96d9b33e7ce5620a4b5b97d8682409539e4c4f3.tar.bz2 gentoo-2-d96d9b33e7ce5620a4b5b97d8682409539e4c4f3.zip |
Remove old. Drop stable keyword for ppc.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | dev-ruby/ruby-gtksourceview/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.8.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-ruby/ruby-gtksourceview/ChangeLog b/dev-ruby/ruby-gtksourceview/ChangeLog index 716558e2c772..35ab2e43fb7b 100644 --- a/dev-ruby/ruby-gtksourceview/ChangeLog +++ b/dev-ruby/ruby-gtksourceview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-gtksourceview # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.67 2015/08/03 13:49:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.68 2015/08/03 21:59:27 mrueg Exp $ + + 03 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -ruby-gtksourceview-1.1.8.ebuild: + Remove old. Drop stable keyword for ppc. 03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> ruby-gtksourceview-2.2.3.ebuild: diff --git a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.8.ebuild b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.8.ebuild deleted file mode 100644 index 960f1d0e3437..000000000000 --- a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.8.ebuild +++ /dev/null @@ -1,23 +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-gtksourceview/ruby-gtksourceview-1.1.8.ebuild,v 1.6 2014/05/21 01:36:07 mrueg Exp $ - -EAPI=4 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_NAME="gtksourceview2" - -inherit ruby-ng-gnome2 - -RUBY_S=ruby-gnome2-all-${PV}/gtksourceview2 - -DESCRIPTION="Ruby bindings for gtksourceview" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="${RDEPEND} - x11-libs/gtksourceview:2.0" -DEPEND="${DEPEND} - x11-libs/gtksourceview:2.0" - -ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}" |