diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-18 21:31:34 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-18 21:31:34 +0000 |
commit | 407883f3b27d932761cce0735bb5f5b9485b1a97 (patch) | |
tree | 5717b1bc4d3b7370ec3323451cc051eb7855ea3a /net-print/foomatic-db | |
parent | path location for patch (diff) | |
download | gentoo-2-407883f3b27d932761cce0735bb5f5b9485b1a97.tar.gz gentoo-2-407883f3b27d932761cce0735bb5f5b9485b1a97.tar.bz2 gentoo-2-407883f3b27d932761cce0735bb5f5b9485b1a97.zip |
changelog:P
Diffstat (limited to 'net-print/foomatic-db')
-rw-r--r-- | net-print/foomatic-db/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/foomatic-db/Manifest | 4 | ||||
-rw-r--r-- | net-print/foomatic-db/foomatic-db-20031018.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-print/foomatic-db/ChangeLog b/net-print/foomatic-db/ChangeLog index cfffa7c92b5a..00116391e3f0 100644 --- a/net-print/foomatic-db/ChangeLog +++ b/net-print/foomatic-db/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2003/10/18 10:54:05 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.5 2003/10/18 21:31:28 lanius Exp $ + +*foomatic-db-20031018 (18 Oct 2003) + + 18 Oct 2003; Heinrich Wendel <lanius@gentoo.org> + foomatic-db-20031018.ebuild: + fixed sandbox violation, thx to Chainsaw 18 Oct 2003; Heinrich Wendel <lanius@gentoo.org> : bump diff --git a/net-print/foomatic-db/Manifest b/net-print/foomatic-db/Manifest index 0e5edce0829a..b1f1bb439c6f 100644 --- a/net-print/foomatic-db/Manifest +++ b/net-print/foomatic-db/Manifest @@ -1,5 +1,5 @@ -MD5 19d75a0e31146012f43bbfe680cb6c7f foomatic-db-20031018.ebuild 1224 -MD5 d8741ed6c67664cdc3b48d51bf2c5830 ChangeLog 574 +MD5 c584cd039bfd77bad8fb1915c6d1b386 foomatic-db-20031018.ebuild 1228 +MD5 ce97dd9d57734af5ab02ee415cc41000 ChangeLog 737 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 d4470f7ee0bd..31ebd935869c 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.1 2003/10/18 10:54:05 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20031018.ebuild,v 1.2 2003/10/18 21:31:28 lanius Exp $ DESCRIPTION="Foomatic printer database" HOMEPAGE="http://www.linuxprinting.org/foomatic" @@ -37,7 +37,7 @@ src_install() { if [ "`use ppds`" ]; then cd ../foomatic-filters-ppds-${PV} - ./install -p ${D}/usr -z + ./install -d ${D} -p /usr -z if [ "`use cups`" ]; then dodir /usr/share/cups/model dosym /usr/share/ppd /usr/share/cups/model/foomatic-ppds |