diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-09-03 23:47:42 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-09-03 23:47:42 +0000 |
commit | 12ca6714f6fe7c8ae20a2b675484b7950459b31f (patch) | |
tree | 5d15d9abac259fdb10055a50f91c63130f0beb5b /net-www | |
parent | Version bump. (diff) | |
download | gentoo-2-12ca6714f6fe7c8ae20a2b675484b7950459b31f.tar.gz gentoo-2-12ca6714f6fe7c8ae20a2b675484b7950459b31f.tar.bz2 gentoo-2-12ca6714f6fe7c8ae20a2b675484b7950459b31f.zip |
Marked as stable
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/phpmp/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/phpmp/Manifest | 6 | ||||
-rw-r--r-- | net-www/phpmp/phpmp-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | net-www/phpmp/phpmp-0.8.3.ebuild | 8 |
4 files changed, 14 insertions, 11 deletions
diff --git a/net-www/phpmp/ChangeLog b/net-www/phpmp/ChangeLog index e2c6555058d3..2502d42325f0 100644 --- a/net-www/phpmp/ChangeLog +++ b/net-www/phpmp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/phpmp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/ChangeLog,v 1.4 2003/08/13 16:06:48 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/ChangeLog,v 1.5 2003/09/03 23:47:38 stuart Exp $ + + 04 Sep 2003; stuart phpmp-0.8.3.ebuild: + Marked as stable *phpmp-0.8.3 (13 Aug 2003) diff --git a/net-www/phpmp/Manifest b/net-www/phpmp/Manifest index b58556e2513f..4e096fbfdc37 100644 --- a/net-www/phpmp/Manifest +++ b/net-www/phpmp/Manifest @@ -1,5 +1,5 @@ -MD5 149bf512384a0cc8666284541d0e054b phpmp-0.8.2.ebuild 1032 -MD5 8eabe4e9c3a66eb10d929dd85baa0899 phpmp-0.8.3.ebuild 1050 -MD5 68495e83632df63dab27a3dd92250693 ChangeLog 741 +MD5 cbbd88451bc819182040236f8e9c5615 phpmp-0.8.2.ebuild 1019 +MD5 b2058213ed679e42e61af91d6c84ca87 phpmp-0.8.3.ebuild 1036 +MD5 30cd2af45fac5e07006aba29fcecbc98 ChangeLog 803 MD5 c9efbeb52491c607d60c8788f2aaefb8 files/digest-phpmp-0.8.2 62 MD5 9e9a77f5cbd1164d65617d806c54b2d5 files/digest-phpmp-0.8.3 62 diff --git a/net-www/phpmp/phpmp-0.8.2.ebuild b/net-www/phpmp/phpmp-0.8.2.ebuild index 6f5d8a2bbd96..f2e300215c96 100644 --- a/net-www/phpmp/phpmp-0.8.2.ebuild +++ b/net-www/phpmp/phpmp-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.8.2.ebuild,v 1.3 2003/08/04 01:24:02 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.8.2.ebuild,v 1.4 2003/09/03 23:47:38 stuart Exp $ MY_P="phpMp-${PV}" S=${WORKDIR}/${MY_P} @@ -24,9 +24,9 @@ pkg_setup() { webapp-pkg_setup "${NO_WEBSERVER}" } -src_compile() { +src_compile() { #we need to have this empty function ... default compile hangs - echo "Nothing to compile" + echo "Nothing to compile" } src_install() { diff --git a/net-www/phpmp/phpmp-0.8.3.ebuild b/net-www/phpmp/phpmp-0.8.3.ebuild index c5eb8fdb891b..1e115b8de9dd 100644 --- a/net-www/phpmp/phpmp-0.8.3.ebuild +++ b/net-www/phpmp/phpmp-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.8.3.ebuild,v 1.1 2003/08/13 16:06:48 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.8.3.ebuild,v 1.2 2003/09/03 23:47:38 stuart Exp $ MY_PN="phpMp" MY_P="${MY_PN}-${PV}" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="" DEPEND=">=net-www/apache-1.3.27-r1 >=mod_php-4.2.3-r2" @@ -25,9 +25,9 @@ pkg_setup() { webapp-pkg_setup "${NO_WEBSERVER}" } -src_compile() { +src_compile() { #we need to have this empty function ... default compile hangs - echo "Nothing to compile" + echo "Nothing to compile" } src_install() { |