diff options
author | David Holm <dholm@gentoo.org> | 2004-04-10 22:20:58 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-10 22:20:58 +0000 |
commit | 77d3009986c21aa71a9989e3258faafca9fcbc1c (patch) | |
tree | 436837d5b3298603502661ce60f7bd8e8c822345 /dev-ruby | |
parent | Added to ~ppc (diff) | |
download | historical-77d3009986c21aa71a9989e3258faafca9fcbc1c.tar.gz historical-77d3009986c21aa71a9989e3258faafca9fcbc1c.tar.bz2 historical-77d3009986c21aa71a9989e3258faafca9fcbc1c.zip |
Added to ~ppc
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/text-format/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-0.64.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index fb968edac37d..376c8178324e 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/text-format # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.3 2004/04/10 16:56:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.4 2004/04/10 22:20:58 dholm Exp $ + + 11 Apr 2004; David Holm <dholm@gentoo.org> text-format-0.64.ebuild: + Added to ~ppc. *text-format-0.64 (11 Apr 2004) diff --git a/dev-ruby/text-format/Manifest b/dev-ruby/text-format/Manifest index 2f649ea5b9b0..a334da3fc251 100644 --- a/dev-ruby/text-format/Manifest +++ b/dev-ruby/text-format/Manifest @@ -1,7 +1,7 @@ -MD5 fa2135a85a95bb0e2b78edbb0a2bd432 ChangeLog 621 +MD5 d3efea9a2e288ee37cca4865dd0a4e51 ChangeLog 709 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 e754267b7761249c38fcbf79a8a140a8 text-format-0.61.ebuild 599 -MD5 e4a3a5b8526208fa1fc1db00b0997a75 text-format-0.64.ebuild 706 +MD5 a0cdccb760ac1049dc58db50b1eaa039 text-format-0.64.ebuild 711 MD5 f37bc0821cc417e5995a74ea0da04a74 files/digest-text-format-0.61 67 MD5 9626de3ffd69104cee2d33803f700216 files/digest-text-format-0.64 68 MD5 57bc992bf5adef9e183880effd9f78cf files/text-format-0.64-prefix.diff 66629 diff --git a/dev-ruby/text-format/text-format-0.64.ebuild b/dev-ruby/text-format/text-format-0.64.ebuild index 91c016d6eec9..6c9adf4db769 100644 --- a/dev-ruby/text-format/text-format-0.64.ebuild +++ b/dev-ruby/text-format/text-format-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.1 2004/04/10 16:56:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.2 2004/04/10 22:20:58 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/ruby" S=${WORKDIR}/${P} |