diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-12-28 12:06:09 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-12-28 12:06:09 +0000 |
commit | 277023efb675b7539ce46736d8cf33c6290e3464 (patch) | |
tree | d3c21c6ef60bccc7eb6f27f2f3cf4e02fc514893 /dev-ruby/columnize | |
parent | Enhance init script, thanks to Alex Kravtsov and Kevin Bowling on bug #238733 (diff) | |
download | gentoo-2-277023efb675b7539ce46736d8cf33c6290e3464.tar.gz gentoo-2-277023efb675b7539ce46736d8cf33c6290e3464.tar.bz2 gentoo-2-277023efb675b7539ce46736d8cf33c6290e3464.zip |
Initial import.
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
Diffstat (limited to 'dev-ruby/columnize')
-rw-r--r-- | dev-ruby/columnize/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/columnize/columnize-0.2.ebuild | 14 | ||||
-rw-r--r-- | dev-ruby/columnize/metadata.xml | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-ruby/columnize/ChangeLog b/dev-ruby/columnize/ChangeLog new file mode 100644 index 000000000000..5041d222d405 --- /dev/null +++ b/dev-ruby/columnize/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/columnize +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/ChangeLog,v 1.1 2008/12/28 12:06:09 graaff Exp $ + +*columnize-0.2 (28 Dec 2008) + + 28 Dec 2008; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + +columnize-0.2.ebuild: + Initial import. New dependency of dev-ruby/ruby-debug. + diff --git a/dev-ruby/columnize/columnize-0.2.ebuild b/dev-ruby/columnize/columnize-0.2.ebuild new file mode 100644 index 000000000000..d9f03ad152b7 --- /dev/null +++ b/dev-ruby/columnize/columnize-0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/columnize-0.2.ebuild,v 1.1 2008/12/28 12:06:09 graaff Exp $ + +inherit gems + +DESCRIPTION="Sorts an array in column order." +HOMEPAGE="http://rubyforge.org/projects/rocky-hacks/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + diff --git a/dev-ruby/columnize/metadata.xml b/dev-ruby/columnize/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/columnize/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> |