diff options
author | 2011-01-15 11:54:18 +0000 | |
---|---|---|
committer | 2011-01-15 11:54:18 +0000 | |
commit | 53fddc46637bd7610cbccd2b63fad33c93dee89e (patch) | |
tree | 79e29111068ba1e0c5a49af8d4733055e51cf94f /dev-ruby/rand | |
parent | Fix installation, thanks xarthisius noting that to me (diff) | |
download | gentoo-2-53fddc46637bd7610cbccd2b63fad33c93dee89e.tar.gz gentoo-2-53fddc46637bd7610cbccd2b63fad33c93dee89e.tar.bz2 gentoo-2-53fddc46637bd7610cbccd2b63fad33c93dee89e.zip |
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rand')
-rw-r--r-- | dev-ruby/rand/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rand/rand-0.9.0.ebuild | 24 |
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-ruby/rand/ChangeLog b/dev-ruby/rand/ChangeLog index b485d13854e1..b3318966fd61 100644 --- a/dev-ruby/rand/ChangeLog +++ b/dev-ruby/rand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rand -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rand/ChangeLog,v 1.2 2010/05/23 08:09:53 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rand/ChangeLog,v 1.3 2011/01/15 11:54:18 graaff Exp $ + + 15 Jan 2011; Hans de Graaff <graaff@gentoo.org> -rand-0.9.0.ebuild: + Remove old version. *rand-0.9.0-r1 (17 May 2010) diff --git a/dev-ruby/rand/rand-0.9.0.ebuild b/dev-ruby/rand/rand-0.9.0.ebuild deleted file mode 100644 index e6934356cae2..000000000000 --- a/dev-ruby/rand/rand-0.9.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rand/rand-0.9.0.ebuild,v 1.1 2006/10/08 01:11:23 pclouds Exp $ - -inherit ruby - -USE_RUBY="ruby18" - -DESCRIPTION="A Ruby library for picking random elements and shuffling." -HOMEPAGE="http://chneukirchen.org/blog/static/projects/rand.html" -SRC_URI="http://chneukirchen.org/releases/${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.4" - -src_unpack() { - unpack ${A} - cd ${P} - [ -f install.rb ] && mv install.rb install.rb.bak -} |