diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-12 12:40:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-12 12:40:52 +0000 |
commit | 93dbc652d677a0622c1e4e4bd8e9c147ea31dcf2 (patch) | |
tree | 175bd9f269380dd617f45c010ceab23c8fd8b191 /dev-ruby/storable | |
parent | Version bump and cleanup old versions. (diff) | |
download | historical-93dbc652d677a0622c1e4e4bd8e9c147ea31dcf2.tar.gz historical-93dbc652d677a0622c1e4e4bd8e9c147ea31dcf2.tar.bz2 historical-93dbc652d677a0622c1e4e4bd8e9c147ea31dcf2.zip |
Version bump and cleanup old version.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/storable')
-rw-r--r-- | dev-ruby/storable/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/storable/storable-0.6.3.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/storable/storable-0.7.3.ebuild (renamed from dev-ruby/storable/storable-0.7.2.ebuild) | 4 |
3 files changed, 9 insertions, 29 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog index 809ebe4641c4..b0b1fa997608 100644 --- a/dev-ruby/storable/ChangeLog +++ b/dev-ruby/storable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/storable # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.7 2010/04/07 12:42:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.8 2010/04/12 12:40:52 flameeyes Exp $ + +*storable-0.7.3 (12 Apr 2010) + + 12 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -storable-0.6.3.ebuild, -storable-0.7.2.ebuild, +storable-0.7.3.ebuild: + Version bump and cleanup old version. *storable-0.7.2 (07 Apr 2010) diff --git a/dev-ruby/storable/storable-0.6.3.ebuild b/dev-ruby/storable/storable-0.6.3.ebuild deleted file mode 100644 index 278aa08160e8..000000000000 --- a/dev-ruby/storable/storable-0.6.3.ebuild +++ /dev/null @@ -1,26 +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/storable/storable-0.6.3.ebuild,v 1.1 2010/02/20 20:01:12 flameeyes Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_TEST="" -RESTRICT=test - -RUBY_FAKEGEM_TASK_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -RUBY_FAKEGEM_BINWRAP="ec2sh" - -inherit ruby-fakegem - -DESCRIPTION="Marshal Ruby classes into and out of multiple formats" -HOMEPAGE="http://solutious.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-ruby/storable/storable-0.7.2.ebuild b/dev-ruby/storable/storable-0.7.3.ebuild index 67eae116b3a0..49cfc34349e3 100644 --- a/dev-ruby/storable/storable-0.7.2.ebuild +++ b/dev-ruby/storable/storable-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.7.2.ebuild,v 1.1 2010/04/07 12:42:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.7.3.ebuild,v 1.1 2010/04/12 12:40:52 flameeyes Exp $ EAPI=2 @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz" -S="${WORKDIR}/delano-${PN}-d582732" +S="${WORKDIR}/delano-${PN}-87e937b" ruby_add_bdepend test dev-ruby/tryouts |