Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/asapm: asapm-3.1-r1.ebuild ChangeLog
Date: Tue, 25 Mar 2014 14:26:34
Message-Id: 20140325142631.36DD32005C@flycatcher.gentoo.org
1 jer 14/03/25 14:26:31
2
3 Modified: asapm-3.1-r1.ebuild ChangeLog
4 Log:
5 Fix configure.in error when sourcing config.site.
6
7 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 x11-plugins/asapm/asapm-3.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: asapm-3.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- asapm-3.1-r1.ebuild 25 Mar 2014 13:55:42 -0000 1.2
23 +++ asapm-3.1-r1.ebuild 25 Mar 2014 14:26:30 -0000 1.3
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v 1.2 2014/03/25 13:55:42 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v 1.3 2014/03/25 14:26:30 jer Exp $
29
30 EAPI=5
31
32 -inherit eutils toolchain-funcs
33 +inherit autotools eutils toolchain-funcs
34
35 DESCRIPTION="APM monitor for AfterStep"
36 HOMEPAGE="http://tigr.net/afterstep/applets/"
37 @@ -21,12 +21,11 @@
38 DEPEND="${RDEPEND}
39 x11-proto/xproto"
40
41 -pkg_setup() {
42 - tc-export CC
43 -}
44 -
45 src_prepare() {
46 - epatch "${FILESDIR}"/${P}-{ldflags,include}.patch
47 + epatch "${FILESDIR}"/${P}-{ldflags,include,autoconf}.patch
48 + cp autoconf/configure.in . || die
49 + AT_M4DIR=autoconf eautoconf
50 + tc-export CC
51 }
52
53 src_install() {
54
55
56
57 1.22 x11-plugins/asapm/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.22&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.22&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?r1=1.21&r2=1.22
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v
66 retrieving revision 1.21
67 retrieving revision 1.22
68 diff -u -r1.21 -r1.22
69 --- ChangeLog 25 Mar 2014 13:55:42 -0000 1.21
70 +++ ChangeLog 25 Mar 2014 14:26:30 -0000 1.22
71 @@ -1,6 +1,10 @@
72 # ChangeLog for x11-plugins/asapm
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.21 2014/03/25 13:55:42 jer Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.22 2014/03/25 14:26:30 jer Exp $
76 +
77 + 25 Mar 2014; Jeroen Roovers <jer@g.o> asapm-3.1-r1.ebuild,
78 + +files/asapm-3.1-autoconf.patch, files/asapm-3.1-ldflags.patch:
79 + Fix configure.in error when sourcing config.site.
80
81 25 Mar 2014; Jeroen Roovers <jer@g.o> asapm-3.1-r1.ebuild,
82 +files/asapm-3.1-include.patch: