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: glabels-2.2.4.ebuild ChangeLog
Date: Wed, 24 Dec 2008 12:43:10
Message-Id: E1LFT4u-0000ZE-Mi@stork.gentoo.org
1 eva 08/12/24 12:43:08
2
3 Modified: ChangeLog
4 Added: glabels-2.2.4.ebuild
5 Log:
6 Bump to 2.2.4. Fix some performance and i18n issues. A few bug fixes.
7 (Portage version: 2.2_rc18/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.33 app-office/glabels/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 19 Nov 2008 23:19:11 -0000 1.32
23 +++ ChangeLog 24 Dec 2008 12:43:08 -0000 1.33
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-office/glabels
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.32 2008/11/19 23:19:11 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.33 2008/12/24 12:43:08 eva Exp $
29 +
30 +*glabels-2.2.4 (24 Dec 2008)
31 +
32 + 24 Dec 2008; Gilles Dartiguelongue <eva@g.o> +glabels-2.2.4.ebuild:
33 + Bump to 2.2.4. Fix some performance and i18n issues. A few bug fixes.
34
35 *glabels-2.2.3 (20 Nov 2008)
36
37
38
39
40 1.1 app-office/glabels/glabels-2.2.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.2.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.2.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: glabels-2.2.4.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-office/glabels/glabels-2.2.4.ebuild,v 1.1 2008/12/24 12:43:08 eva Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="Program for creating labels and business cards"
54 HOMEPAGE="http://glabels.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2 FDL-1.1 LGPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE="doc eds"
61
62 RDEPEND=">=dev-libs/glib-2.12
63 >=x11-libs/gtk+-2.10
64 >=gnome-base/libgnome-2.16
65 >=gnome-base/libgnomeui-2.16
66 >=dev-libs/libxml2-2.6
67 >=gnome-base/libglade-2.6
68 eds? ( >=gnome-extra/evolution-data-server-1.8 )"
69 DEPEND="${RDEPEND}
70 >=dev-util/pkgconfig-0.9
71 app-text/scrollkeeper
72 >=dev-util/intltool-0.28
73 dev-util/gtk-doc-am
74 doc? ( dev-util/gtk-doc )"
75
76 DOCS="AUTHORS ChangeLog NEWS README TODO"
77
78 pkg_setup() {
79 G2CONF="${G2CONF}
80 $(use_with eds libebook)
81 --disable-update-mimedb
82 --disable-update-desktopdb"
83 }
84
85 pkg_postinst() {
86 gnome2_pkg_postinst
87
88 ewarn "As of 2.2.0, glabels had a file format change. Files will be"
89 ewarn "automatically converted to the new format but it is a one way"
90 ewarn "process only. Make backups."
91 }