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.0.4.ebuild ChangeLog glabels-2.2.1.ebuild glabels-2.2.0.ebuild
Date: Sun, 24 Feb 2008 11:04:01
Message-Id: E1JTEeE-0002SE-Ai@stork.gentoo.org
1 eva 08/02/24 11:03:58
2
3 Modified: glabels-2.0.4.ebuild ChangeLog
4 Added: glabels-2.2.1.ebuild
5 Removed: glabels-2.2.0.ebuild
6 Log:
7 bump to 2.2.1 and remove broken 2.2.0
8 * fixes rotated labels clipping
9 * add missing pkg-config macro, fix bug #204276
10 * add ewarn about file format change, fix part of bug #206055
11 (Portage version: 2.1.4.4)
12
13 Revision Changes Path
14 1.7 app-office/glabels/glabels-2.0.4.ebuild
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.0.4.ebuild?rev=1.7&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.0.4.ebuild?rev=1.7&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.0.4.ebuild?r1=1.6&r2=1.7
19
20 Index: glabels-2.0.4.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.0.4.ebuild,v
23 retrieving revision 1.6
24 retrieving revision 1.7
25 diff -u -r1.6 -r1.7
26 --- glabels-2.0.4.ebuild 13 Jul 2007 07:04:12 -0000 1.6
27 +++ glabels-2.0.4.ebuild 24 Feb 2008 11:03:57 -0000 1.7
28 @@ -1,6 +1,6 @@
29 -# Copyright 1999-2007 Gentoo Foundation
30 +# Copyright 1999-2008 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.0.4.ebuild,v 1.6 2007/07/13 07:04:12 mr_bones_ Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.0.4.ebuild,v 1.7 2008/02/24 11:03:57 eva Exp $
34
35 inherit eutils gnome2
36
37 @@ -37,7 +37,7 @@
38 }
39
40 src_unpack() {
41 - unpack "${A}"
42 + unpack ${A}
43
44 gnome2_omf_fix "${S}"/help/C/Makefile.in
45 }
46
47
48
49 1.28 app-office/glabels/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?rev=1.28&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?rev=1.28&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/ChangeLog?r1=1.27&r2=1.28
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v
58 retrieving revision 1.27
59 retrieving revision 1.28
60 diff -u -r1.27 -r1.28
61 --- ChangeLog 31 Dec 2007 12:46:56 -0000 1.27
62 +++ ChangeLog 24 Feb 2008 11:03:57 -0000 1.28
63 @@ -1,6 +1,17 @@
64 # ChangeLog for app-office/glabels
65 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.27 2007/12/31 12:46:56 eva Exp $
67 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.28 2008/02/24 11:03:57 eva Exp $
69 +
70 +*glabels-2.2.1 (24 Feb 2008)
71 +
72 + 24 Feb 2008; Gilles Dartiguelongue <eva@g.o>
73 + +files/glabels-2.2.1-drop-gtk-doc.patch,
74 + +files/glabels-2.2.1-pkg-config-macro.patch, -glabels-2.2.0.ebuild,
75 + +glabels-2.2.1.ebuild:
76 + bump to 2.2.1 and remove broken 2.2.0
77 + * fixes rotated labels clipping
78 + * add missing pkg-config macro, fix bug #204276
79 + * add ewarn about file format change, fix part of bug #206055
80
81 *glabels-2.2.0 (31 Dec 2007)
82
83
84
85
86 1.1 app-office/glabels/glabels-2.2.1.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.2.1.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/glabels/glabels-2.2.1.ebuild?rev=1.1&content-type=text/plain
90
91 Index: glabels-2.2.1.ebuild
92 ===================================================================
93 # Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.2.1.ebuild,v 1.1 2008/02/24 11:03:57 eva Exp $
96
97 inherit eutils gnome2 autotools
98
99 DESCRIPTION="Program for creating labels and business cards"
100 HOMEPAGE="http://glabels.sourceforge.net/"
101 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
102
103 LICENSE="GPL-2 FDL-1.1 LGPL-2"
104 SLOT="0"
105 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
106 IUSE="doc eds"
107
108 RDEPEND=">=dev-libs/glib-2.12
109 >=x11-libs/gtk+-2.10
110 >=gnome-base/libgnome-2.16
111 >=gnome-base/libgnomeui-2.16
112 >=dev-libs/libxml2-2.6
113 >=gnome-base/libglade-2.6
114 eds? ( >=gnome-extra/evolution-data-server-1.8 )"
115 DEPEND="${RDEPEND}
116 >=dev-util/pkgconfig-0.9
117 app-text/scrollkeeper
118 >=dev-util/intltool-0.28
119 doc? ( dev-util/gtk-doc )"
120
121 DOCS="AUTHORS ChangeLog NEWS README TODO"
122
123 pkg_setup() {
124 G2CONF="${G2CONF}
125 $(use_with eds libebook)
126 --disable-update-mimedb
127 --disable-update-desktopdb"
128 }
129
130 src_unpack() {
131 gnome2_src_unpack
132
133 # Fix missing pkg-config macro (bug 204276)
134 epatch "${FILESDIR}/${P}-pkg-config-macro.patch"
135
136 # drop gtk-doc for eautoreconf
137 use doc || epatch "${FILESDIR}/${P}-drop-gtk-doc.patch"
138
139 eautoreconf
140 }
141
142 pkg_postinst() {
143 gnome2_pkg_postinst
144
145 ewarn "This version of ${PN} has a file format change. Files will be"
146 ewarn "automatically converted to the new format but it is a one way"
147 ewarn "process only. Make backups."
148 }
149
150
151
152 --
153 gentoo-commits@l.g.o mailing list