diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-07 16:32:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-07 16:32:54 +0000 |
commit | bcd2f395ca5eb994f45430c49f110da4a3a6ad53 (patch) | |
tree | 3ebd758778cd809fcdce5c3f0d5968486fc145e7 /dev-ruby/cgi_multipart_eof_fix | |
parent | Remove old version and take over package again. (diff) | |
download | historical-bcd2f395ca5eb994f45430c49f110da4a3a6ad53.tar.gz historical-bcd2f395ca5eb994f45430c49f110da4a3a6ad53.tar.bz2 historical-bcd2f395ca5eb994f45430c49f110da4a3a6ad53.zip |
Stable on ppc64; bug #181110
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-ruby/cgi_multipart_eof_fix')
-rw-r--r-- | dev-ruby/cgi_multipart_eof_fix/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/cgi_multipart_eof_fix/ChangeLog b/dev-ruby/cgi_multipart_eof_fix/ChangeLog index a36a214a272c..608339c09516 100644 --- a/dev-ruby/cgi_multipart_eof_fix/ChangeLog +++ b/dev-ruby/cgi_multipart_eof_fix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/cgi_multipart_eof_fix # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.13 2007/04/04 14:18:25 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.14 2007/06/07 16:31:18 corsair Exp $ + + 07 Jun 2007; Markus Rothe <corsair@gentoo.org> + cgi_multipart_eof_fix-2.1.ebuild: + Stable on ppc64; bug #181110 04 Apr 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> files/digest-cgi_multipart_eof_fix-1.0.0, Manifest: diff --git a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild index 1c8a8f1a563c..a3df96c9bf39 100644 --- a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild +++ b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild,v 1.2 2007/03/27 14:05:51 rbrown Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild,v 1.3 2007/06/07 16:31:18 corsair Exp $ inherit ruby gems @@ -12,5 +12,5 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" |