summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-12 12:40:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-12 12:40:52 +0000
commitc459a71eb8b92fd407ef08db1b1432127db9a1a3 (patch)
tree7013f8e94e2985f282f885d286d0fd6dd912aff4 /dev-ruby
parentVersion bump and cleanup old versions. (diff)
downloadgentoo-2-c459a71eb8b92fd407ef08db1b1432127db9a1a3.tar.gz
gentoo-2-c459a71eb8b92fd407ef08db1b1432127db9a1a3.tar.bz2
gentoo-2-c459a71eb8b92fd407ef08db1b1432127db9a1a3.zip
Version bump and cleanup old version.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/storable/ChangeLog8
-rw-r--r--dev-ruby/storable/storable-0.6.3.ebuild26
-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