summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www')
-rw-r--r--net-www/webapp-config/ChangeLog6
-rw-r--r--net-www/webapp-config/Manifest22
-rw-r--r--net-www/webapp-config/webapp-config-1.10-r14.ebuild7
3 files changed, 26 insertions, 9 deletions
diff --git a/net-www/webapp-config/ChangeLog b/net-www/webapp-config/ChangeLog
index 13d8daab0f6f..97faa74c8205 100644
--- a/net-www/webapp-config/ChangeLog
+++ b/net-www/webapp-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/webapp-config
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/ChangeLog,v 1.76 2005/05/09 23:18:17 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/ChangeLog,v 1.77 2005/05/10 22:51:58 beu Exp $
+
+ 10 May 2005; Elfyn McBratney <beu@gentoo.org>
+ webapp-config-1.10-r14.ebuild:
+ s/src_compile/src_unpack/
09 May 2005; Marcus D. Hanwell <cryos@gentoo.org>
webapp-config-1.10-r14.ebuild:
diff --git a/net-www/webapp-config/Manifest b/net-www/webapp-config/Manifest
index 4103d7830830..a8b81873a999 100644
--- a/net-www/webapp-config/Manifest
+++ b/net-www/webapp-config/Manifest
@@ -1,16 +1,26 @@
-MD5 4bcd6007e3fe70d821fd1cbae06b30e1 ChangeLog 11134
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 4defd726d2b03decc5b7ff21b0aac1a3 metadata.xml 225
+MD5 a6cef671217112f1f57695aba3ef927b ChangeLog 11242
MD5 801b740d19b4a680780bc6c016a0eceb webapp-config-1.9-r2.ebuild 1145
MD5 3aecf070ae2672567d75e58551b58557 webapp-config-1.10-r6.ebuild 1406
-MD5 396fd3dfd7a18fa33e569a53ae89fc8e webapp-config-1.10-r10.ebuild 1414
+MD5 88c4aa4e720a649751a8a32ec3d81d7b webapp-config-1.10-r14.ebuild 2062
MD5 2c2641fbea8ae821af716c5ad547ab2b webapp-config-1.10-r11.ebuild 1438
MD5 1b3a7af5aab43121eee269209e3982c4 webapp-config-1.10-r12.ebuild 1647
-MD5 aee46fa3e533c659c00de51cb045d81f webapp-config-1.10-r14.ebuild 1992
+MD5 396fd3dfd7a18fa33e569a53ae89fc8e webapp-config-1.10-r10.ebuild 1414
+MD5 72b2e4879ffabdc297ea4fd9ae4c3184 files/digest-webapp-config-1.10-r11 74
MD5 0c1ae4fd2fcc6de80a24f04993a63d80 files/digest-webapp-config-1.9-r2 72
-MD5 675f730140fb4b7303082b203e27ba0b files/digest-webapp-config-1.10-r6 73
MD5 ad4be087a0a4be0991e124d97fe377ac files/digest-webapp-config-1.10-r10 74
-MD5 72b2e4879ffabdc297ea4fd9ae4c3184 files/digest-webapp-config-1.10-r11 74
+MD5 e605a4d1868a4a3e17cd2ecd474f7076 files/webapp-config_fixperms.patch 2786
+MD5 675f730140fb4b7303082b203e27ba0b files/digest-webapp-config-1.10-r6 73
MD5 72b2e4879ffabdc297ea4fd9ae4c3184 files/digest-webapp-config-1.10-r12 74
MD5 72b2e4879ffabdc297ea4fd9ae4c3184 files/digest-webapp-config-1.10-r14 74
-MD5 e605a4d1868a4a3e17cd2ecd474f7076 files/webapp-config_fixperms.patch 2786
MD5 b9efc67836c3d94009bea1f83cc92027 files/webapp-config_improved-tmpfile-handling.patch 973
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCgTsfjUHll2nfF60RAlqLAKCSJGiC1z9KU6yIdftEHcZkbVyfjACfTmFx
+GUVV0/ojjwjpUlwfD8dkyDw=
+=XANb
+-----END PGP SIGNATURE-----
diff --git a/net-www/webapp-config/webapp-config-1.10-r14.ebuild b/net-www/webapp-config/webapp-config-1.10-r14.ebuild
index c4b2d22e2a65..ad5f91d00569 100644
--- a/net-www/webapp-config/webapp-config-1.10-r14.ebuild
+++ b/net-www/webapp-config/webapp-config-1.10-r14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r14.ebuild,v 1.8 2005/05/10 22:18:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r14.ebuild,v 1.9 2005/05/10 22:51:58 beu Exp $
inherit eutils
@@ -24,7 +24,10 @@ RDEPEND="sys-apps/grep
S=${WORKDIR}/${P}-r11
-src_compile() {
+src_unpack() {
+ unpack ${A} || die "unpack failed"
+ cd "${S}" || die "cd '${S}' failed"
+
# Have webapp-config fixup permissions on site and document root directories
# that are/have previously been installed with mode 777 (word-writable).
# Bugs #88831 and #87708.