Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/linuxspa: linuxspa-0.7.1-r1.ebuild ChangeLog
Date: Mon, 29 Oct 2012 08:32:48
Message-Id: 20121029083237.CDA1021600@flycatcher.gentoo.org
1 ago 12/10/29 08:32:37
2
3 Modified: linuxspa-0.7.1-r1.ebuild ChangeLog
4 Log:
5 eapi4, add ~amd64
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: linuxspa-0.7.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- linuxspa-0.7.1-r1.ebuild 17 Sep 2010 04:32:13 -0000 1.1
23 +++ linuxspa-0.7.1-r1.ebuild 29 Oct 2012 08:32:37 -0000 1.2
24 @@ -1,19 +1,19 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild,v 1.1 2010/09/17 04:32:13 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild,v 1.2 2012/10/29 08:32:37 ago Exp $
30
31 -EAPI="2"
32 +EAPI=4
33
34 inherit eutils toolchain-funcs
35
36 MY_PN="LinuxSPA"
37 DESCRIPTION="Linux Serial Protocol Analyser"
38 HOMEPAGE="http://sourceforge.net/projects/serialsniffer/"
39 -SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-0.7.1.tgz"
40 +SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
41 LICENSE="GPL-2"
42
43 SLOT="0"
44 -KEYWORDS="~x86"
45 +KEYWORDS="~amd64 ~x86"
46 IUSE=""
47
48 S="${WORKDIR}/${MY_PN}"
49 @@ -29,8 +29,7 @@
50 emake \
51 CC="$(tc-getCC)" \
52 CFLAGS="${CFLAGS} -Wall" \
53 - LDFLAGS="${LDFLAGS}" \
54 - || die "emake failed"
55 + LDFLAGS="${LDFLAGS}"
56 }
57
58 src_install() {
59
60
61
62 1.7 app-misc/linuxspa/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/ChangeLog?rev=1.7&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/ChangeLog?rev=1.7&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linuxspa/ChangeLog?r1=1.6&r2=1.7
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/app-misc/linuxspa/ChangeLog,v
71 retrieving revision 1.6
72 retrieving revision 1.7
73 diff -u -r1.6 -r1.7
74 --- ChangeLog 17 Sep 2010 04:32:13 -0000 1.6
75 +++ ChangeLog 29 Oct 2012 08:32:37 -0000 1.7
76 @@ -1,6 +1,9 @@
77 # ChangeLog for app-misc/linuxspa
78 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/ChangeLog,v 1.6 2010/09/17 04:32:13 jer Exp $
80 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/app-misc/linuxspa/ChangeLog,v 1.7 2012/10/29 08:32:37 ago Exp $
82 +
83 + 29 Oct 2012; Agostino Sarubbo <ago@g.o> linuxspa-0.7.1-r1.ebuild:
84 + eapi4, add ~amd64
85
86 *linuxspa-0.7.1-r1 (17 Sep 2010)
87
88 @@ -25,4 +28,3 @@
89 26 Oct 2005; Chris Bainbridge <chrb@g.o> +metadata.xml,
90 +linuxspa-0.7.1.ebuild:
91 This package was submitted by Chris Bainbridge
92 -