Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/cups-pdf: ChangeLog cups-pdf-2.4.7.ebuild
Date: Sun, 01 Jun 2008 20:36:46
Message-Id: E1K2uIC-0002T0-RF@stork.gentoo.org
1 tgurr 08/06/01 20:36:40
2
3 Modified: ChangeLog
4 Added: cups-pdf-2.4.7.ebuild
5 Log:
6 Version bump, fixing bug #224331. Thanks Chris Mayo for the diff.
7 (Portage version: 2.1.5.3)
8
9 Revision Changes Path
10 1.36 net-print/cups-pdf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 9 Jun 2007 00:09:44 -0000 1.35
23 +++ ChangeLog 1 Jun 2008 20:36:40 -0000 1.36
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-print/cups-pdf
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.35 2007/06/09 00:09:44 genstef Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.36 2008/06/01 20:36:40 tgurr Exp $
30 +
31 +*cups-pdf-2.4.7 (01 Jun 2008)
32 +
33 + 01 Jun 2008; Timo Gurr <tgurr@g.o> +cups-pdf-2.4.7.ebuild:
34 + Version bump, fixing bug #224331. Thanks Chris Mayo for the diff.
35
36 *cups-pdf-2.4.6 (09 Jun 2007)
37
38
39
40
41 1.1 net-print/cups-pdf/cups-pdf-2.4.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cups-pdf-2.4.7.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.7.ebuild,v 1.1 2008/06/01 20:36:40 tgurr Exp $
51
52 inherit toolchain-funcs multilib
53
54 DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files."
55 HOMEPAGE="http://www.cups-pdf.de/"
56 SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="net-print/cups
64 virtual/ghostscript"
65
66 src_compile() {
67 cd src
68 $(tc-getCC) ${CFLAGS} -o cups-pdf cups-pdf.c || die "Compilation failed."
69 }
70
71 src_install () {
72 exeinto $(cups-config --serverbin)/backend
73 has_version '>=net-print/cups-1.2' && exeopts -m0700
74 doexe src/cups-pdf
75
76 insinto /usr/share/cups/model
77 doins extra/CUPS-PDF.ppd
78
79 insinto /etc/cups
80 doins extra/cups-pdf.conf
81
82 dodoc ChangeLog README
83 newdoc contrib/Contents contrib_Contents
84 }
85
86 pkg_postinst () {
87 einfo "Please view both the README and contrib_Contents files"
88 einfo "as you may want to adjust some settings and/or use"
89 einfo "contributed software. In the latter case you may need"
90 einfo "to extract some files from the ${P} distfile."
91 }
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list