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.6.ebuild
Date: Sun, 30 Mar 2008 09:30:04
Message-Id: E1JftrV-00033S-Bb@stork.gentoo.org
1 carlo 08/03/30 09:30:01
2
3 Modified: ChangeLog
4 Added: kbarcode-2.0.6.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.45 app-text/kbarcode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 21 Feb 2007 23:32:41 -0000 1.44
23 +++ ChangeLog 30 Mar 2008 09:30:00 -0000 1.45
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/kbarcode
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.44 2007/02/21 23:32:41 peper Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/ChangeLog,v 1.45 2008/03/30 09:30:00 carlo Exp $
30 +
31 +*kbarcode-2.0.6 (30 Mar 2008)
32 +
33 + 30 Mar 2008; Carsten Lohrke <carlo@g.o>
34 + +files/kbarcode-2.0.6-desktop-entry-fixes.diff, +kbarcode-2.0.6.ebuild:
35 + Version bump.
36
37 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
38 Transition to Manifest2.
39
40
41
42 1.1 app-text/kbarcode/kbarcode-2.0.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/kbarcode-2.0.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/kbarcode-2.0.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kbarcode-2.0.6.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-2.0.6.ebuild,v 1.1 2008/03/30 09:30:00 carlo Exp $
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_unpack() {
80 kde_src_unpack
81 # does call unsermake...
82 rm configure
83 }
84
85 src_install() {
86 kde_src_install
87 use doc && cp "${DISTDIR}/kbarcode-2.0.0.pdf" "${D}/usr/share/doc/${PF}"
88 # Application installs mime entry in the wrong place.
89 dodir /usr/share/mimelnk/application/
90 cp "${S}"/kbarcode/kbarcode-label.desktop "${D}"/usr/share/mimelnk/application/
91 }
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list