Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/linux-atm: ChangeLog linux-atm-2.5.0.ebuild
Date: Sat, 29 Dec 2007 23:07:40
Message-Id: E1J8kmB-00061T-Hn@stork.gentoo.org
1 vapier 07/12/29 23:07:31
2
3 Modified: ChangeLog
4 Added: linux-atm-2.5.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.30 net-dialup/linux-atm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 25 Oct 2007 19:25:30 -0000 1.29
23 +++ ChangeLog 29 Dec 2007 23:07:30 -0000 1.30
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-dialup/linux-atm
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/ChangeLog,v 1.29 2007/10/25 19:25:30 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/ChangeLog,v 1.30 2007/12/29 23:07:30 vapier Exp $
29 +
30 +*linux-atm-2.5.0 (29 Dec 2007)
31 +
32 + 29 Dec 2007; Mike Frysinger <vapier@g.o>
33 + +files/linux-atm-2.5.0-headers.patch, +linux-atm-2.5.0.ebuild:
34 + Version bump.
35
36 25 Oct 2007; Alin Năstac <mrness@g.o> -files/2.4.1-gcc34.patch,
37 -files/2.4.1-gcc4.patch, -files/2.4.1-linux-if.patch,
38
39
40
41 1.1 net-dialup/linux-atm/linux-atm-2.5.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/linux-atm-2.5.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/linux-atm-2.5.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: linux-atm-2.5.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.5.0.ebuild,v 1.1 2007/12/29 23:07:30 vapier Exp $
51
52 inherit eutils libtool flag-o-matic
53
54 DESCRIPTION="Tools for ATM"
55 HOMEPAGE="http://linux-atm.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
61 IUSE=""
62 RESTRICT="test"
63
64 src_unpack() {
65 unpack ${A}
66
67 cd "${S}"
68 epatch "${FILESDIR}"/${P}-headers.patch
69
70 sed -i '/#define _LINUX_NETDEVICE_H/d' \
71 src/arpd/*.c || die "sed command on arpd/*.c files failed"
72 sed -i 's:cp hosts.atm /etc:cp hosts.atm ${DESTDIR}/etc:' \
73 src/config/Makefile.in || die "sed command on Makefile.in failed"
74
75 elibtoolize
76 }
77
78 src_compile() {
79 append-flags -fno-strict-aliasing
80
81 econf || die "econf failed"
82 emake || die "emake failed"
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "make install failed"
87
88 dodoc README NEWS THANKS AUTHORS BUGS ChangeLog
89 dodoc doc/README* doc/atm*
90 }
91
92
93
94 --
95 gentoo-commits@g.o mailing list