summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-03 21:54:29 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-08-03 21:54:29 +0000
commit31b20a9d9a1949691596c256637b91341d25c9ae (patch)
treea7cfd0539a734550793f8e5f9127d521594c08ce /dev-ruby
parentRemove old. Drop stable keyword for ppc. (diff)
downloadgentoo-2-31b20a9d9a1949691596c256637b91341d25c9ae.tar.gz
gentoo-2-31b20a9d9a1949691596c256637b91341d25c9ae.tar.bz2
gentoo-2-31b20a9d9a1949691596c256637b91341d25c9ae.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-vte/ChangeLog5
-rw-r--r--dev-ruby/ruby-vte/ruby-vte-1.1.8.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-ruby/ruby-vte/ChangeLog b/dev-ruby/ruby-vte/ChangeLog
index a24a26db24b1..6b18c43c49ad 100644
--- a/dev-ruby/ruby-vte/ChangeLog
+++ b/dev-ruby/ruby-vte/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-vte
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.56 2015/08/03 13:49:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.57 2015/08/03 21:54:29 mrueg Exp $
+
+ 03 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -ruby-vte-1.1.8.ebuild:
+ Remove old. Drop stable keyword for ppc.
03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> ruby-vte-2.2.3.ebuild:
Stable for x86, wrt bug #554164
diff --git a/dev-ruby/ruby-vte/ruby-vte-1.1.8.ebuild b/dev-ruby/ruby-vte/ruby-vte-1.1.8.ebuild
deleted file mode 100644
index b5dd32c00f95..000000000000
--- a/dev-ruby/ruby-vte/ruby-vte-1.1.8.ebuild
+++ /dev/null
@@ -1,19 +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-vte/ruby-vte-1.1.8.ebuild,v 1.6 2014/05/21 01:29:01 mrueg Exp $
-
-EAPI=4
-USE_RUBY="ruby19"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby vte bindings"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="${RDEPEND}
- >=x11-libs/vte-0.12.1:0"
-DEPEND="${DEPEND}
- >=x11-libs/vte-0.12.1:0"
-
-ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"