Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd: xl2tpd-1.3.1-r1.ebuild ChangeLog xl2tpd-1.3.1.ebuild
Date: Wed, 26 Dec 2012 00:53:13
Message-Id: 20121226005301.45D732171D@flycatcher.gentoo.org
1 floppym 12/12/26 00:53:01
2
3 Modified: xl2tpd-1.3.1-r1.ebuild ChangeLog
4 Removed: xl2tpd-1.3.1.ebuild
5 Log:
6 Fix sed.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.3 net-dialup/xl2tpd/xl2tpd-1.3.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: xl2tpd-1.3.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- xl2tpd-1.3.1-r1.ebuild 25 Dec 2012 21:10:05 -0000 1.2
24 +++ xl2tpd-1.3.1-r1.ebuild 26 Dec 2012 00:53:01 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r1.ebuild,v 1.2 2012/12/25 21:10:05 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r1.ebuild,v 1.3 2012/12/26 00:53:01 floppym Exp $
30
31 EAPI="4"
32
33 @@ -24,7 +24,7 @@
34 src_prepare() {
35 epatch "${FILESDIR}/${PN}-1.3.0-LDFLAGS.patch"
36 epatch "${FILESDIR}/${PN}-1.3.1-CFLAGS.patch"
37 - sed -i Makefile -e 's| -O2 ||g' || die "sed Makefile"
38 + sed -i Makefile -e 's| -O2||g' || die "sed Makefile"
39 # The below patch is questionable. Why wasn't it submitted upstream? If it
40 # ever breaks, it will just be removed. -darkside 20120914
41 use dnsretry && epatch "${FILESDIR}/${PN}-dnsretry.patch"
42
43
44
45 1.33 net-dialup/xl2tpd/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.33&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.33&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?r1=1.32&r2=1.33
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v
54 retrieving revision 1.32
55 retrieving revision 1.33
56 diff -u -r1.32 -r1.33
57 --- ChangeLog 25 Dec 2012 21:10:05 -0000 1.32
58 +++ ChangeLog 26 Dec 2012 00:53:01 -0000 1.33
59 @@ -1,6 +1,10 @@
60 # ChangeLog for net-dialup/xl2tpd
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.32 2012/12/25 21:10:05 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.33 2012/12/26 00:53:01 floppym Exp $
64 +
65 + 26 Dec 2012; Mike Gilbert <floppym@g.o> -xl2tpd-1.3.1.ebuild,
66 + xl2tpd-1.3.1-r1.ebuild:
67 + Fix sed.
68
69 25 Dec 2012; Mike Gilbert <floppym@g.o>
70 +files/xl2tpd-1.3.1-CFLAGS.patch, xl2tpd-1.3.1-r1.ebuild: