diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 17:53:36 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 17:53:36 +0000 |
commit | ad67d5d43f61d5ba978ff450b6718ff44af68d4e (patch) | |
tree | 368691e082f0ffb2f72cd56d61b812bae231c455 /dev-ruby/systemu | |
parent | Remove ree18 and ruby18 target. (diff) | |
download | gentoo-2-ad67d5d43f61d5ba978ff450b6718ff44af68d4e.tar.gz gentoo-2-ad67d5d43f61d5ba978ff450b6718ff44af68d4e.tar.bz2 gentoo-2-ad67d5d43f61d5ba978ff450b6718ff44af68d4e.zip |
Remove ree18 and ruby18 target. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/systemu')
-rw-r--r-- | dev-ruby/systemu/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.5.2-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.5.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.6.3.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.6.4.ebuild | 4 |
5 files changed, 10 insertions, 62 deletions
diff --git a/dev-ruby/systemu/ChangeLog b/dev-ruby/systemu/ChangeLog index 4d6f8c44d6a5..60fedf45b6d4 100644 --- a/dev-ruby/systemu/ChangeLog +++ b/dev-ruby/systemu/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2014/03/05 22:43:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.23 2014/04/05 17:53:36 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -systemu-2.5.2-r1.ebuild, + -systemu-2.6.3.ebuild, systemu-2.5.2.ebuild, systemu-2.6.4.ebuild: + Remove ree18 and ruby18 target. Cleanup old. *systemu-2.6.4 (05 Mar 2014) diff --git a/dev-ruby/systemu/systemu-2.5.2-r1.ebuild b/dev-ruby/systemu/systemu-2.5.2-r1.ebuild deleted file mode 100644 index b01a8d3f7bfb..000000000000 --- a/dev-ruby/systemu/systemu-2.5.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-2.5.2-r1.ebuild,v 1.1 2013/10/09 01:24:05 mrueg Exp $ - -EAPI=5 -# Test hangs on jruby -USE_RUBY="ruby18 ruby19 ruby20" - -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.5.2.ebuild b/dev-ruby/systemu/systemu-2.5.2.ebuild index f087a013ddab..04116c86fdb0 100644 --- a/dev-ruby/systemu/systemu-2.5.2.ebuild +++ b/dev-ruby/systemu/systemu-2.5.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.5.2.ebuild,v 1.3 2012/12/18 16:05:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-2.5.2.ebuild,v 1.4 2014/04/05 17:53:36 mrueg Exp $ EAPI=4 # Test hangs on jruby -USE_RUBY="ruby18 ruby19 ree18" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/systemu/systemu-2.6.3.ebuild b/dev-ruby/systemu/systemu-2.6.3.ebuild deleted file mode 100644 index 10643293e7fe..000000000000 --- a/dev-ruby/systemu/systemu-2.6.3.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.3.ebuild,v 1.1 2014/02/23 16:10:52 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 index 2e0fb58ea9fb..14263b83b05b 100644 --- a/dev-ruby/systemu/systemu-2.6.4.ebuild +++ b/dev-ruby/systemu/systemu-2.6.4.ebuild @@ -1,10 +1,10 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-2.6.4.ebuild,v 1.2 2014/04/05 17:53:36 mrueg Exp $ EAPI=5 # Test hangs on jruby -USE_RUBY="ruby18 ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" |