diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 16:50:32 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-24 16:50:32 +0000 |
commit | 9a4fb8a0adb5b9b58eb8c1b16c21c09cd867ba4e (patch) | |
tree | 2ba3c48668ab3194433ddb4fa5c62cd0b10716a6 | |
parent | Remove ruby18 support. (diff) | |
download | gentoo-2-9a4fb8a0adb5b9b58eb8c1b16c21c09cd867ba4e.tar.gz gentoo-2-9a4fb8a0adb5b9b58eb8c1b16c21c09cd867ba4e.tar.bz2 gentoo-2-9a4fb8a0adb5b9b58eb8c1b16c21c09cd867ba4e.zip |
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | dev-ruby/systemu/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.6.0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ruby/systemu/ChangeLog b/dev-ruby/systemu/ChangeLog index 60fedf45b6d4..daab55e6b068 100644 --- a/dev-ruby/systemu/ChangeLog +++ b/dev-ruby/systemu/ChangeLog @@ -1,6 +1,9 @@ # 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.23 2014/04/05 17:53:36 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.24 2014/04/24 16:50:32 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -systemu-2.6.0.ebuild: + Cleanup old. 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: diff --git a/dev-ruby/systemu/systemu-2.6.0.ebuild b/dev-ruby/systemu/systemu-2.6.0.ebuild deleted file mode 100644 index 4cd11e36e8e5..000000000000 --- a/dev-ruby/systemu/systemu-2.6.0.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.6.0.ebuild,v 1.1 2013/12/11 07:25:36 graaff 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 -} |