diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-12-14 23:29:28 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-12-14 23:29:28 +0000 |
commit | 9a13554713c31c57f9ecb8df3e6f63fac5184cd9 (patch) | |
tree | 5fa0a7417c9f87ff1abc9f9c7a19ee80d8fb6f87 /net-www/orion | |
parent | fixed a symlink (diff) | |
download | historical-9a13554713c31c57f9ecb8df3e6f63fac5184cd9.tar.gz historical-9a13554713c31c57f9ecb8df3e6f63fac5184cd9.tar.bz2 historical-9a13554713c31c57f9ecb8df3e6f63fac5184cd9.zip |
QA: fixing chown user.group to user:group, bug #35127
Diffstat (limited to 'net-www/orion')
-rw-r--r-- | net-www/orion/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/orion/Manifest | 8 | ||||
-rw-r--r-- | net-www/orion/orion-2.0.1.ebuild | 6 | ||||
-rw-r--r-- | net-www/orion/orion-2.0.ebuild | 6 |
4 files changed, 14 insertions, 11 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 |