diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-05 22:43:02 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-05 22:43:02 +0000 |
commit | 47e8a839837e4e67da55b917cf8026676abc3842 (patch) | |
tree | c44ffdea98428275d3f13106355de7d9fe4678ae /dev-ruby/systemu | |
parent | Version bump. (diff) | |
download | gentoo-2-47e8a839837e4e67da55b917cf8026676abc3842.tar.gz gentoo-2-47e8a839837e4e67da55b917cf8026676abc3842.tar.bz2 gentoo-2-47e8a839837e4e67da55b917cf8026676abc3842.zip |
Version bump. Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/systemu')
-rw-r--r-- | dev-ruby/systemu/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.6.1.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.6.4.ebuild (renamed from dev-ruby/systemu/systemu-2.6.2.ebuild) | 2 |
3 files changed, 8 insertions, 30 deletions
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 <mrueg@gentoo.org> +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.4.ebuild index bec1c8b05aac..2e0fb58ea9fb 100644 --- a/dev-ruby/systemu/systemu-2.6.2.ebuild +++ b/dev-ruby/systemu/systemu-2.6.4.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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 |