diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-08-19 12:38:44 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-08-19 12:38:44 +0000 |
commit | dffbd73d01f0a9a2a7bd78513fbcce143db23024 (patch) | |
tree | 8c2c7444fe8bf0a56904dde39629c1a5060c73d1 /dev-ruby/text-format/text-format-1.0.0.ebuild | |
parent | Fixed bug #183110 (diff) | |
download | historical-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.ebuild | 17 |
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" + |