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/foomatic-db-ppds: ChangeLog foomatic-db-ppds-3.0.20060720.ebuild foomatic-db-ppds-3.0.20080507.ebuild foomatic-db-ppds-3.0.20070508.ebuild foomatic-db-ppds-20070508.ebuild foomatic-db-ppds-20060720.ebuild
Date: Wed, 07 May 2008 23:33:07
Message-Id: E1Jtt8C-0001Vl-3M@stork.gentoo.org
1 tgurr 08/05/07 23:33:04
2
3 Modified: ChangeLog
4 Added: foomatic-db-ppds-3.0.20060720.ebuild
5 foomatic-db-ppds-3.0.20080507.ebuild
6 foomatic-db-ppds-3.0.20070508.ebuild
7 Removed: foomatic-db-ppds-20070508.ebuild
8 foomatic-db-ppds-20060720.ebuild
9 Log:
10 Add new snapshot, change versioning to reflect upstream naming, move mips to unstable.
11 (Portage version: 2.1.5_rc7, RepoMan options: --force)
12
13 Revision Changes Path
14 1.16 net-print/foomatic-db-ppds/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.16&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.16&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?r1=1.15&r2=1.16
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v
23 retrieving revision 1.15
24 retrieving revision 1.16
25 diff -u -r1.15 -r1.16
26 --- ChangeLog 20 Nov 2007 03:29:15 -0000 1.15
27 +++ ChangeLog 7 May 2008 23:33:03 -0000 1.16
28 @@ -1,6 +1,18 @@
29 # ChangeLog for net-print/foomatic-db-ppds
30 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.15 2007/11/20 03:29:15 kumba Exp $
32 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.16 2008/05/07 23:33:03 tgurr Exp $
34 +
35 +*foomatic-db-ppds-3.0.20080507 (07 May 2008)
36 +*foomatic-db-ppds-3.0.20070508 (07 May 2008)
37 +*foomatic-db-ppds-3.0.20060720 (07 May 2008)
38 +
39 + 07 May 2008; Timo Gurr <tgurr@g.o>
40 + +foomatic-db-ppds-3.0.20060720.ebuild,
41 + +foomatic-db-ppds-3.0.20070508.ebuild,
42 + +foomatic-db-ppds-3.0.20080507.ebuild, -foomatic-db-ppds-20060720.ebuild,
43 + -foomatic-db-ppds-20070508.ebuild:
44 + Add new snapshot, change versioning to reflect upstream naming, move mips
45 + to unstable.
46
47 20 Nov 2007; Joshua Kinard <kumba@g.o>
48 foomatic-db-ppds-20060720.ebuild:
49
50
51
52 1.1 net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20060720.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20060720.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20060720.ebuild?rev=1.1&content-type=text/plain
56
57 Index: foomatic-db-ppds-3.0.20060720.ebuild
58 ===================================================================
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20060720.ebuild,v 1.1 2008/05/07 23:33:03 tgurr Exp $
62
63 inherit versionator
64
65 MY_P=${PN/-ppds}-$(replace_version_separator 2 '-')
66 DESCRIPTION="linuxprinting.org PPD files for postscript printers"
67 HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
68 SRC_URI="http://gentooexperimental.org/~genstef/dist/${MY_P}.tar.gz
69 http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz"
70
71 LICENSE="GPL-2"
72 SLOT="0"
73 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
74 IUSE=""
75
76 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
77
78 src_compile() {
79 econf || die "econf failed"
80 # xml files do not belong to this package, no translated ppds
81 rm -r db/{oldprinterids,source/{driver,opt,printer,PPD/Kyocera/{de,es,fr,it,pt}}}
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "emake install failed"
86 }
87
88
89
90 1.1 net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20080507.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20080507.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20080507.ebuild?rev=1.1&content-type=text/plain
94
95 Index: foomatic-db-ppds-3.0.20080507.ebuild
96 ===================================================================
97 # Copyright 1999-2008 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20080507.ebuild,v 1.1 2008/05/07 23:33:03 tgurr Exp $
100
101 inherit eutils versionator
102
103 MY_P=${PN/-ppds}-$(replace_version_separator 2 '-')
104 DESCRIPTION="linuxprinting.org PPD files for postscript printers"
105 HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
106 SRC_URI="http://gentooexperimental.org/~genstef/dist/${MY_P}.tar.gz
107 http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz"
108
109 LICENSE="GPL-2"
110 SLOT="0"
111 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
112 IUSE=""
113
114 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
115
116 src_unpack() {
117 unpack ${A}
118 cd "${S}"
119 epatch "${FILESDIR}/Makefile.in-20070508.patch"
120 # scripts do not belong to this package, no translated ppds, no html and text files
121 rm -r "${S}"/db/source/PPD/Kyocera/{de,es,fr,it,pt,*.htm,*.txt}
122 }
123
124 src_compile() {
125 econf || die "econf failed"
126 }
127
128 src_install() {
129 emake DESTDIR="${D}" install || die "emake install failed"
130 }
131
132
133
134 1.1 net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20070508.ebuild
135
136 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20070508.ebuild?rev=1.1&view=markup
137 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20070508.ebuild?rev=1.1&content-type=text/plain
138
139 Index: foomatic-db-ppds-3.0.20070508.ebuild
140 ===================================================================
141 # Copyright 1999-2008 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 # $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-3.0.20070508.ebuild,v 1.1 2008/05/07 23:33:03 tgurr Exp $
144
145 inherit eutils versionator
146
147 MY_P=${PN/-ppds}-$(replace_version_separator 2 '-')
148 DESCRIPTION="linuxprinting.org PPD files for postscript printers"
149 HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
150 SRC_URI="http://gentooexperimental.org/~calchan/distfiles/${MY_P}.tar.gz
151 http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz"
152
153 LICENSE="GPL-2"
154 SLOT="0"
155 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
156 IUSE=""
157
158 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
159
160 src_unpack() {
161 unpack ${A}
162 cd "${S}"
163 epatch "${FILESDIR}/Makefile.in-20070508.patch"
164 # scripts do not belong to this package, no translated ppds, no html and text files
165 rm -r db/source/PPD/{*.sh,Kyocera/{de,es,fr,it,pt,*.htm,*.txt}}
166 }
167
168 src_compile() {
169 econf || die "econf failed"
170 }
171
172 src_install() {
173 emake DESTDIR="${D}" install || die "emake install failed"
174 }
175
176
177
178 --
179 gentoo-commits@l.g.o mailing list