diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:25:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:25:54 +0000 |
commit | 2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad (patch) | |
tree | e6d726bde659447190b9304e636519fc241c321e /dev-db/xindice | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.tar.gz historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.tar.bz2 historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-db/xindice')
-rw-r--r-- | dev-db/xindice/Manifest | 4 | ||||
-rw-r--r-- | dev-db/xindice/xindice-1.0.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/xindice/Manifest b/dev-db/xindice/Manifest index 7aed132aeba7..6e1c631c3e3a 100644 --- a/dev-db/xindice/Manifest +++ b/dev-db/xindice/Manifest @@ -1,6 +1,6 @@ +MD5 3edb3012fcd57994086cdc9eba2764db ChangeLog 490 +MD5 ac89ba19bed57d20d774b4ec6d0df578 xindice-1.0.ebuild 1679 MD5 c87c4724c3cbf94d7c0379589a13ad2b files/21xindice 26 MD5 7e4600809285fee4636287cb3cffbff9 files/digest-xindice-1.0 309 MD5 e60da088b700fb70b44c177f41325953 files/xindice 586 MD5 c2e834a3314f4a4d91fbb3b1df7d7e47 files/xindice-1.0.patch 725 -MD5 3edb3012fcd57994086cdc9eba2764db ChangeLog 490 -MD5 395a7b4a612fd71f7257c381af695f6c xindice-1.0.ebuild 1678 diff --git a/dev-db/xindice/xindice-1.0.ebuild b/dev-db/xindice/xindice-1.0.ebuild index 8ac0b4444c45..a839a02906d7 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.3 2003/07/11 21:04:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0.ebuild,v 1.4 2003/09/06 22:25:50 msterret Exp $ inherit eutils @@ -43,7 +43,7 @@ src_install() { dodir ${TARGET} dodir ${TARGET}/java cp -Rvdp bin config icons docs logs idl ${D}${TARGET} - cd java + cd java cp -Rvdp lib tests examples ${D}${TARGET}/java cd .. dodoc docs/LICENSE docs/README docs/FAQ docs/TODO docs/VERSIONS docs/AUTHORS @@ -54,9 +54,9 @@ src_install() { dodir /etc/init.d insinto /etc/init.d insopts -m0755 - doins ${FILESDIR}/xindice + doins ${FILESDIR}/xindice insinto ${TARGET} doins start keepdir /opt/xindice/db - chown -R xindice.xindice ${D}/opt/xindice + chown -R xindice.xindice ${D}/opt/xindice } |