diff options
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/text-format/files/digest-text-format-1.0.0 | 3 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0.ebuild | 17 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index e4c42812273a..8def0fdaf7ec 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/text-format # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.16 2007/08/18 14:18:08 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.17 2007/08/19 12:38:44 graaff Exp $ + +*text-format-1.0.0 (19 Aug 2007) + + 19 Aug 2007; Hans de Graaff <graaff@gentoo.org> +text-format-1.0.0.ebuild: + Version bump. Switch to gem format as upstream seems to be MIA, but gem is + still distributed. Use generic homepage from ruby-lang.org. 18 Aug 2007; Christoph Mende <angelos@gentoo.org> text-format-0.64.ebuild: Stable on amd64 wrt bug #189098 diff --git a/dev-ruby/text-format/files/digest-text-format-1.0.0 b/dev-ruby/text-format/files/digest-text-format-1.0.0 new file mode 100644 index 000000000000..ecf36c9d6b2f --- /dev/null +++ b/dev-ruby/text-format/files/digest-text-format-1.0.0 @@ -0,0 +1,3 @@ +MD5 7b08f134e605da252c23afedbb481beb text-format-1.0.0.gem 31744 +RMD160 e5694405ca9edfd6a67daafcf900e81b46f96a5b text-format-1.0.0.gem 31744 +SHA256 8e375be6573c795d831f08a97daaf13a956a6bd24b7b69237f81bb1d7174623b text-format-1.0.0.gem 31744 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" + |