summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-12-08 04:51:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-12-08 04:51:31 +0000
commita42a15c042673eda6e6acaeec39ef824f5469eb8 (patch)
tree43af75d94294bf17210622b4f9b0ca9315c1838a /dev-db/xindice
parentConsidered as stable (diff)
downloadgentoo-2-a42a15c042673eda6e6acaeec39ef824f5469eb8.tar.gz
gentoo-2-a42a15c042673eda6e6acaeec39ef824f5469eb8.tar.bz2
gentoo-2-a42a15c042673eda6e6acaeec39ef824f5469eb8.zip
chown x.y -> chown x:y (bug 35127)
Diffstat (limited to 'dev-db/xindice')
-rw-r--r--dev-db/xindice/ChangeLog5
-rw-r--r--dev-db/xindice/Manifest4
-rw-r--r--dev-db/xindice/xindice-1.0.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-db/xindice/ChangeLog b/dev-db/xindice/ChangeLog
index 601bdb74a8f2..3583c8a19a33 100644
--- a/dev-db/xindice/ChangeLog
+++ b/dev-db/xindice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/xindice
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.1 2003/04/11 20:10:21 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.2 2003/12/08 04:51:30 mr_bones_ Exp $
+
+ 07 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org> xindice-1.0.ebuild:
+ chown x.y -> chown x:y (bug 35127)
*xindice-1.0 (11 Apr 2003)
diff --git a/dev-db/xindice/Manifest b/dev-db/xindice/Manifest
index ba307c1b2e5a..96569ecf02c9 100644
--- a/dev-db/xindice/Manifest
+++ b/dev-db/xindice/Manifest
@@ -1,5 +1,5 @@
-MD5 3edb3012fcd57994086cdc9eba2764db ChangeLog 490
-MD5 0e1243ab25019fb6fd43fec586bc3c5a xindice-1.0.ebuild 1678
+MD5 607e676ffda5f3cf2475c45d916db267 ChangeLog 604
+MD5 a3a7f1b416176d2437cb2f14b565376d xindice-1.0.ebuild 1679
MD5 c87c4724c3cbf94d7c0379589a13ad2b files/21xindice 26
MD5 7e4600809285fee4636287cb3cffbff9 files/digest-xindice-1.0 309
MD5 e60da088b700fb70b44c177f41325953 files/xindice 586
diff --git a/dev-db/xindice/xindice-1.0.ebuild b/dev-db/xindice/xindice-1.0.ebuild
index 972feb1d6090..6cb8c5915f99 100644
--- a/dev-db/xindice/xindice-1.0.ebuild
+++ b/dev-db/xindice/xindice-1.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/dev-db/xindice/xindice-1.0.ebuild,v 1.5 2003/09/11 01:06:22 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0.ebuild,v 1.6 2003/12/08 04:51:30 mr_bones_ Exp $
inherit eutils
@@ -39,7 +39,7 @@ src_compile() {
src_install() {
export TARGET=/opt/xindice
keepdir /var/run/xindice
- chown xindice.xindice ${D}/var/run/xindice
+ chown xindice:xindice ${D}/var/run/xindice
dodir ${TARGET}
dodir ${TARGET}/java
cp -Rvdp bin config icons docs logs idl ${D}${TARGET}
@@ -58,5 +58,5 @@ src_install() {
insinto ${TARGET}
doins start
keepdir /opt/xindice/db
- chown -R xindice.xindice ${D}/opt/xindice
+ chown -R xindice:xindice ${D}/opt/xindice
}