diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-05-31 07:28:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-05-31 07:28:16 +0000 |
commit | 884ad1fd5e09f7959292581b6bd0917f5eb1b20d (patch) | |
tree | 4db73d9a15710739c72a4a23fc1f1c1a4a09d5c2 /dev-ruby/rcov | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-884ad1fd5e09f7959292581b6bd0917f5eb1b20d.tar.gz gentoo-2-884ad1fd5e09f7959292581b6bd0917f5eb1b20d.tar.bz2 gentoo-2-884ad1fd5e09f7959292581b6bd0917f5eb1b20d.zip |
Remove old versions.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rcov')
-rw-r--r-- | dev-ruby/rcov/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rcov/rcov-0.8.0.1.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/rcov/rcov-0.8.0.2.ebuild | 15 |
3 files changed, 6 insertions, 35 deletions
diff --git a/dev-ruby/rcov/ChangeLog b/dev-ruby/rcov/ChangeLog index ef696533db3a..54a2a0fef13f 100644 --- a/dev-ruby/rcov/ChangeLog +++ b/dev-ruby/rcov/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rcov -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/ChangeLog,v 1.6 2007/11/23 11:37:12 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/ChangeLog,v 1.7 2009/05/31 07:28:16 graaff Exp $ + + 31 May 2009; Hans de Graaff <graaff@gentoo.org> -rcov-0.8.0.1.ebuild, + -rcov-0.8.0.2.ebuild: + Remove old versions. *rcov-0.8.1.2.0 (23 Nov 2007) diff --git a/dev-ruby/rcov/rcov-0.8.0.1.ebuild b/dev-ruby/rcov/rcov-0.8.0.1.ebuild deleted file mode 100644 index 9f73b0f15e50..000000000000 --- a/dev-ruby/rcov/rcov-0.8.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/rcov-0.8.0.1.ebuild,v 1.2 2007/03/17 16:24:34 robbat2 Exp $ - -inherit ruby gems - -DESCRIPTION="A ruby code coverage analysis tool" -HOMEPAGE="http://eigenclass.org/hiki.rb?rcov" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" - -USE_RUBY="ruby18" - -DEPEND=">=dev-lang/ruby-1.8.3" diff --git a/dev-ruby/rcov/rcov-0.8.0.2.ebuild b/dev-ruby/rcov/rcov-0.8.0.2.ebuild deleted file mode 100644 index 463a436a5a50..000000000000 --- a/dev-ruby/rcov/rcov-0.8.0.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/rcov-0.8.0.2.ebuild,v 1.1 2007/09/20 05:44:42 graaff Exp $ - -inherit ruby gems - -DESCRIPTION="A ruby code coverage analysis tool" -HOMEPAGE="http://eigenclass.org/hiki.rb?rcov" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.3" |