From 47e8a839837e4e67da55b917cf8026676abc3842 Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Wed, 5 Mar 2014 22:43:02 +0000 Subject: Version bump. Cleanup old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key ) --- dev-ruby/systemu/ChangeLog | 8 +++++++- dev-ruby/systemu/systemu-2.6.1.ebuild | 28 ---------------------------- dev-ruby/systemu/systemu-2.6.2.ebuild | 28 ---------------------------- dev-ruby/systemu/systemu-2.6.4.ebuild | 28 ++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 57 deletions(-) delete mode 100644 dev-ruby/systemu/systemu-2.6.1.ebuild delete mode 100644 dev-ruby/systemu/systemu-2.6.2.ebuild create mode 100644 dev-ruby/systemu/systemu-2.6.4.ebuild (limited to 'dev-ruby/systemu') diff --git a/dev-ruby/systemu/ChangeLog b/dev-ruby/systemu/ChangeLog index cfbc30a22925..4d6f8c44d6a5 100644 --- a/dev-ruby/systemu/ChangeLog +++ b/dev-ruby/systemu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/systemu # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.21 2014/02/23 16:10:52 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.22 2014/03/05 22:43:02 mrueg Exp $ + +*systemu-2.6.4 (05 Mar 2014) + + 05 Mar 2014; Manuel Rüger +systemu-2.6.4.ebuild, + -systemu-2.6.1.ebuild, -systemu-2.6.2.ebuild: + Version bump. Cleanup old. *systemu-2.6.3 (23 Feb 2014) diff --git a/dev-ruby/systemu/systemu-2.6.1.ebuild b/dev-ruby/systemu/systemu-2.6.1.ebuild deleted file mode 100644 index 27ffd9ab855e..000000000000 --- a/dev-ruby/systemu/systemu-2.6.1.ebuild +++ /dev/null @@ -1,28 +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/systemu/systemu-2.6.1.ebuild,v 1.1 2014/02/14 06:42:22 graaff Exp $ - -EAPI=5 -# Test hangs on jruby -USE_RUBY="ruby18 ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README" - -inherit ruby-fakegem - -DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID" -HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r samples -} diff --git a/dev-ruby/systemu/systemu-2.6.2.ebuild b/dev-ruby/systemu/systemu-2.6.2.ebuild deleted file mode 100644 index bec1c8b05aac..000000000000 --- a/dev-ruby/systemu/systemu-2.6.2.ebuild +++ /dev/null @@ -1,28 +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/systemu/systemu-2.6.2.ebuild,v 1.1 2014/02/16 15:29:21 mrueg Exp $ - -EAPI=5 -# Test hangs on jruby -USE_RUBY="ruby18 ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README" - -inherit ruby-fakegem - -DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID" -HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r samples -} diff --git a/dev-ruby/systemu/systemu-2.6.4.ebuild b/dev-ruby/systemu/systemu-2.6.4.ebuild new file mode 100644 index 000000000000..2e0fb58ea9fb --- /dev/null +++ b/dev-ruby/systemu/systemu-2.6.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-2.6.4.ebuild,v 1.1 2014/03/05 22:43:02 mrueg Exp $ + +EAPI=5 +# Test hangs on jruby +USE_RUBY="ruby18 ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="README" + +inherit ruby-fakegem + +DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID" +HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF} + doins -r samples +} -- cgit v1.2.3-65-gdbad