diff options
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 01741362b99b..77ac7d3d0dba 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/text-format # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.32 2010/02/18 16:31:34 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.33 2010/05/22 16:02:37 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + text-format-1.0.0.ebuild: + Various cleanups. 18 Feb 2010; Fabian Groffen <grobian@gentoo.org> text-format-1.0.0-r1.ebuild: diff --git a/dev-ruby/text-format/text-format-1.0.0.ebuild b/dev-ruby/text-format/text-format-1.0.0.ebuild index 2d5a5369e01f..4367270b11f2 100644 --- a/dev-ruby/text-format/text-format-1.0.0.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 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.12 2010/02/13 19:41:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.13 2010/05/22 16:02:37 flameeyes 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" |