summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-21 17:46:11 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-21 17:46:11 +0000
commitaa5d341e061af0e17a19c1591ca711311f1a8dbb (patch)
tree418779f97650c28632efaacf487fd738444aa2d2 /app-misc
parentAdded Jeffrey Yasskin's TLA eclass (diff)
downloadhistorical-aa5d341e061af0e17a19c1591ca711311f1a8dbb.tar.gz
historical-aa5d341e061af0e17a19c1591ca711311f1a8dbb.tar.bz2
historical-aa5d341e061af0e17a19c1591ca711311f1a8dbb.zip
minxor docfix
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gallery/Manifest2
-rw-r--r--app-misc/gallery/gallery-1.4.1_rc4.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/gallery/Manifest b/app-misc/gallery/Manifest
index b40a270d7084..8bf9ac9bd674 100644
--- a/app-misc/gallery/Manifest
+++ b/app-misc/gallery/Manifest
@@ -1,6 +1,6 @@
MD5 42ac445bfd7408902426a9c3af0b43ac ChangeLog 1514
MD5 908a8793959f39c3dfe31ec42297e5a1 gallery-1.4_p2.ebuild 2431
+MD5 19488055e5601a958aaf592d29803d42 gallery-1.4.1_rc4.ebuild 1869
MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
-MD5 f84aa74aafd6485be8adf5b15b2df6a5 gallery-1.4.1_rc4.ebuild 1916
MD5 a9b8e52b9d14c6b3a74d3b71cb0dc038 files/digest-gallery-1.4_p2 68
MD5 32c98a33a09366f4f5eeaf54cce66a2b files/digest-gallery-1.4.1_rc4 69
diff --git a/app-misc/gallery/gallery-1.4.1_rc4.ebuild b/app-misc/gallery/gallery-1.4.1_rc4.ebuild
index c510b68f747b..ef93895abda7 100644
--- a/app-misc/gallery/gallery-1.4.1_rc4.ebuild
+++ b/app-misc/gallery/gallery-1.4.1_rc4.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/app-misc/gallery/gallery-1.4.1_rc4.ebuild,v 1.2 2003/11/20 18:49:50 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.4.1_rc4.ebuild,v 1.3 2003/11/21 17:46:05 mholzer Exp $
inherit webapp-apache
@@ -37,8 +37,8 @@ src_install() {
local DocumentRoot=${HTTPD_ROOT}
local destdir=${DocumentRoot}/${PN}
dodir ${destdir}
- dodoc AUTHORS ChangeLog README LICENSE.txt UPGRADING
- rm -rf AUTHORS ChangeLog README LICENSE.txt UPGRADING
+ dodoc AUTHORS ChangeLog README LICENSE.txt
+ rm -rf ChangeLog
cp -r . ${D}/${HTTPD_ROOT}/${PN}
cd ${D}/${HTTPD_ROOT}