summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-08-19 12:38:44 +0000
committerHans de Graaff <graaff@gentoo.org>2007-08-19 12:38:44 +0000
commitdffbd73d01f0a9a2a7bd78513fbcce143db23024 (patch)
tree8c2c7444fe8bf0a56904dde39629c1a5060c73d1 /dev-ruby/text-format/text-format-1.0.0.ebuild
parentFixed bug #183110 (diff)
downloadhistorical-dffbd73d01f0a9a2a7bd78513fbcce143db23024.tar.gz
historical-dffbd73d01f0a9a2a7bd78513fbcce143db23024.tar.bz2
historical-dffbd73d01f0a9a2a7bd78513fbcce143db23024.zip
Version bump, switch to gem format, add new text-hyphen dependency and drop unsupported keywords accordingly.
Package-Manager: portage-2.1.2.11
Diffstat (limited to 'dev-ruby/text-format/text-format-1.0.0.ebuild')
-rw-r--r--dev-ruby/text-format/text-format-1.0.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/text-format/text-format-1.0.0.ebuild b/dev-ruby/text-format/text-format-1.0.0.ebuild
new file mode 100644
index 000000000000..1602619daba1
--- /dev/null
+++ b/dev-ruby/text-format/text-format-1.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.1 2007/08/19 12:38:44 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
+HOMEPAGE="http://raa.ruby-lang.org/project/text-format/"
+SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="virtual/ruby
+ >=dev-ruby/text-hyphen-1.0.0"
+