summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-01-14 23:33:24 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-01-14 23:33:24 +0000
commitdbf560db8e19b322cb041d5fb1818aa3142b3bd7 (patch)
tree8e29432f5325bfa9fdc72c1b8f5731d770f07f6e /net-print
parentRemoved redundant dependencies provided by java.eclass (bug #118651). (diff)
downloadhistorical-dbf560db8e19b322cb041d5fb1818aa3142b3bd7.tar.gz
historical-dbf560db8e19b322cb041d5fb1818aa3142b3bd7.tar.bz2
historical-dbf560db8e19b322cb041d5fb1818aa3142b3bd7.zip
Add post-einfo note suggesting to emerge ghsotscript with USE=cups thanks to Corvus Corax <corvus-gentoo@cybertrench.com> in bug 96985
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-print')
-rw-r--r--net-print/cups/ChangeLog6
-rw-r--r--net-print/cups/Manifest14
-rw-r--r--net-print/cups/cups-1.1.23-r7.ebuild6
3 files changed, 12 insertions, 14 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog
index f81393e3a549..c646ce1e8931 100644
--- a/net-print/cups/ChangeLog
+++ b/net-print/cups/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/cups
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.156 2006/01/13 20:38:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.157 2006/01/14 23:33:24 genstef Exp $
+
+ 14 Jan 2006; Stefan Schweizer <genstef@gentoo.org> cups-1.1.23-r7.ebuild:
+ Add post-einfo note suggesting to emerge ghsotscript with USE=cups thanks to
+ Corvus Corax <corvus-gentoo@cybertrench.com> in bug 96985
13 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> cups-1.1.23-r7.ebuild:
The name of the function is bindnow-flags, not bindnow_flags.
diff --git a/net-print/cups/Manifest b/net-print/cups/Manifest
index db9849b93958..46913996a23b 100644
--- a/net-print/cups/Manifest
+++ b/net-print/cups/Manifest
@@ -1,10 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 b0c61e4f2f82655b5d8bf8205f03a12f ChangeLog 20509
+MD5 e4e7f772027ab15e76b8b59931fe2246 ChangeLog 20723
MD5 b92beaae46fa3940593e9915f4feb8f0 cups-1.1.23-r1.ebuild 4130
MD5 d15baa8642b3235fdb4f38a75793f8c3 cups-1.1.23-r4.ebuild 4698
-MD5 0446db7b14a18d452f11978c3a3a4a16 cups-1.1.23-r7.ebuild 4724
+MD5 e819e09e3408935a9d38a8005211f121 cups-1.1.23-r7.ebuild 4855
MD5 85bc20d893f097ef0f13947179c3838c files/cups-1.1.22-xpdf2-underflow.patch 2301
MD5 b22c12cb42113ddc40988cfbe93e3519 files/cups-1.1.23-bindnow.patch 2087
MD5 7888ddf6a0c4cfb38b8882651e22d66c files/cups-gcc4-amd64.patch 566
@@ -22,10 +19,3 @@ MD5 f6149424fd2880c5017da501e876de59 files/pdftops.pl 5630
MD5 2fce5bedd61300fad1566a41f991a782 files/xpdf-goo-sizet.patch 1424
MD5 a097b6a9c53c9ef50a6f3662d802cdfa files/xpdf-pl3.patch 348
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDyA/NAiZjviIA2XgRAg9pAKDQhpJ52B86g9xCCshtyNHhFK59SgCcCgeB
-5u8PAebALc/7hIjbiiQKzxQ=
-=3NBJ
------END PGP SIGNATURE-----
diff --git a/net-print/cups/cups-1.1.23-r7.ebuild b/net-print/cups/cups-1.1.23-r7.ebuild
index cb9467951985..91994f4a4a66 100644
--- a/net-print/cups/cups-1.1.23-r7.ebuild
+++ b/net-print/cups/cups-1.1.23-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.23-r7.ebuild,v 1.9 2006/01/13 20:38:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.23-r7.ebuild,v 1.10 2006/01/14 23:33:24 genstef Exp $
inherit eutils flag-o-matic pam autotools
@@ -139,6 +139,9 @@ src_install() {
exeinto /usr/lib/cups/filter/
newexe ${FILESDIR}/pdftops.pl pdftops
dosed "s:/usr/local:/usr:" /usr/lib/cups/filter/pdftops
+
+ # allow lppasswd, #107306
+ fowners root /usr/bin/lppasswd
}
pkg_preinst() {
@@ -168,4 +171,5 @@ pkg_postinst() {
einfo "app-text/xpdf with your LINGUAS variable set instead of"
einfo "the CJK flag. (Bug: 67493)"
fi
+ einfo "You need to emerge ghostscript with the cups-USEflag turned on"
}