summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Huebel <jhuebel@gentoo.org>2004-05-04 00:06:47 +0000
committerJason Huebel <jhuebel@gentoo.org>2004-05-04 00:06:47 +0000
commit224740b59e64e94243bb5b68cc8662365cf9b856 (patch)
tree6d0f8b8cf691af0f7f12d29760d3b04dd85ce410 /net-dialup
parentInitial Import. Closes #37527 (Manifest recommit) (diff)
downloadgentoo-2-224740b59e64e94243bb5b68cc8662365cf9b856.tar.gz
gentoo-2-224740b59e64e94243bb5b68cc8662365cf9b856.tar.bz2
gentoo-2-224740b59e64e94243bb5b68cc8662365cf9b856.zip
gnuconfig update
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ChangeLog5
-rw-r--r--net-dialup/ppp/ppp-2.4.2-r2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index 2aa5f28a06df..96982fd018c3 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ppp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.59 2004/04/30 12:12:07 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.60 2004/05/04 00:06:47 jhuebel Exp $
+
+ 03 May 2004; Jason Eric Huebel <jhuebel@gentoo.org> ppp-2.4.2-r2.ebuild:
+ gnuconfig update
30 Apr 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild,
ppp-2.4.2-r2.ebuild:
diff --git a/net-dialup/ppp/ppp-2.4.2-r2.ebuild b/net-dialup/ppp/ppp-2.4.2-r2.ebuild
index 8d0844e367bc..aa85151d5a6b 100644
--- a/net-dialup/ppp/ppp-2.4.2-r2.ebuild
+++ b/net-dialup/ppp/ppp-2.4.2-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.4 2004/04/30 12:12:07 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.5 2004/05/04 00:06:47 jhuebel Exp $
-inherit eutils
+inherit eutils gnuconfig
DESCRIPTION="Point-to-point protocol - patched for PPPOE"
HOMEPAGE="http://www.samba.org/ppp"
@@ -59,6 +59,7 @@ src_unpack() {
src_compile() {
export WANT_AUTOCONF=2.1
+ gnuconfig_update
# compile radius better than their makefile does
(cd pppd/plugins/radius/radiusclient && econf && emake) || die
./configure --prefix=/usr || die