diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2002-12-27 16:58:27 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2002-12-27 16:58:27 +0000 |
commit | 8e5642478b470fab4164a7508ad6b5f20d153480 (patch) | |
tree | 78acd18248a601285411bc762414e4a4dad6a8eb /net-print/cups | |
parent | Unmasking 5.8 (diff) | |
download | historical-8e5642478b470fab4164a7508ad6b5f20d153480.tar.gz historical-8e5642478b470fab4164a7508ad6b5f20d153480.tar.bz2 historical-8e5642478b470fab4164a7508ad6b5f20d153480.zip |
new version fixes bug #11650; ~arch masked on all archs; changed pkg_postinst
Diffstat (limited to 'net-print/cups')
-rw-r--r-- | net-print/cups/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/cups/cups-1.1.18.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index b531e846ca6b..2e2916a39e8b 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for net-print/cups # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.28 2002/12/20 18:00:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.29 2002/12/27 16:58:27 lordvan Exp $ -*cups-1.1.8 (20 Dec 2002) +*cups-1.1.18 (27 Dec 2002) + 27 Dec 2002; Thomas Raschbacher <lordvan@lordvan.com>: changed pkg_postinst + ~arch masked on all archs + +*cups-1.1.18 (20 Dec 2002) 20 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> : Security update. Masked for now. diff --git a/net-print/cups/cups-1.1.18.ebuild b/net-print/cups/cups-1.1.18.ebuild index b39219286879..55793a194c8b 100644 --- a/net-print/cups/cups-1.1.18.ebuild +++ b/net-print/cups/cups-1.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.18.ebuild,v 1.1 2002/12/20 18:00:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.18.ebuild,v 1.2 2002/12/27 16:58:27 lordvan Exp $ IUSE="ssl slp pam" @@ -19,9 +19,10 @@ DEPEND="virtual/glibc >=media-libs/tiff-3.5.5 >=media-libs/jpeg-6b" RDEPEND="${DEPEND} !virtual/lpr" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_unpack() { unpack ${A} @@ -125,6 +126,7 @@ pkg_postinst() { einfo einfo "emerge >=app-text/ghostscript-7.05-r1 if you need to print" - einfo "to a non-postscript printer" + einfo "to a non-postscript printer(after cups itself! even if it's" + einfo "already installed!)" einfo } |