summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2003-12-14 23:29:28 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2003-12-14 23:29:28 +0000
commit364869c341820862954c176e44d5e213c018ff88 (patch)
treeb11b86ca6faed4ce057b1c4980fd2412752cbefb
parentfixed a symlink (diff)
downloadgentoo-2-364869c341820862954c176e44d5e213c018ff88.tar.gz
gentoo-2-364869c341820862954c176e44d5e213c018ff88.tar.bz2
gentoo-2-364869c341820862954c176e44d5e213c018ff88.zip
QA: fixing chown user.group to user:group, bug #35127
-rw-r--r--net-www/orion/ChangeLog5
-rw-r--r--net-www/orion/Manifest8
-rw-r--r--net-www/orion/orion-2.0.1.ebuild6
-rw-r--r--net-www/orion/orion-2.0.ebuild6
-rw-r--r--net-www/phpmp/ChangeLog5
-rw-r--r--net-www/phpmp/Manifest8
-rw-r--r--net-www/phpmp/phpmp-0.9.0.ebuild4
-rw-r--r--net-www/phpmp/phpmp-0.9.1.ebuild4
-rw-r--r--net-www/resin-ee/ChangeLog5
-rw-r--r--net-www/resin-ee/Manifest8
-rw-r--r--net-www/resin-ee/resin-ee-2.1.9.ebuild4
-rw-r--r--net-www/resin/ChangeLog5
-rw-r--r--net-www/resin/Manifest4
-rw-r--r--net-www/resin/resin-2.1.9.ebuild4
-rw-r--r--net-www/tomcat/ChangeLog5
-rw-r--r--net-www/tomcat/Manifest6
-rw-r--r--net-www/tomcat/tomcat-4.1.24-r1.ebuild4
17 files changed, 53 insertions, 38 deletions
diff --git a/net-www/orion/ChangeLog b/net-www/orion/ChangeLog
index ce0e13be6e0b..7518118d3e21 100644
--- a/net-www/orion/ChangeLog
+++ b/net-www/orion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/orion
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/ChangeLog,v 1.9 2003/05/01 17:50:29 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/ChangeLog,v 1.10 2003/12/14 23:29:24 spider Exp $
+
+ 15 Dec 2003; <spider@gentoo.org> orion-2.0.1.ebuild, orion-2.0.ebuild:
+ QA: fixing chown user.group to user:group, bug #35127
*orion-2.0.1 (01 May 2003)
diff --git a/net-www/orion/Manifest b/net-www/orion/Manifest
index 3a0277c47206..acaa94d6fde4 100644
--- a/net-www/orion/Manifest
+++ b/net-www/orion/Manifest
@@ -1,8 +1,8 @@
-MD5 5092780034a7bab1762eb07cd27670c9 ChangeLog 2139
-MD5 3b2701c1e7572875fb23cacc7855a9c4 orion-2.0.ebuild 4130
-MD5 6bd2bf0d4c447714186073e7d6d853c1 orion-2.0.1.ebuild 3882
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-orion-2.0 0
+MD5 b2ea82f45437b6a209fd4c767acad48a orion-2.0.1.ebuild 3880
+MD5 34c256fda742e9943991df669fa7f2f5 ChangeLog 2268
+MD5 166abebf888c3dae0a31ce402dee604b orion-2.0.ebuild 4129
MD5 5e78308ed1712b24bcced31b5097e7fc files/digest-orion-2.0.1 60
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-orion-2.0 0
MD5 abd7c855a9b9601253916624d6f0e782 files/2.0/2.0-gentoo.patch 5301
MD5 264ac50f5d433ec313d863caa12a4eef files/2.0/orion.conf 1487
MD5 05683dc1a919c1b2bca1360075aaff0b files/2.0/orion.init 647
diff --git a/net-www/orion/orion-2.0.1.ebuild b/net-www/orion/orion-2.0.1.ebuild
index 66d880a06495..7d5a1b7ab2d7 100644
--- a/net-www/orion/orion-2.0.1.ebuild
+++ b/net-www/orion/orion-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/orion-2.0.1.ebuild,v 1.2 2003/09/06 01:54:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/orion-2.0.1.ebuild,v 1.3 2003/12/14 23:29:24 spider Exp $
S=${WORKDIR}/${PN}
@@ -70,7 +70,7 @@ src_install() {
local dirs="applications database default-web-app demo lib persistence autoupdate.properties"
for i in $dirs ; do
cp -a ${i} ${D}/opt/${PN}/
- chown -R orion.orion ${D}/opt/${PN}/${i}
+ chown -R orion:orion ${D}/opt/${PN}/${i}
done
# INSTALL APP CONFIG
@@ -78,7 +78,7 @@ src_install() {
local dirs="application.xml data-sources.xml database-schemas default-web-site.xml global-web-application.xml jms.xml mime.types principals.xml rmi.xml server.xml"
for i in $dirs ; do
cp -a ${i} ${D}/opt/${PN}/config
- chown -R orion.orion ${D}/opt/${PN}/config/${i}
+ chown -R orion:orion ${D}/opt/${PN}/config/${i}
done
# INSTALL JARS
diff --git a/net-www/orion/orion-2.0.ebuild b/net-www/orion/orion-2.0.ebuild
index 2d30f48e576d..aa3ed7aee85a 100644
--- a/net-www/orion/orion-2.0.ebuild
+++ b/net-www/orion/orion-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/orion-2.0.ebuild,v 1.9 2003/09/06 01:54:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/orion-2.0.ebuild,v 1.10 2003/12/14 23:29:24 spider Exp $
S=${WORKDIR}/${PN}
@@ -78,7 +78,7 @@ src_install() {
local dirs="applications database default-web-app demo lib persistence autoupdate.properties"
for i in $dirs ; do
cp -a ${i} ${D}/opt/${PN}/
- chown -R orion.orion ${D}/opt/${PN}/${i}
+ chown -R orion:orion ${D}/opt/${PN}/${i}
done
# INSTALL APP CONFIG
@@ -86,7 +86,7 @@ src_install() {
local dirs="application.xml data-sources.xml database-schemas default-web-site.xml global-web-application.xml jms.xml mime.types principals.xml rmi.xml server.xml"
for i in $dirs ; do
cp -a ${i} ${D}/opt/${PN}/config
- chown -R orion.orion ${D}/opt/${PN}/config/${i}
+ chown -R orion:orion ${D}/opt/${PN}/config/${i}
done
# INSTALL JARS
diff --git a/net-www/phpmp/ChangeLog b/net-www/phpmp/ChangeLog
index ca07a0c1271d..8c66b53b3b24 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.7 2003/10/31 14:33:24 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/ChangeLog,v 1.8 2003/12/14 23:29:24 spider Exp $
+
+ 15 Dec 2003; <spider@gentoo.org> phpmp-0.9.0.ebuild, phpmp-0.9.1.ebuild:
+ QA: fixing chown user.group to user:group, bug #35127
*phpmp-0.9.1 (31 Oct 2003)
diff --git a/net-www/phpmp/Manifest b/net-www/phpmp/Manifest
index 548e92098681..100c44eca794 100644
--- a/net-www/phpmp/Manifest
+++ b/net-www/phpmp/Manifest
@@ -1,6 +1,6 @@
-MD5 4f98994479940eb61442c7732c812b12 ChangeLog 1038
+MD5 e5927063e0384d5337da9d446f147e44 ChangeLog 1169
+MD5 191225377489560f46a8e9689f496f16 phpmp-0.9.1.ebuild 1047
+MD5 e37df63a5d2372c32a6de256a8a998b3 phpmp-0.9.0.ebuild 1046
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 fbf8cad25f3aba91594335a8a0c7e329 phpmp-0.9.0.ebuild 1047
-MD5 23f41bbc70bc25db5b04397f6751303c phpmp-0.9.1.ebuild 1048
-MD5 d38e3e939c79ae2d797cbae76bd6a1a3 files/digest-phpmp-0.9.0 62
MD5 7933d772beb05d7e35100d97893203f3 files/digest-phpmp-0.9.1 62
+MD5 d38e3e939c79ae2d797cbae76bd6a1a3 files/digest-phpmp-0.9.0 62
diff --git a/net-www/phpmp/phpmp-0.9.0.ebuild b/net-www/phpmp/phpmp-0.9.0.ebuild
index a125b3d193c0..c43489bb708c 100644
--- a/net-www/phpmp/phpmp-0.9.0.ebuild
+++ b/net-www/phpmp/phpmp-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.9.0.ebuild,v 1.3 2003/10/31 14:35:17 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.9.0.ebuild,v 1.4 2003/12/14 23:29:24 spider Exp $
MY_PN="phpMp"
MY_P="${MY_PN}-${PV}"
@@ -35,7 +35,7 @@ src_install() {
insinto "${PHPMP_DIR}"
doins *.php
- chown -R "${HTTPD_USER}.${HTTPD_GROUP}" "${D}/${PHPMP_DIR}"
+ chown -R "${HTTPD_USER}:${HTTPD_GROUP}" "${D}/${PHPMP_DIR}"
}
pkg_postinst() {
diff --git a/net-www/phpmp/phpmp-0.9.1.ebuild b/net-www/phpmp/phpmp-0.9.1.ebuild
index 2afd9a8c741c..2cc655945553 100644
--- a/net-www/phpmp/phpmp-0.9.1.ebuild
+++ b/net-www/phpmp/phpmp-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.9.1.ebuild,v 1.1 2003/10/31 14:33:24 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpmp/phpmp-0.9.1.ebuild,v 1.2 2003/12/14 23:29:24 spider Exp $
MY_PN="phpMp"
MY_P="${MY_PN}-${PV}"
@@ -35,7 +35,7 @@ src_install() {
insinto "${PHPMP_DIR}"
doins *.php
- chown -R "${HTTPD_USER}.${HTTPD_GROUP}" "${D}/${PHPMP_DIR}"
+ chown -R "${HTTPD_USER}:${HTTPD_GROUP}" "${D}/${PHPMP_DIR}"
}
pkg_postinst() {
diff --git a/net-www/resin-ee/ChangeLog b/net-www/resin-ee/ChangeLog
index 4bee6e7a8934..25fb024f65cf 100644
--- a/net-www/resin-ee/ChangeLog
+++ b/net-www/resin-ee/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/resin-ee
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/ChangeLog,v 1.1 2003/04/30 13:56:44 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/ChangeLog,v 1.2 2003/12/14 23:29:24 spider Exp $
+
+ 15 Dec 2003; <spider@gentoo.org> resin-ee-2.1.9.ebuild:
+ QA: fixing chown user.group to user:group, bug #35127
*resin-ee-2.1.9 (30 Apr 2003)
diff --git a/net-www/resin-ee/Manifest b/net-www/resin-ee/Manifest
index c8370881ff1c..652e92d0af66 100644
--- a/net-www/resin-ee/Manifest
+++ b/net-www/resin-ee/Manifest
@@ -1,7 +1,7 @@
-MD5 83cb5791ec4d26d0c18f16ff348935e8 ChangeLog 957
-MD5 b416773a6633b42bc18d75d9c33f88c5 resin-ee-2.1.9.ebuild 3607
+MD5 c2163a1f693f4c681c83c442882610b9 ChangeLog 1070
+MD5 552b71b5fba08a32995c8cf52fd4ea7b resin-ee-2.1.9.ebuild 3605
MD5 36fc2b396b7ee1ff19c9c65c296cf9e4 files/digest-resin-ee-2.1.9 67
-MD5 1c1140a92a4daa0feef70b2b91618670 files/2.1.9/resin.conf 1246
-MD5 a810be4b68e920ebc5d2cf8160a5642a files/2.1.9/21resin 53
MD5 cc895b3b901369aa2c6d80fb88369113 files/2.1.9/resin-ee.diff 504
+MD5 a810be4b68e920ebc5d2cf8160a5642a files/2.1.9/21resin 53
+MD5 1c1140a92a4daa0feef70b2b91618670 files/2.1.9/resin.conf 1246
MD5 8c9c3995f7845529f6f12365f9644263 files/2.1.9/resin.init 809
diff --git a/net-www/resin-ee/resin-ee-2.1.9.ebuild b/net-www/resin-ee/resin-ee-2.1.9.ebuild
index a7b5e822e04c..449173827996 100644
--- a/net-www/resin-ee/resin-ee-2.1.9.ebuild
+++ b/net-www/resin-ee/resin-ee-2.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/resin-ee-2.1.9.ebuild,v 1.3 2003/09/06 01:54:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/resin-ee-2.1.9.ebuild,v 1.4 2003/12/14 23:29:24 spider Exp $
inherit java-pkg
@@ -56,7 +56,7 @@ src_install() {
insopts -m0755
doins ${S}/21resin
- chown -R resin.resin ${S}
+ chown -R resin:resin ${S}
dodir /opt/resin || die
dodoc LICENSE readme.txt
diff --git a/net-www/resin/ChangeLog b/net-www/resin/ChangeLog
index 72d60187a15e..d98acf2b51ea 100644
--- a/net-www/resin/ChangeLog
+++ b/net-www/resin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/resin
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/resin/ChangeLog,v 1.2 2003/04/30 13:58:29 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin/ChangeLog,v 1.3 2003/12/14 23:29:24 spider Exp $
+
+ 15 Dec 2003; <spider@gentoo.org> resin-2.1.9.ebuild:
+ QA: fixing chown user.group to user:group, bug #35127
30 Apr 2003; Dylan Carlson <absinthe@gentoo.org> resin-2.1.9.ebuild:
With the addition of resin-ee, the two are now set to block each other.
diff --git a/net-www/resin/Manifest b/net-www/resin/Manifest
index e08f4b9e1df6..ab10c5746235 100644
--- a/net-www/resin/Manifest
+++ b/net-www/resin/Manifest
@@ -1,5 +1,5 @@
-MD5 42b2aaf3c596fcdc3b1b353874ad1f9a ChangeLog 758
-MD5 46dfd467ac9de5b2fa09eb251167b2ec resin-2.1.9.ebuild 3537
+MD5 2e5583cbccf13caf59ec2282fe73e365 resin-2.1.9.ebuild 3535
+MD5 e8b4cc995778d2959ed47f6f1988be96 ChangeLog 868
MD5 5837c42d665786c9555b544428725ff6 files/digest-resin-2.1.9 64
MD5 61545d3923eb43c48bd061ab224875d3 files/2.1.9/resin.conf 1237
MD5 a810be4b68e920ebc5d2cf8160a5642a files/2.1.9/21resin 53
diff --git a/net-www/resin/resin-2.1.9.ebuild b/net-www/resin/resin-2.1.9.ebuild
index 8990a4fd57de..117f2dc6f2d9 100644
--- a/net-www/resin/resin-2.1.9.ebuild
+++ b/net-www/resin/resin-2.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/resin/resin-2.1.9.ebuild,v 1.5 2003/09/06 01:54:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin/resin-2.1.9.ebuild,v 1.6 2003/12/14 23:29:24 spider Exp $
inherit java-pkg
@@ -56,7 +56,7 @@ src_install() {
insopts -m0755
doins ${S}/21resin
- chown -R resin.resin ${S}
+ chown -R resin:resin ${S}
dodir /opt/resin || die
dodoc LICENSE readme.txt
diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog
index e6af341065fe..684d6a5aa034 100644
--- a/net-www/tomcat/ChangeLog
+++ b/net-www/tomcat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/tomcat
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.22 2003/10/16 11:18:29 sergey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.23 2003/12/14 23:29:24 spider Exp $
+
+ 15 Dec 2003; <spider@gentoo.org> tomcat-4.1.24-r1.ebuild:
+ QA: fixing chown user.group to user:group, bug #35127
16 Oct 2003; Sergey Kuleshov <svyatogor@gentoo.org> tomcat-4.1.24-r1.ebuild:
Fixed permissions for /etc/conf.d/tomcat
diff --git a/net-www/tomcat/Manifest b/net-www/tomcat/Manifest
index 90ee669360b0..421fd78447e1 100644
--- a/net-www/tomcat/Manifest
+++ b/net-www/tomcat/Manifest
@@ -1,7 +1,7 @@
-MD5 e8472cc547db502b7ec60fae069e6702 tomcat-4.1.24-r1.ebuild 3818
-MD5 7fe82d613d363c75660433aad26f9d49 ChangeLog 5199
+MD5 c4f5f35be122d671a1547c021c3882cc ChangeLog 5316
+MD5 fc7137199d6afd173d23bce6d9585306 tomcat-4.1.24-r1.ebuild 3818
MD5 f3d7f1cc3b7b8a69342e6bede7395f58 files/digest-tomcat-4.1.24-r1 74
MD5 bf1c6e3b412968c9a06aeb15f21355e9 files/4.1.24/gentoo.diff 4002
+MD5 53b2c10f99d7d2c05a69fc49b7acda8b files/4.1.24/21tomcat 58
MD5 12a2562eeb8ec6dc5ef8b2172a5f29c4 files/4.1.24/tomcat.conf 2710
MD5 da7e3d883b224f013f546d2a087099e8 files/4.1.24/tomcat.init 817
-MD5 53b2c10f99d7d2c05a69fc49b7acda8b files/4.1.24/21tomcat 58
diff --git a/net-www/tomcat/tomcat-4.1.24-r1.ebuild b/net-www/tomcat/tomcat-4.1.24-r1.ebuild
index e3d608a94da1..38d0c25025d4 100644
--- a/net-www/tomcat/tomcat-4.1.24-r1.ebuild
+++ b/net-www/tomcat/tomcat-4.1.24-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24-r1.ebuild,v 1.4 2003/10/16 11:18:29 sergey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24-r1.ebuild,v 1.5 2003/12/14 23:29:24 spider Exp $
S=${WORKDIR}/jakarta-${P}
At="jakarta-tomcat-${PV}.tar.gz"
@@ -75,7 +75,7 @@ src_install() {
dodoc RELEASE-NOTES-* README.txt RUNNING.txt LICENSE RELEASE-PLAN-4.1.txt
- chown -R tomcat.tomcat ${S}
+ chown -R tomcat:tomcat ${S}
DIROPTIONS="--mode=0750 --owner=tomcat --group=tomcat"
dodir ${TOMCAT_HOME}/common
dodir ${TOMCAT_HOME}/common/classes