Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/gnome-cups-manager: ChangeLog gnome-cups-manager-0.33-r1.ebuild
Date: Sat, 25 Apr 2009 15:02:10
Message-Id: E1LxjOJ-00023H-L0@stork.gentoo.org
1 dang 09/04/25 15:02:07
2
3 Modified: ChangeLog
4 Added: gnome-cups-manager-0.33-r1.ebuild
5 Log:
6 Bump to gnome-cups-manager-0.33-r1
7 - Fix overflow introduced in one of the patches. Bug #259045
8 (Portage version: 2.2_rc31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.85 net-print/gnome-cups-manager/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/gnome-cups-manager/ChangeLog?rev=1.85&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/gnome-cups-manager/ChangeLog?rev=1.85&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/gnome-cups-manager/ChangeLog?r1=1.84&r2=1.85
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-print/gnome-cups-manager/ChangeLog,v
20 retrieving revision 1.84
21 retrieving revision 1.85
22 diff -u -r1.84 -r1.85
23 --- ChangeLog 14 Apr 2009 11:54:15 -0000 1.84
24 +++ ChangeLog 25 Apr 2009 15:02:07 -0000 1.85
25 @@ -1,6 +1,14 @@
26 # ChangeLog for net-print/gnome-cups-manager
27 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-print/gnome-cups-manager/ChangeLog,v 1.84 2009/04/14 11:54:15 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-print/gnome-cups-manager/ChangeLog,v 1.85 2009/04/25 15:02:07 dang Exp $
30 +
31 +*gnome-cups-manager-0.33-r1 (25 Apr 2009)
32 +
33 + 25 Apr 2009; Daniel Gryniewicz <dang@g.o>
34 + +gnome-cups-manager-0.33-r1.ebuild:
35 + Bump to gnome-cups-manager-0.33-r1
36 +
37 + - Fix overflow introduced in one of the patches. Bug #259045
38
39 14 Apr 2009; Raúl Porcel <armin76@g.o>
40 gnome-cups-manager-0.33.ebuild:
41
42
43
44 1.1 net-print/gnome-cups-manager/gnome-cups-manager-0.33-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/gnome-cups-manager/gnome-cups-manager-0.33-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/gnome-cups-manager/gnome-cups-manager-0.33-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnome-cups-manager-0.33-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-print/gnome-cups-manager/gnome-cups-manager-0.33-r1.ebuild,v 1.1 2009/04/25 15:02:07 dang Exp $
54
55 inherit eutils gnome2 flag-o-matic
56
57 DESCRIPTION="GNOME CUPS Printer Management Interface"
58 HOMEPAGE="http://www.gnome.org/"
59
60 SRC_URI="${SRC_URI}
61 mirror://gentoo/${PN}-patches-${PVR}.tar.bz2"
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
65 IUSE=""
66
67 COMMON=">=x11-libs/gtk+-2.3.1
68 >=dev-libs/glib-2.3.1
69 >=gnome-base/libgnome-2
70 >=gnome-base/libgnomeui-2.2
71 >=gnome-base/libglade-2
72 >=gnome-base/libbonobo-2
73 >=net-print/libgnomecups-0.2.3
74 gnome-base/gnome-keyring"
75
76 RDEPEND="${COMMON}
77 x11-libs/gksu"
78
79 DEPEND="${COMMON}
80 >=dev-util/pkgconfig-0.9
81 >=dev-util/intltool-0.28"
82
83 DOCS="ChangeLog NEWS README"
84
85 src_unpack() {
86 gnome2_src_unpack
87
88 rm "${WORKDIR}"/patches/140_all_ui_tooltip.patch || \
89 die "removing patch failed"
90
91 export EPATCH_SOURCE="${WORKDIR}/patches" \
92 EPATCH_SUFFIX="patch" \
93 EPATCH_MULTI_MSG="Applying Ubuntu patches (enhancements) ..."
94 epatch
95 }
96
97 src_install() {
98 gnome2_src_install
99 #Debian-specific.
100 rm "${D}"/usr/sbin/gnome-cups-switch
101 }