Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/glabels: ChangeLog glabels-2.2.6.ebuild
Date: Wed, 24 Feb 2010 23:11:27
Message-Id: E1NkQO5-0004uR-Ts@stork.gentoo.org
1 eva 10/02/24 23:11:25
2
3 Modified: ChangeLog
4 Added: glabels-2.2.6.ebuild
5 Log:
6 Version bump, bug #293746. A couple of fixes and translation updates.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.42 app-office/glabels/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 2 May 2009 14:09:38 -0000 1.41
23 +++ ChangeLog 24 Feb 2010 23:11:25 -0000 1.42
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-office/glabels
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.41 2009/05/02 14:09:38 eva Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.42 2010/02/24 23:11:25 eva Exp $
30 +
31 +*glabels-2.2.6 (24 Feb 2010)
32 +
33 + 24 Feb 2010; Gilles Dartiguelongue <eva@g.o> +glabels-2.2.6.ebuild,
34 + +files/glabels-2.2.6-documentation.patch:
35 + Version bump, bug #293746. A couple of fixes and translation updates.
36
37 *glabels-2.2.5 (02 May 2009)
38
39
40
41
42 1.1 app-office/glabels/glabels-2.2.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.2.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.2.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: glabels-2.2.6.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/app-office/glabels/glabels-2.2.6.ebuild,v 1.1 2010/02/24 23:11:25 eva Exp $
52
53 EAPI="2"
54 GCONF_DEBUG="no"
55
56 inherit eutils gnome2
57
58 DESCRIPTION="Program for creating labels and business cards"
59 HOMEPAGE="http://glabels.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2 FDL-1.1 LGPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE="doc eds"
66
67 RDEPEND=">=dev-libs/glib-2.12
68 >=x11-libs/gtk+-2.10
69 >=gnome-base/libgnome-2.16
70 >=gnome-base/libgnomeui-2.16
71 >=dev-libs/libxml2-2.6
72 >=gnome-base/libglade-2.6
73 eds? ( >=gnome-extra/evolution-data-server-1.8 )"
74 DEPEND="${RDEPEND}
75 >=dev-util/pkgconfig-0.9
76 app-text/scrollkeeper
77 app-text/gnome-doc-utils
78 app-text/docbook-xml-dtd:4.1.2
79 >=dev-util/intltool-0.28
80 doc? ( dev-util/gtk-doc )"
81
82 DOCS="AUTHORS ChangeLog NEWS README TODO"
83
84 pkg_setup() {
85 G2CONF="${G2CONF}
86 $(use_with eds libebook)
87 --disable-update-mimedb
88 --disable-update-desktopdb
89 --disable-static"
90 }
91
92 src_prepare() {
93 gnome2_src_prepare
94
95 # Fix documentation misuse of entities, bug #?
96 epatch "${FILESDIR}/${PN}-2.2.6-documentation.patch"
97 }
98
99 src_install() {
100 gnome2_src_install
101 find "${D}" -name "*.la" -delete || die
102 }
103
104 pkg_postinst() {
105 gnome2_pkg_postinst
106
107 ewarn "As of 2.2.0, glabels had a file format change. Files will be"
108 ewarn "automatically converted to the new format but it is a one way"
109 ewarn "process only. Make backups."
110 }