Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-ppds: ChangeLog foomatic-db-ppds-4.0.20100205.ebuild
Date: Sun, 07 Feb 2010 17:39:12
Message-Id: E1NeB6A-0000O4-1M@stork.gentoo.org
1 jlec 10/02/07 17:39:06
2
3 Modified: ChangeLog
4 Added: foomatic-db-ppds-4.0.20100205.ebuild
5 Log:
6 Version Bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 net-print/foomatic-db-ppds/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 7 May 2008 23:33:03 -0000 1.16
23 +++ ChangeLog 7 Feb 2010 17:39:05 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-print/foomatic-db-ppds
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.16 2008/05/07 23:33:03 tgurr Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.17 2010/02/07 17:39:05 jlec Exp $
30 +
31 +*foomatic-db-ppds-4.0.20100205 (07 Feb 2010)
32 +
33 + 07 Feb 2010; Justin Lecher (jlec) <jlec@g.o>
34 + +foomatic-db-ppds-4.0.20100205.ebuild:
35 + Version Bump
36
37 *foomatic-db-ppds-3.0.20080507 (07 May 2008)
38 *foomatic-db-ppds-3.0.20070508 (07 May 2008)
39
40
41
42 1.1 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20100205.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20100205.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20100205.ebuild?rev=1.1&content-type=text/plain
46
47 Index: foomatic-db-ppds-4.0.20100205.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20100205.ebuild,v 1.1 2010/02/07 17:39:05 jlec Exp $
52
53 inherit eutils versionator
54
55 MY_P=${PN/-ppds}-$(replace_version_separator 2 '-')
56 DESCRIPTION="linuxprinting.org PPD files for postscript printers"
57 HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
58 SRC_URI="http://gentooexperimental.org/~genstef/dist/${MY_P}.tar.gz
59 http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
64 IUSE=""
65
66 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}/Makefile.in-20070508.patch"
72 # scripts do not belong to this package, no translated ppds, no html and text files
73 rm -r "${S}"/db/source/PPD/Kyocera/{de,es,fr,it,pt,*.htm,*.txt}
74 }
75
76 src_compile() {
77 econf || die "econf failed"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "emake install failed"
82 }