diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-08 19:22:17 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-08 19:22:17 +0000 |
commit | f6cdc76fee1bf97af7682d2fe554ad60ee1e6ea2 (patch) | |
tree | 989435631cbacb5758c914adde63a414dd592681 /net-dialup | |
parent | install pppoatm.so, not only build it (diff) | |
download | gentoo-2-f6cdc76fee1bf97af7682d2fe554ad60ee1e6ea2.tar.gz gentoo-2-f6cdc76fee1bf97af7682d2fe554ad60ee1e6ea2.tar.bz2 gentoo-2-f6cdc76fee1bf97af7682d2fe554ad60ee1e6ea2.zip |
pppoatm.so fix
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r1.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2_beta3-r1.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 765bb9ed8286..cb473cc28841 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,8 +1,8 @@ # 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.53 2004/03/08 19:21:21 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.54 2004/03/08 19:22:17 lanius Exp $ - 08 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3-r1.ebuild: + 08 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild: install pppoatm.so, not only build it 06 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild: diff --git a/net-dialup/ppp/ppp-2.4.2-r1.ebuild b/net-dialup/ppp/ppp-2.4.2-r1.ebuild index 28a4e9a769ff..4df429d8d1b6 100644 --- a/net-dialup/ppp/ppp-2.4.2-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.3 2004/03/06 16:12:00 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r1.ebuild,v 1.4 2004/03/08 19:22:17 lanius Exp $ DESCRIPTION="Point-to-point protocol - patched for PPPOE" HOMEPAGE="http://www.samba.org/ppp" @@ -98,6 +98,10 @@ src_install() { dodir /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h) mv ${D}/usr/lib/*.so ${D}/usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h) + if [ "`use atm`" -a "`use x86`" ]; then + dolib.so pppd/plugins/pppoatm.so + fi + insinto /etc/modules.d insopts -m0644 newins ${FILESDIR}/${PV}/modules.ppp ppp diff --git a/net-dialup/ppp/ppp-2.4.2_beta3-r1.ebuild b/net-dialup/ppp/ppp-2.4.2_beta3-r1.ebuild index b20df0b1f307..d1290d4a0d5f 100644 --- a/net-dialup/ppp/ppp-2.4.2_beta3-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.2_beta3-r1.ebuild @@ -1,6 +1,6 @@ # 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_beta3-r1.ebuild,v 1.6 2004/03/08 19:21:21 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2_beta3-r1.ebuild,v 1.7 2004/03/08 19:22:17 lanius Exp $ MY_PV=${PV/_beta/b} MY_P=${PN}-${MY_PV} @@ -92,10 +92,6 @@ src_install() { dodir /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h) mv ${D}/usr/lib/*.so ${D}/usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h) - if [ "`use atm`" -a "`use x86`" ]; then - dolib.so pppd/plugins/pppoatm.so - fi - insinto /etc/modules.d insopts -m0644 newins ${FILESDIR}/${MY_PV}/modules.ppp ppp |