Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/libgnomecups: ChangeLog libgnomecups-0.2.3-r1.ebuild
Date: Sun, 08 May 2011 11:28:14
Message-Id: 20110508112754.572EA20054@flycatcher.gentoo.org
1 pacho 11/05/08 11:27:54
2
3 Modified: ChangeLog
4 Added: libgnomecups-0.2.3-r1.ebuild
5 Log:
6 Revision bump to fix pkgconfig file as noted by Alexis Ballier in bug #235013.
7
8 (Portage version: 2.1.9.47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.67 net-print/libgnomecups/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/ChangeLog?rev=1.67&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/ChangeLog?rev=1.67&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/ChangeLog?r1=1.66&r2=1.67
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v
20 retrieving revision 1.66
21 retrieving revision 1.67
22 diff -u -r1.66 -r1.67
23 --- ChangeLog 8 Oct 2010 23:03:50 -0000 1.66
24 +++ ChangeLog 8 May 2011 11:27:54 -0000 1.67
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-print/libgnomecups
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v 1.66 2010/10/08 23:03:50 eva Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v 1.67 2011/05/08 11:27:54 pacho Exp $
31 +
32 +*libgnomecups-0.2.3-r1 (08 May 2011)
33 +
34 + 08 May 2011; Pacho Ramos <pacho@g.o> +libgnomecups-0.2.3-r1.ebuild,
35 + +files/libgnomecups-0.2.3-pkgconfig.patch:
36 + Revision bump to fix pkgconfig file as noted by Alexis Ballier in bug
37 + #235013.
38
39 08 Oct 2010; Gilles Dartiguelongue <eva@g.o>
40 -libgnomecups-0.2.2.ebuild:
41
42
43
44 1.1 net-print/libgnomecups/libgnomecups-0.2.3-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/libgnomecups-0.2.3-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/libgnomecups-0.2.3-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libgnomecups-0.2.3-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/libgnomecups-0.2.3-r1.ebuild,v 1.1 2011/05/08 11:27:54 pacho Exp $
54
55 EAPI="4"
56 GCONF_DEBUG="yes"
57
58 inherit eutils gnome2
59
60 DESCRIPTION="GNOME cups library"
61 HOMEPAGE="http://www.gnome.org/"
62
63 LICENSE="GPL-2 LGPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE=""
67
68 RDEPEND=">=dev-libs/glib-2:2
69 >=net-print/cups-1.3.8"
70 DEPEND="${RDEPEND}
71 >=dev-util/pkgconfig-0.9
72 >=dev-util/intltool-0.28"
73
74 DOCS="AUTHORS ChangeLog NEWS"
75
76 src_prepare() {
77 epatch "${FILESDIR}"/enablenet.patch
78
79 # Fix .pc file per bug #235013
80 epatch "${FILESDIR}"/${P}-pkgconfig.patch
81 }