summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-12 20:16:31 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-12 20:16:31 +0000
commit4ec3b494a6884392402ac03c4f5f56018b8f124a (patch)
tree60df67c972e01a19ebba9c032f5c58be9136f8e2 /net-print
parentAdding amd64 keyword - #33641 (diff)
downloadgentoo-2-4ec3b494a6884392402ac03c4f5f56018b8f124a.tar.gz
gentoo-2-4ec3b494a6884392402ac03c4f5f56018b8f124a.tar.bz2
gentoo-2-4ec3b494a6884392402ac03c4f5f56018b8f124a.zip
Permissions to all files were set to 755 and portage tried to strip them, although they are .xml files
Diffstat (limited to 'net-print')
-rw-r--r--net-print/foomatic-db/ChangeLog7
-rw-r--r--net-print/foomatic-db/Manifest4
-rw-r--r--net-print/foomatic-db/foomatic-db-20031018.ebuild6
3 files changed, 13 insertions, 4 deletions
diff --git a/net-print/foomatic-db/ChangeLog b/net-print/foomatic-db/ChangeLog
index e957a34df8a7..71578e935b1c 100644
--- a/net-print/foomatic-db/ChangeLog
+++ b/net-print/foomatic-db/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-print/foomatic-db
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.6 2003/12/10 18:31:45 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.7 2003/12/12 20:16:26 lanius Exp $
+
+ 12 Dec 2003; Heinrich Wendel <lanius@gentoo.org>
+ foomatic-db-20031018.ebuild:
+ Permissions to all files were set to 755 and portage tried to strip them,
+ although they are .xml files
10 Dec 2003; Heinrich Wendel <lanius@gentoo.org>
foomatic-db-20031018.ebuild:
diff --git a/net-print/foomatic-db/Manifest b/net-print/foomatic-db/Manifest
index 5772a6c3948d..a4c5492d1e62 100644
--- a/net-print/foomatic-db/Manifest
+++ b/net-print/foomatic-db/Manifest
@@ -1,5 +1,5 @@
-MD5 588d83ba6107a1fd8f3d324ab8b15ab8 foomatic-db-20031018.ebuild 1222
-MD5 44df5a915c4f4a326e7c983a88cf1641 ChangeLog 829
+MD5 6c0ac856a8fa1a56a6b538bfe56af554 foomatic-db-20031018.ebuild 1414
+MD5 0ca4b4f32b831aff100d4a76fec4df33 ChangeLog 1019
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 e644800833244ddddcba92cf59e39626 foomatic-db-20030716.ebuild 1777
MD5 6ae48bdfda2843beb859270c02d62c34 files/digest-foomatic-db-20030716 148
diff --git a/net-print/foomatic-db/foomatic-db-20031018.ebuild b/net-print/foomatic-db/foomatic-db-20031018.ebuild
index f03996680edd..28a28fe809d1 100644
--- a/net-print/foomatic-db/foomatic-db-20031018.ebuild
+++ b/net-print/foomatic-db/foomatic-db-20031018.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-print/foomatic-db/foomatic-db-20031018.ebuild,v 1.3 2003/12/10 18:31:45 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20031018.ebuild,v 1.4 2003/12/12 20:16:26 lanius Exp $
DESCRIPTION="Foomatic printer database"
HOMEPAGE="http://www.linuxprinting.org/foomatic"
@@ -34,6 +34,10 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "make install failed"
+ chmod -R 644 ${D}/usr/share/foomatic/db/
+ chmod 755 ${D}/usr/share/foomatic/db/
+ chmod 755 ${D}/usr/share/foomatic/db/source
+ chmod 755 ${D}/usr/share/foomatic/db/source/{driver,opt,printer}
if [ "`use ppds`" ]; then
cd ../foomatic-filters-ppds-${PV}