diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 02:05:12 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 02:05:12 +0000 |
commit | dfc9bb0d1efafe77ea3f657098347c04d1f773a5 (patch) | |
tree | 1f51fcabd58e3d206fc5f14df73c58f6b297653d /net-www/phpmp | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-dfc9bb0d1efafe77ea3f657098347c04d1f773a5.tar.gz gentoo-2-dfc9bb0d1efafe77ea3f657098347c04d1f773a5.tar.bz2 gentoo-2-dfc9bb0d1efafe77ea3f657098347c04d1f773a5.zip |
header fix
Diffstat (limited to 'net-www/phpmp')
-rw-r--r-- | net-www/phpmp/Manifest | 4 | ||||
-rw-r--r-- | net-www/phpmp/phpmp-0.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-www/phpmp/phpmp-0.8.3.ebuild | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/net-www/phpmp/Manifest b/net-www/phpmp/Manifest index 4e096fbfdc37..a9bf23ba0e2f 100644 --- a/net-www/phpmp/Manifest +++ b/net-www/phpmp/Manifest @@ -1,5 +1,5 @@ -MD5 cbbd88451bc819182040236f8e9c5615 phpmp-0.8.2.ebuild 1019 -MD5 b2058213ed679e42e61af91d6c84ca87 phpmp-0.8.3.ebuild 1036 MD5 30cd2af45fac5e07006aba29fcecbc98 ChangeLog 803 +MD5 c470ee8ac21731e8d2c37b7679533a0a phpmp-0.8.2.ebuild 1011 +MD5 cf5420e77a736201257bcc73338e24a9 phpmp-0.8.3.ebuild 1026 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 f2e300215c96..6ba784023233 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.4 2003/09/03 23:47:38 stuart Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.8.2.ebuild,v 1.5 2003/09/06 02:05:10 msterret Exp $ MY_P="phpMp-${PV}" S=${WORKDIR}/${MY_P} diff --git a/net-www/phpmp/phpmp-0.8.3.ebuild b/net-www/phpmp/phpmp-0.8.3.ebuild index 1e115b8de9dd..46c0c636214f 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.2 2003/09/03 23:47:38 stuart Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.8.3.ebuild,v 1.3 2003/09/06 02:05:10 msterret Exp $ MY_PN="phpMp" MY_P="${MY_PN}-${PV}" @@ -41,5 +41,3 @@ pkg_postinst() { einfo "Remember to edit the config file in:" einfo " ${PHPMP_DIR}/" } - - |