Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/glipper: glipper-1.0.ebuild ChangeLog glipper-1.0-r1.ebuild
Date: Thu, 03 Jan 2008 18:38:35
Message-Id: E1JAUxa-0006f8-A8@stork.gentoo.org
1 swegener 08/01/03 18:38:30
2
3 Modified: glipper-1.0.ebuild ChangeLog
4 Added: glipper-1.0-r1.ebuild
5 Log:
6 Pull in a patch from upstream that should fix binary data clipboard items. This should fix bug #177461.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.6 x11-misc/glipper/glipper-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/glipper-1.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/glipper-1.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/glipper-1.0.ebuild?r1=1.5&r2=1.6
15
16 Index: glipper-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/glipper/glipper-1.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- glipper-1.0.ebuild 11 Sep 2007 19:27:35 -0000 1.5
23 +++ glipper-1.0.ebuild 3 Jan 2008 18:38:29 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/glipper-1.0.ebuild,v 1.5 2007/09/11 19:27:35 swegener Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/glipper-1.0.ebuild,v 1.6 2008/01/03 18:38:29 swegener Exp $
30
31 GCONF_DEBUG="no"
32
33
34
35
36 1.10 x11-misc/glipper/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/ChangeLog?rev=1.10&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/ChangeLog?rev=1.10&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/ChangeLog?r1=1.9&r2=1.10
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-misc/glipper/ChangeLog,v
45 retrieving revision 1.9
46 retrieving revision 1.10
47 diff -u -r1.9 -r1.10
48 --- ChangeLog 22 Sep 2007 18:41:36 -0000 1.9
49 +++ ChangeLog 3 Jan 2008 18:38:29 -0000 1.10
50 @@ -1,6 +1,13 @@
51 # ChangeLog for x11-misc/glipper
52 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/ChangeLog,v 1.9 2007/09/22 18:41:36 swegener Exp $
54 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/ChangeLog,v 1.10 2008/01/03 18:38:29 swegener Exp $
56 +
57 +*glipper-1.0-r1 (03 Jan 2008)
58 +
59 + 03 Jan 2008; Sven Wegener <swegener@g.o>
60 + +files/glipper-1.0-binary-data.patch, +glipper-1.0-r1.ebuild:
61 + Pull in a patch from upstream that should fix binary data clipboard items.
62 + This should fix bug #177461.
63
64 22 Sep 2007; Sven Wegener <swegener@g.o> -glipper-0.95.1.ebuild,
65 -glipper-0.95.1-r1.ebuild:
66
67
68
69 1.1 x11-misc/glipper/glipper-1.0-r1.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/glipper-1.0-r1.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/glipper/glipper-1.0-r1.ebuild?rev=1.1&content-type=text/plain
73
74 Index: glipper-1.0-r1.ebuild
75 ===================================================================
76 # Copyright 1999-2008 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/x11-misc/glipper/glipper-1.0-r1.ebuild,v 1.1 2008/01/03 18:38:29 swegener Exp $
79
80 GCONF_DEBUG="no"
81
82 inherit gnome2 python eutils
83
84 DESCRIPTION="GNOME Clipboard Manager"
85 HOMEPAGE="http://glipper.sourceforge.net/"
86 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
87
88 LICENSE="GPL-2"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91 IUSE=""
92
93 DEPEND=">=dev-lang/python-2.4
94 >=dev-python/pygobject-2.6
95 >=dev-python/pygtk-2.6
96 >=dev-python/gnome-python-2.10
97 >=dev-python/gnome-python-desktop-2.10
98 >=dev-python/gnome-python-extras-2.10
99 >=gnome-base/gnome-desktop-2.10"
100 RDEPEND="${DEPEND}"
101
102 DOCS="AUTHORS ChangeLog NEWS"
103
104 src_unpack() {
105 gnome2_src_unpack
106 cd "${S}"
107
108 epatch "${FILESDIR}"/${P}-binary-data.patch
109 }
110
111 src_install() {
112 gnome2_src_install py_compile=true
113 }
114
115 pkg_postinst() {
116 gnome2_pkg_postinst
117 python_mod_optimize "${ROOT}"/usr/lib*/python*/site-packages/glipper
118
119 elog "Glipper has been completely rewritten as a panel applet. Please remove your"
120 elog "existing ~/.glipper directory and then add glipper as a new panel applet."
121 }
122
123 pkg_postrm() {
124 gnome2_pkg_postrm
125 python_mod_cleanup
126 }
127
128
129
130 --
131 gentoo-commits@g.o mailing list