diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-13 11:53:23 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-13 11:53:23 +0000 |
commit | c7ab39d8af36ae00f92c9c7d21608cf2f965cd0d (patch) | |
tree | 3eee9f5a776f2f9f4fbb5fc16769c5824eadc7ab /net-dialup | |
parent | Added some sed action to pkg_postinst, it should customize your conffile (diff) | |
download | gentoo-2-c7ab39d8af36ae00f92c9c7d21608cf2f965cd0d.tar.gz gentoo-2-c7ab39d8af36ae00f92c9c7d21608cf2f965cd0d.tar.bz2 gentoo-2-c7ab39d8af36ae00f92c9c7d21608cf2f965cd0d.zip |
*** empty log message ***
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/files/digest-ppp-2.4.1 | 1 | ||||
-rw-r--r-- | net-dialup/wvdial/wvdial-1.41-r3.ebuild | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-dialup/ppp/files/digest-ppp-2.4.1 b/net-dialup/ppp/files/digest-ppp-2.4.1 new file mode 100644 index 000000000000..cb9182a83f61 --- /dev/null +++ b/net-dialup/ppp/files/digest-ppp-2.4.1 @@ -0,0 +1 @@ +MD5 d41d8cd98f00b204e9800998ecf8427e ppp-2.4.1.tar.gz diff --git a/net-dialup/wvdial/wvdial-1.41-r3.ebuild b/net-dialup/wvdial/wvdial-1.41-r3.ebuild index 830e7cf4489c..eb215b13c8b1 100644 --- a/net-dialup/wvdial/wvdial-1.41-r3.ebuild +++ b/net-dialup/wvdial/wvdial-1.41-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.41-r3.ebuild,v 1.4 2001/05/28 05:24:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.41-r3.ebuild,v 1.5 2001/06/13 11:53:23 achim Exp $ P=wvdial-1.41 A=${P}.tar.gz @@ -12,7 +12,7 @@ HOMEPAGE="http://www.worldvisions.ca/wvdial/" DEPEND=">=sys-devel/gcc-2.95.2 virtual/glibc" -RDEPEND="$DEPEND net-dialup/pppd" +RDEPEND="$DEPEND net-dialup/ppp" src_compile() { try make |