diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-18 03:27:30 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-18 03:27:30 +0000 |
commit | 8df5f62a7ccb7d24f2e95851aba457b124fc973d (patch) | |
tree | e3da7de26f52f48c0f845397279f952c9ae8731f /dev-lang | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8df5f62a7ccb7d24f2e95851aba457b124fc973d.tar.gz gentoo-2-8df5f62a7ccb7d24f2e95851aba457b124fc973d.tar.bz2 gentoo-2-8df5f62a7ccb7d24f2e95851aba457b124fc973d.zip |
*** empty log message ***
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php-4/files/digest-php-4.0.1_p2-r1 | 2 | ||||
-rw-r--r-- | dev-lang/php-4/files/digest-php-4.0.3_p1 | 2 | ||||
-rw-r--r-- | dev-lang/php-4/php-4.0.3_p1.ebuild (renamed from dev-lang/php-4/php-4.0.1_p2-r1.ebuild) | 11 |
3 files changed, 8 insertions, 7 deletions
diff --git a/dev-lang/php-4/files/digest-php-4.0.1_p2-r1 b/dev-lang/php-4/files/digest-php-4.0.1_p2-r1 deleted file mode 100644 index a6c5de26acfa..000000000000 --- a/dev-lang/php-4/files/digest-php-4.0.1_p2-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 124ef02aa3304f8b0c883e83f60d17e5 php-4.0.1pl2.tar.gz -MD5 20c64ba8d79665e9bfab052fa5a85eab number4.tar.gz diff --git a/dev-lang/php-4/files/digest-php-4.0.3_p1 b/dev-lang/php-4/files/digest-php-4.0.3_p1 new file mode 100644 index 000000000000..fd8253693601 --- /dev/null +++ b/dev-lang/php-4/files/digest-php-4.0.3_p1 @@ -0,0 +1,2 @@ +MD5 6969bc69588400557f70a014ab1536c1 php-4.0.3pl1.tar.gz +MD5 20c64ba8d79665e9bfab052fa5a85eab number4.tar.gz diff --git a/dev-lang/php-4/php-4.0.1_p2-r1.ebuild b/dev-lang/php-4/php-4.0.3_p1.ebuild index 40cada72f5d3..5d4255c2ec59 100644 --- a/dev-lang/php-4/php-4.0.1_p2-r1.ebuild +++ b/dev-lang/php-4/php-4.0.3_p1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php-4/php-4.0.1_p2-r1.ebuild,v 1.3 2000/10/05 18:22:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php-4/php-4.0.3_p1.ebuild,v 1.1 2000/10/18 03:26:17 achim Exp $ -P=php-4.0.1pl2 +P=php-4.0.3pl1 A="${P}.tar.gz number4.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="HTML embedded scripting language" @@ -25,7 +25,7 @@ src_compile() { } src_unpack() { - unpack php-4.0.1pl2.tar.gz + unpack php-4.0.3pl1.tar.gz cd ${S} unpack number4.tar.gz } @@ -37,8 +37,8 @@ src_install() { dodir /etc/httpd cp php.ini-dist ${D}/etc/httpd/php.ini into /usr - dodoc CODING_STANDARDS FUNCTION_LIST.txt INSTALL LICENSE - dodoc MAINTAINERS MODULES_STATUS README.* TODO NEWS + dodoc CODING_STANDARDS FUNCTION_LIST.txt LICENSE + dodoc README.* TODO NEWS } pkg_config() { @@ -61,3 +61,4 @@ pkg_config() { } + |