diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-12 11:56:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-12 11:56:20 +0000 |
commit | efedd76eb46d4665aca380f1c6cec27c838914cf (patch) | |
tree | 36b649087bf5086a47651f574b7e412fdf4b3abd /dev-ruby | |
parent | Version bump (diff) | |
download | gentoo-2-efedd76eb46d4665aca380f1c6cec27c838914cf.tar.gz gentoo-2-efedd76eb46d4665aca380f1c6cec27c838914cf.tar.bz2 gentoo-2-efedd76eb46d4665aca380f1c6cec27c838914cf.zip |
Cleanup old versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rye/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rye/rye-0.8.13.ebuild | 50 | ||||
-rw-r--r-- | dev-ruby/rye/rye-0.8.14.ebuild | 50 |
3 files changed, 5 insertions, 101 deletions
diff --git a/dev-ruby/rye/ChangeLog b/dev-ruby/rye/ChangeLog index 055605efbf10..6b96cf2de6b8 100644 --- a/dev-ruby/rye/ChangeLog +++ b/dev-ruby/rye/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rye # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v 1.4 2010/04/04 18:25:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v 1.5 2010/04/12 11:56:20 flameeyes Exp $ + + 12 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> -rye-0.8.13.ebuild, + -rye-0.8.14.ebuild: + Cleanup old versions. *rye-0.8.15 (04 Apr 2010) diff --git a/dev-ruby/rye/rye-0.8.13.ebuild b/dev-ruby/rye/rye-0.8.13.ebuild deleted file mode 100644 index 3430f3067e5f..000000000000 --- a/dev-ruby/rye/rye-0.8.13.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/rye-0.8.13.ebuild,v 1.2 2010/02/14 14:33:21 flameeyes Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="Safely run SSH commands on a bunch of machines at the same time" -HOMEPAGE="http://solutious.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/net-scp-1.0.2 - >=dev-ruby/net-ssh-2.0.13 - >=dev-ruby/highline-1.5.1 - >=dev-ruby/sysinfo-0.7.0 - dev-ruby/storable - dev-ruby/sysinfo - dev-ruby/drydock" - -#ruby_add_bdepend test dev-ruby/tryouts - -# Tests require local login to the system, which means either root or -# portage users should have ssh access. This is definitely a no-go -RESTRICT=test - -# Tests are not in the released gem, but since we don't run them we -# don't need the whole sources as it is. - -#SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz" -#S="${WORKDIR}/delano-${PN}-d8996da" - -each_ruby_test() { - ${RUBY} -S sergeant || die "tests failed" -} diff --git a/dev-ruby/rye/rye-0.8.14.ebuild b/dev-ruby/rye/rye-0.8.14.ebuild deleted file mode 100644 index f9f1cf089ac1..000000000000 --- a/dev-ruby/rye/rye-0.8.14.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/rye-0.8.14.ebuild,v 1.1 2010/03/02 07:23:53 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="Safely run SSH commands on a bunch of machines at the same time" -HOMEPAGE="http://solutious.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/net-scp-1.0.2 - >=dev-ruby/net-ssh-2.0.13 - >=dev-ruby/highline-1.5.1 - >=dev-ruby/sysinfo-0.7.0 - dev-ruby/storable - dev-ruby/sysinfo - dev-ruby/drydock" - -#ruby_add_bdepend test dev-ruby/tryouts - -# Tests require local login to the system, which means either root or -# portage users should have ssh access. This is definitely a no-go -RESTRICT=test - -# Tests are not in the released gem, but since we don't run them we -# don't need the whole sources as it is. - -#SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz" -#S="${WORKDIR}/delano-${PN}-d8996da" - -each_ruby_test() { - ${RUBY} -S sergeant || die "tests failed" -} |