diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
commit | 76ed74800fb0652fef1c2f525614710f3aea6736 (patch) | |
tree | 9454a264e65a5c3c4b1db372bd8b86cce86bcbd9 /dev-php/asp2php | |
parent | Fixed typo, closes bug #56049 (Manifest recommit) (diff) | |
download | gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.gz gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.bz2 gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.zip |
stable on x86.
Diffstat (limited to 'dev-php/asp2php')
-rw-r--r-- | dev-php/asp2php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/asp2php/asp2php-0.76.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/asp2php/ChangeLog b/dev-php/asp2php/ChangeLog index f57aff2dc7fe..87ec513c22bd 100644 --- a/dev-php/asp2php/ChangeLog +++ b/dev-php/asp2php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/asp2php # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/asp2php/ChangeLog,v 1.11 2004/06/25 01:16:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/asp2php/ChangeLog,v 1.12 2004/07/04 23:19:27 robbat2 Exp $ + + 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> asp2php-0.76.19.ebuild: + stable on x86. 31 May 2004; Bryan Østergaard <kloeri@gentoo.org> asp2php-0.76.19.ebuild: Stable on alpha. diff --git a/dev-php/asp2php/asp2php-0.76.19.ebuild b/dev-php/asp2php/asp2php-0.76.19.ebuild index 9c2b4112a9eb..022a58e889a9 100644 --- a/dev-php/asp2php/asp2php-0.76.19.ebuild +++ b/dev-php/asp2php/asp2php-0.76.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/asp2php/asp2php-0.76.19.ebuild,v 1.6 2004/06/25 01:16:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/asp2php/asp2php-0.76.19.ebuild,v 1.7 2004/07/04 23:19:27 robbat2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.mikekohn.com/asp2php/${P}.tar.gz" HOMEPAGE="http://asp2php.naken.cc/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc alpha amd64" +KEYWORDS="x86 ~ppc ~sparc alpha amd64" src_unpack() { unpack ${P}.tar.gz |