diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:03:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:03:18 +0000 |
commit | 2ed640ef70ee99ed7660af715645dc63ed44f74f (patch) | |
tree | 39f2e422c4db3503978f5f433cf45a50daf1ca82 /dev-ruby/text-hyphen | |
parent | Add ~alpha/~ia64/~sparc wrt #313563 (diff) | |
download | gentoo-2-2ed640ef70ee99ed7660af715645dc63ed44f74f.tar.gz gentoo-2-2ed640ef70ee99ed7660af715645dc63ed44f74f.tar.bz2 gentoo-2-2ed640ef70ee99ed7660af715645dc63ed44f74f.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/text-hyphen')
-rw-r--r-- | dev-ruby/text-hyphen/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog index 928a64be85cd..6943318ee9ce 100644 --- a/dev-ruby/text-hyphen/ChangeLog +++ b/dev-ruby/text-hyphen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/text-hyphen # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.16 2010/02/18 16:28:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.17 2010/05/22 16:03:18 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + text-hyphen-1.0.0.ebuild: + Various cleanups. 18 Feb 2010; Fabian Groffen <grobian@gentoo.org> text-hyphen-1.0.0-r1.ebuild: diff --git a/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild index 94d1e33b8b15..264d8f5731f0 100644 --- a/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild +++ b/dev-ruby/text-hyphen/text-hyphen-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-hyphen/text-hyphen-1.0.0.ebuild,v 1.11 2010/02/13 19:40:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild,v 1.12 2010/05/22 16:03:18 flameeyes Exp $ inherit ruby gems DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in." HOMEPAGE="http://rubyforge.org/projects/text-format" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" |