diff options
Diffstat (limited to 'dev-ruby/mash')
-rw-r--r-- | dev-ruby/mash/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/mash/mash-0.0.3.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/mash/metadata.xml | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/mash/ChangeLog b/dev-ruby/mash/ChangeLog new file mode 100644 index 000000000000..c761309e0967 --- /dev/null +++ b/dev-ruby/mash/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*mash-0.0.3 (16 May 2009) + + 16 May 2009; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + +mash-0.0.3.ebuild: + Initial import. Dependency of dev-ruby/twitter. + diff --git a/dev-ruby/mash/mash-0.0.3.ebuild b/dev-ruby/mash/mash-0.0.3.ebuild new file mode 100644 index 000000000000..2159c4632aa0 --- /dev/null +++ b/dev-ruby/mash/mash-0.0.3.ebuild @@ -0,0 +1,17 @@ +# 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.0.3.ebuild,v 1.1 2009/05/16 20:25:31 graaff 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" + +DEPEND=">=dev-ruby/hoe-1.5.1" diff --git a/dev-ruby/mash/metadata.xml b/dev-ruby/mash/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/mash/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> |