diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-11-17 16:37:59 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-11-17 16:37:59 +0000 |
commit | 33a969d15c01db454e4b1150a281681b4d74c3f8 (patch) | |
tree | af1a5a7b4ef317e2475f9d7bbcf036848b747328 /www-apps | |
parent | clean up ugly ugly ebuild (diff) | |
download | historical-33a969d15c01db454e4b1150a281681b4d74c3f8.tar.gz historical-33a969d15c01db454e4b1150a281681b4d74c3f8.tar.bz2 historical-33a969d15c01db454e4b1150a281681b4d74c3f8.zip |
Some cleanup
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/Manifest | 2 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest index 2d1a1aa03163..7b83481bdb76 100644 --- a/www-apps/phpwebsite/Manifest +++ b/www-apps/phpwebsite/Manifest @@ -1,7 +1,7 @@ MD5 737dda1f34c5d8fe39e7a8dc8f13cab8 ChangeLog 4250 MD5 ecbb5a02001856289bc050635b8d8394 metadata.xml 522 -MD5 d8a7d4709288b40d095e0409adef4f2b phpwebsite-0.9.3_p4-r2.ebuild 1776 MD5 ca75e49de177c3027396292eccf0328b phpwebsite-0.9.3_p4-r1.ebuild 1636 +MD5 21ed86626ed5fb15f8cb5c60f4d03c8d phpwebsite-0.9.3_p4-r2.ebuild 1856 MD5 6ddbbfb4f4e1e5c4d8bf717835d3c2d8 files/digest-phpwebsite-0.9.3_p4-r2 239 MD5 864765a9fc872565105ca1afdb9de3f0 files/postinstall-en.txt 446 MD5 823ff723bde0deb5142a1753183467fd files/digest-phpwebsite-0.9.3_p4-r1 157 diff --git a/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild index c5f157e2187a..c7841ef17422 100644 --- a/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.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/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild,v 1.1 2004/11/17 15:53:41 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild,v 1.2 2004/11/17 16:37:59 rizzo Exp $ inherit webapp @@ -25,6 +25,9 @@ src_unpack() { cd ${S} unpack phpwebsite-core-security-patch.tar.gz unpack phpwebsite-core-security-patch2.tar.gz + + # Oops from patch tar creator + rm ${S}/phpwebsite-core-security-patch2.tar.gz } src_install() { |