Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/kbarcode: ChangeLog kbarcode-2.0.7.ebuild
Date: Sat, 21 Jun 2008 10:38:48
Message-Id: E1KA0UU-00055t-C7@stork.gentoo.org
1 carlo 08/06/21 10:38:42
2
3 Modified: ChangeLog
4 Added: kbarcode-2.0.7.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.48 app-text/kbarcode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 22 May 2008 20:48:40 -0000 1.47
23 +++ ChangeLog 21 Jun 2008 10:38:41 -0000 1.48
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/kbarcode
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.47 2008/05/22 20:48:40 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.48 2008/06/21 10:38:41 carlo Exp $
29 +
30 +*kbarcode-2.0.7 (21 Jun 2008)
31 +
32 + 21 Jun 2008; Carsten Lohrke <carlo@g.o> +kbarcode-2.0.7.ebuild:
33 + Version bump.
34
35 22 May 2008; Markus Meier <maekke@g.o> kbarcode-2.0.6.ebuild:
36 amd64/x86 stable, bug #222877
37
38
39
40 1.1 app-text/kbarcode/kbarcode-2.0.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/kbarcode-2.0.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/kbarcode-2.0.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kbarcode-2.0.7.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-2.0.7.ebuild,v 1.1 2008/06/21 10:38:41 carlo Exp $
50
51 ARTS_REQUIRED="never"
52
53 inherit kde
54
55 MY_P="${P/_/}"
56 S="${WORKDIR}/${MY_P}"
57
58 DESCRIPTION="KBarcode is a barcode and label printing application for KDE."
59 HOMEPAGE="http://www.kbarcode.net/"
60 SRC_URI="mirror://sourceforge/kbarcode/${MY_P}.tar.gz
61 doc? ( mirror://sourceforge/kbarcode/kbarcode-2.0.0.pdf )"
62
63 SLOT="0"
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="doc"
67
68 DEPEND=">=app-text/barcode-0.98
69 dev-libs/libpcre"
70
71 RDEPEND=">=app-text/barcode-0.98
72 dev-libs/libpcre
73 virtual/ghostscript"
74
75 need-kde 3.5
76
77 PATCHES=( "${FILESDIR}/kbarcode-2.0.6-desktop-entry-fixes.diff" )
78
79 src_compile() {
80 rm "${S}"/configure
81 kde_src_compile
82 }
83 src_install() {
84 kde_src_install
85 use doc && cp "${DISTDIR}/kbarcode-2.0.0.pdf" "${D}/usr/share/doc/${PF}"
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list