diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-08 19:21:21 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-08 19:21:21 +0000 |
commit | c21338b50c53e7c99111f40c5c90e12c1728719c (patch) | |
tree | 13753733c718a98d7de82545c041c9ceaa958464 /net-dialup | |
parent | added app-emulation/mol:sheep (diff) | |
download | gentoo-2-c21338b50c53e7c99111f40c5c90e12c1728719c.tar.gz gentoo-2-c21338b50c53e7c99111f40c5c90e12c1728719c.tar.bz2 gentoo-2-c21338b50c53e7c99111f40c5c90e12c1728719c.zip |
install pppoatm.so, not only build it
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2_beta3-r1.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index ad7cdb514178..765bb9ed8286 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.52 2004/03/06 16:12:00 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.53 2004/03/08 19:21:21 lanius Exp $ + + 08 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3-r1.ebuild: + install pppoatm.so, not only build it 06 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild: add support for udev 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 8a5472836461..b20df0b1f307 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.5 2004/01/18 00:42:38 lanius Exp $ +# $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 $ MY_PV=${PV/_beta/b} MY_P=${PN}-${MY_PV} @@ -92,6 +92,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}/${MY_PV}/modules.ppp ppp |