Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman: xfce4-clipman-0.8.0.ebuild ChangeLog
Date: Wed, 24 Oct 2007 01:15:13
Message-Id: E1IkUpw-0002of-3z@stork.gentoo.org
1 angelos 07/10/24 01:15:08
2
3 Modified: xfce4-clipman-0.8.0.ebuild ChangeLog
4 Log:
5 Fix FEATURES=test and unrestrict it
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.12 xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild?r1=1.11&r2=1.12
14
15 Index: xfce4-clipman-0.8.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- xfce4-clipman-0.8.0.ebuild 17 Mar 2007 21:33:06 -0000 1.11
22 +++ xfce4-clipman-0.8.0.ebuild 24 Oct 2007 01:15:07 -0000 1.12
23 @@ -1,13 +1,20 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild,v 1.11 2007/03/17 21:33:06 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild,v 1.12 2007/10/24 01:15:07 angelos Exp $
28
29 -inherit xfce44
30 -
31 -RESTRICT="test"
32 +inherit xfce44 autotools
33
34 DESCRIPTION="Xfce4 panel clipboard manager plugin"
35 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
36
37 +src_unpack() {
38 + unpack ${A}
39 + cd "${S}"
40 +
41 + sed -i -e "/^AC_INIT/s/clipman_version()/clipman_version/" configure.in
42 + echo "panel-plugin/clipman.desktop.in.in" >>po/POTFILES.skip
43 + eautoconf
44 +}
45 +
46 xfce44
47 xfce44_goodies_panel_plugin
48
49
50
51 1.35 xfce-extra/xfce4-clipman/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog?rev=1.35&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog?rev=1.35&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog?r1=1.34&r2=1.35
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v
60 retrieving revision 1.34
61 retrieving revision 1.35
62 diff -u -r1.34 -r1.35
63 --- ChangeLog 15 Mar 2007 16:05:24 -0000 1.34
64 +++ ChangeLog 24 Oct 2007 01:15:07 -0000 1.35
65 @@ -1,6 +1,10 @@
66 # ChangeLog for xfce-extra/xfce4-clipman
67 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.34 2007/03/15 16:05:24 drac Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.35 2007/10/24 01:15:07 angelos Exp $
70 +
71 + 24 Oct 2007; Christoph Mende <angelos@g.o>
72 + xfce4-clipman-0.8.0.ebuild:
73 + Fix FEATURES=test and unrestrict it
74
75 15 Mar 2007; Samuli Suominen <drac@g.o> xfce4-clipman-0.8.0.ebuild:
76 RESTRICT="test" which is not supported by goodies upstream.
77
78
79
80 --
81 gentoo-commits@g.o mailing list