Gentoo Archives: gentoo-commits

From: "Alin Nastac
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/gnuradius: gnuradius-1.5.ebuild ChangeLog gnuradius-1.4.ebuild
Date: Tue, 11 Sep 2007 05:47:00
Message-Id: E1IUyTV-0008Uf-Vm@stork.gentoo.org
1 mrness 07/09/11 05:39:49
2
3 Modified: gnuradius-1.5.ebuild ChangeLog
4 Removed: gnuradius-1.4.ebuild
5 Log:
6 Remove obsolete version. Inherit pam.eclass (#191943).
7 (Portage version: 2.1.2.12)
8
9 Revision Changes Path
10 1.3 net-dialup/gnuradius/gnuradius-1.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild?r1=1.2&r2=1.3
15
16 Index: gnuradius-1.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gnuradius-1.5.ebuild 6 Sep 2007 11:59:48 -0000 1.2
23 +++ gnuradius-1.5.ebuild 11 Sep 2007 05:39:49 -0000 1.3
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild,v 1.2 2007/09/06 11:59:48 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild,v 1.3 2007/09/11 05:39:49 mrness Exp $
29
30 -inherit libtool eutils
31 +inherit libtool eutils pam
32
33 MY_P="${P#gnu}"
34
35 @@ -42,7 +42,7 @@
36
37 local additional_conf=""
38 if use pam ; then
39 - additional_conf="--with-pamdir=/$(get_libdir)/security"
40 + additional_conf="--with-pamdir=$(getpam_mod_dir)"
41 fi
42 econf --enable-client \
43 $(use_with guile) \
44
45
46
47 1.17 net-dialup/gnuradius/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gnuradius/ChangeLog?rev=1.17&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gnuradius/ChangeLog?rev=1.17&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gnuradius/ChangeLog?r1=1.16&r2=1.17
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v
56 retrieving revision 1.16
57 retrieving revision 1.17
58 diff -u -r1.16 -r1.17
59 --- ChangeLog 6 Sep 2007 11:59:48 -0000 1.16
60 +++ ChangeLog 11 Sep 2007 05:39:49 -0000 1.17
61 @@ -1,6 +1,12 @@
62 # ChangeLog for net-dialup/gnuradius
63 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.16 2007/09/06 11:59:48 armin76 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.17 2007/09/11 05:39:49 mrness Exp $
66 +
67 + 11 Sep 2007; Alin Năstac <mrness@g.o>
68 + -files/gnuradius-1.4-gcc41.patch,
69 + -files/gnuradius-1.4-implicit-decl.patch, -gnuradius-1.4.ebuild,
70 + gnuradius-1.5.ebuild:
71 + Remove obsolete version. Inherit pam.eclass (#191943).
72
73 06 Sep 2007; Raúl Porcel <armin76@g.o> gnuradius-1.5.ebuild:
74 x86 stable wrt #190135
75
76
77
78 --
79 gentoo-commits@g.o mailing list