Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/splix: ChangeLog splix-1.1.1.ebuild
Date: Tue, 05 Feb 2008 23:42:06
Message-Id: E1JMXQQ-0001Uu-Qe@stork.gentoo.org
1 wschlich 08/02/05 23:42:02
2
3 Modified: ChangeLog
4 Added: splix-1.1.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.10 net-print/splix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/splix/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/splix/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/splix/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/splix/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 27 Oct 2007 12:07:43 -0000 1.9
23 +++ ChangeLog 5 Feb 2008 23:42:02 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-print/splix
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/splix/ChangeLog,v 1.9 2007/10/27 12:07:43 wschlich Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-print/splix/ChangeLog,v 1.10 2008/02/05 23:42:02 wschlich Exp $
30 +
31 +*splix-1.1.1 (05 Feb 2008)
32 +
33 + 05 Feb 2008; Wolfram Schlich <wschlich@g.o> +splix-1.1.1.ebuild:
34 + version bump
35
36 *splix-1.0.2 (27 Oct 2007)
37
38
39
40
41 1.1 net-print/splix/splix-1.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/splix/splix-1.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/splix/splix-1.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: splix-1.1.1.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/splix/splix-1.1.1.ebuild,v 1.1 2008/02/05 23:42:02 wschlich Exp $
51
52 inherit eutils toolchain-funcs
53
54 MY_P=${PN}-${PV/_p/-}
55 S=${WORKDIR}/${MY_P}
56 DESCRIPTION="A set of CUPS printer drivers for SPL (Samsung Printer Language) printers"
57 HOMEPAGE="http://splix.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="net-print/cups
66 net-print/cupsddk
67 media-libs/jbigkit"
68 RDEPEND="${DEPEND}"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/${PN}-1.1.0-fix-makefile.patch
74 }
75
76 src_compile() {
77 emake CXX="$(tc-getCXX)" || die "emake failed"
78 }
79
80 src_install() {
81 CUPSFILTERDIR="$(cups-config --serverbin)/filter"
82 CUPSPPDDIR="$(cups-config --datadir)/model"
83
84 dodir "${CUPSFILTERDIR}"
85 dodir "${CUPSPPDDIR}"
86 emake DESTDIR="${D}" install || die "emake install failed"
87 }
88
89 pkg_postinst() {
90 ebeep 5
91 ewarn ""
92 ewarn "You *MUST* make sure that the PPD files that CUPS is using"
93 ewarn "for actually installed printers are updated if you upgraded"
94 ewarn "from a previous version of splix!"
95 ewarn "Otherwise you will be unable to print (your printer might"
96 ewarn "spit out blank pages etc.)."
97 ewarn "To do that, simply delete the corresponding PPD file in"
98 ewarn "/etc/cups/ppd/, click on 'Modify Printer' belonging to the"
99 ewarn "corresponding printer in the CUPS webinterface (usually"
100 ewarn "reachable via http://localhost:631/) and choose the correct"
101 ewarn "printer make and model, for example:"
102 ewarn "'Samsung' -> 'Samsung ML-1610, 1.0 (en)'"
103 ewarn ""
104 }
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list