diff options
author | Alex Legler <a3li@gentoo.org> | 2009-11-28 10:05:03 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-11-28 10:05:03 +0000 |
commit | e696ae9398a5b43dcc8675d3062eeb9f528f7519 (patch) | |
tree | d3e7a05e03695d160e57bae87fb48c63d0700522 /dev-ruby/mash | |
parent | Version bump (diff) | |
download | historical-e696ae9398a5b43dcc8675d3062eeb9f528f7519.tar.gz historical-e696ae9398a5b43dcc8675d3062eeb9f528f7519.tar.bz2 historical-e696ae9398a5b43dcc8675d3062eeb9f528f7519.zip |
Version bump
Package-Manager: portage-2.2_rc52/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/mash')
-rw-r--r-- | dev-ruby/mash/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/mash/mash-0.1.1.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-ruby/mash/ChangeLog b/dev-ruby/mash/ChangeLog index c761309e0967..5e51d2638227 100644 --- a/dev-ruby/mash/ChangeLog +++ b/dev-ruby/mash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/mash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.1 2009/05/16 20:25:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.2 2009/11/28 10:02:59 a3li Exp $ + +*mash-0.1.1 (28 Nov 2009) + + 28 Nov 2009; Alex Legler <a3li@gentoo.org> +mash-0.1.1.ebuild: + Version bump *mash-0.0.3 (16 May 2009) diff --git a/dev-ruby/mash/mash-0.1.1.ebuild b/dev-ruby/mash/mash-0.1.1.ebuild new file mode 100644 index 000000000000..8597144747d3 --- /dev/null +++ b/dev-ruby/mash/mash-0.1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1.ebuild,v 1.1 2009/11/28 10:02:59 a3li Exp $ + +inherit gems + +DESCRIPTION="Mash is an extended Hash that gives simple pseudo-object functionality." +HOMEPAGE="http://github.com/mbleigh/mash" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +USE_RUBY="ruby18" |