summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-10 16:15:31 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-10 16:15:31 +0000
commit9131ac92debdf3ec098831fdd0fd0f4c7795bc95 (patch)
treeab70fe62fbefa5b561ec3640b06f7e3eaeb4887a /dev-ruby/storable
parentFurther review of dependencies. (diff)
downloadgentoo-2-9131ac92debdf3ec098831fdd0fd0f4c7795bc95.tar.gz
gentoo-2-9131ac92debdf3ec098831fdd0fd0f4c7795bc95.tar.bz2
gentoo-2-9131ac92debdf3ec098831fdd0fd0f4c7795bc95.zip
EAPI bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/storable')
-rw-r--r--dev-ruby/storable/ChangeLog11
-rw-r--r--dev-ruby/storable/storable-0.8.9-r1.ebuild (renamed from dev-ruby/storable/storable-0.8.9.ebuild)8
2 files changed, 12 insertions, 7 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog
index 7dfad4b2b4d1..717f9a9ac49c 100644
--- a/dev-ruby/storable/ChangeLog
+++ b/dev-ruby/storable/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/storable
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.20 2012/09/23 08:41:52 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.21 2014/03/10 16:15:31 mrueg Exp $
+
+*storable-0.8.9-r1 (10 Mar 2014)
+
+ 10 Mar 2014; Manuel Rüger <mrueg@gentoo.org> +storable-0.8.9-r1.ebuild,
+ -storable-0.8.9.ebuild:
+ EAPI bump.
23 Sep 2012; Hans de Graaff <graaff@gentoo.org> -storable-0.8.7.ebuild:
Cleanup.
@@ -111,4 +117,3 @@
12 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+storable-0.6.1.ebuild, +files/storable-0.6.1-hanna.patch, +metadata.xml:
Initial import of storable, needed for Rudy.
-
diff --git a/dev-ruby/storable/storable-0.8.9.ebuild b/dev-ruby/storable/storable-0.8.9-r1.ebuild
index 6e42c11091dd..c2a651732233 100644
--- a/dev-ruby/storable/storable-0.8.9.ebuild
+++ b/dev-ruby/storable/storable-0.8.9-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.8.9.ebuild,v 1.1 2011/05/22 06:10:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.8.9-r1.ebuild,v 1.1 2014/03/10 16:15:31 mrueg Exp $
-EAPI=2
+EAPI=5
# jruby → yajl-ruby won't work, as it's compiled extension
USE_RUBY="ruby18 ruby19"
@@ -48,5 +48,5 @@ all_ruby_install() {
all_fakegem_install
docinto examples
- dodoc examples/* || die
+ dodoc examples/*
}