summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-12-14 07:02:01 +0000
committerHans de Graaff <graaff@gentoo.org>2011-12-14 07:02:01 +0000
commit685139cb5021471aeee4eb17ed383c3a9685fef1 (patch)
treec08d80f951ec53b95daf2d72c16d0d2b1d0be375 /dev-ruby/map
parentmask net-libs/wt: broken, unmaintained, see #378617, pending removal on 2012-... (diff)
downloadgentoo-2-685139cb5021471aeee4eb17ed383c3a9685fef1.tar.gz
gentoo-2-685139cb5021471aeee4eb17ed383c3a9685fef1.tar.bz2
gentoo-2-685139cb5021471aeee4eb17ed383c3a9685fef1.zip
Version bump.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/map')
-rw-r--r--dev-ruby/map/ChangeLog7
-rw-r--r--dev-ruby/map/map-5.1.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/map/ChangeLog b/dev-ruby/map/ChangeLog
index 31b845bd6197..8d2922947e54 100644
--- a/dev-ruby/map/ChangeLog
+++ b/dev-ruby/map/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/map
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v 1.2 2011/11/21 06:41:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v 1.3 2011/12/14 07:02:01 graaff Exp $
+
+*map-5.1.0 (14 Dec 2011)
+
+ 14 Dec 2011; Hans de Graaff <graaff@gentoo.org> +map-5.1.0.ebuild:
+ Version bump.
*map-4.7.1 (21 Nov 2011)
diff --git a/dev-ruby/map/map-5.1.0.ebuild b/dev-ruby/map/map-5.1.0.ebuild
new file mode 100644
index 000000000000..ae45d06edf34
--- /dev/null
+++ b/dev-ruby/map/map-5.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/map-5.1.0.ebuild,v 1.1 2011/12/14 07:01:59 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README TODO"
+
+RUBY_FAKEGEM_GEMSPEC="map.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies."
+HOMEPAGE="http://github.com/ahoward/map"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""