diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-08-08 16:16:23 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-08-08 16:16:23 +0000 |
commit | 80ad2e4302e27ee20e53db169cac8170b26f966b (patch) | |
tree | 3055ded90ca497b744187a440a9c9e7c72432e10 /dev-ruby/polyglot | |
parent | Remove un-needed 'inherit multilib' (diff) | |
download | gentoo-2-80ad2e4302e27ee20e53db169cac8170b26f966b.tar.gz gentoo-2-80ad2e4302e27ee20e53db169cac8170b26f966b.tar.bz2 gentoo-2-80ad2e4302e27ee20e53db169cac8170b26f966b.zip |
Initial import.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r-- | dev-ruby/polyglot/ChangeLog | 11 | ||||
-rw-r--r-- | dev-ruby/polyglot/metadata.xml | 10 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.2.6.ebuild | 15 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog new file mode 100644 index 000000000000..25fecedd43cf --- /dev/null +++ b/dev-ruby/polyglot/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-ruby/polyglot +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.1 2009/08/08 16:16:23 graaff Exp $ + +*polyglot-0.2.6 (08 Aug 2009) + + 08 Aug 2009; Hans de Graaff <graaff@gentoo.org> +polyglot-0.2.6.ebuild, + +metadata.xml: + Initial import. Dependency of forthcoming dev-ruby/treetop, which in turn + is a dependency of cucumber. + diff --git a/dev-ruby/polyglot/metadata.xml b/dev-ruby/polyglot/metadata.xml new file mode 100644 index 000000000000..da4571a2802e --- /dev/null +++ b/dev-ruby/polyglot/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +<longdescription> +Polyglot provides support for fully-custom DSLs by providing a +registry of file types that can be loaded by its improved version of +'require', using a custom loader for each file type. +</longdescription> +</pkgmetadata> diff --git a/dev-ruby/polyglot/polyglot-0.2.6.ebuild b/dev-ruby/polyglot/polyglot-0.2.6.ebuild new file mode 100644 index 000000000000..7f57d05559c8 --- /dev/null +++ b/dev-ruby/polyglot/polyglot-0.2.6.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/polyglot/polyglot-0.2.6.ebuild,v 1.1 2009/08/08 16:16:23 graaff Exp $ + +inherit gems + +DESCRIPTION="Polyglot provides support for fully-custom DSLs." +HOMEPAGE="http://polyglot.rubyforge.org/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +USE_RUBY="ruby18" |