Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: ChangeLog xfce4-clipman-plugin-1.2.1.ebuild
Date: Tue, 01 Nov 2011 15:46:25
Message-Id: 20111101154613.BF10A2004B@flycatcher.gentoo.org
1 ssuominen 11/11/01 15:46:13
2
3 Modified: ChangeLog xfce4-clipman-plugin-1.2.1.ebuild
4 Log:
5 Disable building of useless static archive for plug-in.
6
7 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.32 xfce-extra/xfce4-clipman-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 31 Oct 2011 23:14:29 -0000 1.31
23 +++ ChangeLog 1 Nov 2011 15:46:13 -0000 1.32
24 @@ -1,6 +1,10 @@
25 # ChangeLog for xfce-extra/xfce4-clipman-plugin
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.31 2011/10/31 23:14:29 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.32 2011/11/01 15:46:13 ssuominen Exp $
29 +
30 + 01 Nov 2011; Samuli Suominen <ssuominen@g.o>
31 + xfce4-clipman-plugin-1.2.1.ebuild:
32 + Disable building of useless static archive for plug-in.
33
34 *xfce4-clipman-plugin-1.2.1 (31 Oct 2011)
35
36
37
38
39 1.2 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.1.ebuild?r1=1.1&r2=1.2
44
45 Index: xfce4-clipman-plugin-1.2.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- xfce4-clipman-plugin-1.2.1.ebuild 31 Oct 2011 23:14:29 -0000 1.1
52 +++ xfce4-clipman-plugin-1.2.1.ebuild 1 Nov 2011 15:46:13 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.1.ebuild,v 1.1 2011/10/31 23:14:29 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.1.ebuild,v 1.2 2011/11/01 15:46:13 ssuominen Exp $
58
59 EAPI=4
60 inherit xfconf
61 @@ -32,6 +32,7 @@
62 pkg_setup() {
63 XFCONF=(
64 --docdir="${EPREFIX}"/usr/share/doc/${PF}
65 + --disable-static
66 $(xfconf_use_debug)
67 )