diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-11-07 13:09:40 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-11-07 13:09:40 +0000 |
commit | 3a6bc427c88407a645a54247a90d98bd1ec5b15e (patch) | |
tree | bd4a1f689e8885b5c1564ad23bc9fa1c52a5bc81 /net-dialup | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-3a6bc427c88407a645a54247a90d98bd1ec5b15e.tar.gz gentoo-2-3a6bc427c88407a645a54247a90d98bd1ec5b15e.tar.bz2 gentoo-2-3a6bc427c88407a645a54247a90d98bd1ec5b15e.zip |
Add sys-apps/iproute2 to RDEPEND
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pptpconfig/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/pptpconfig/Manifest | 14 | ||||
-rw-r--r-- | net-dialup/pptpconfig/pptpconfig-20040722.ebuild | 5 |
3 files changed, 10 insertions, 15 deletions
diff --git a/net-dialup/pptpconfig/ChangeLog b/net-dialup/pptpconfig/ChangeLog index d10e7cf120a1..a263b6971798 100644 --- a/net-dialup/pptpconfig/ChangeLog +++ b/net-dialup/pptpconfig/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for net-dialup/pptpconfig # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.3 2004/09/27 20:18:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.4 2004/11/07 13:09:40 mrness Exp $ + 07 Nov 2004; Alin Nastac <mrness@gentoo.org> + pptpconfig-20040722.ebuild: + Add sys-apps/iproute2 to RDEPEND. Closes bug #69967. + 27 Sep 2004; Sven Wegener <swegener@gentoo.org> : Fixed ChangeLog header. diff --git a/net-dialup/pptpconfig/Manifest b/net-dialup/pptpconfig/Manifest index b8d6d852c1a6..5d0f92e130f4 100644 --- a/net-dialup/pptpconfig/Manifest +++ b/net-dialup/pptpconfig/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 7ec6fe082e727f4d8c6be0ed31ded2ab pptpconfig-20030731.ebuild 780 -MD5 3196830922430749dd5cd29b15a04756 pptpconfig-20040722.ebuild 740 -MD5 485a6a8a4f84c803c8aa59c95edf080d ChangeLog 1095 +MD5 7141bbdc5dfae6b2ab346fe13057a60c ChangeLog 1231 +MD5 54aa7ab1dd84cfb9df7132e7bcbc7339 pptpconfig-20040722.ebuild 759 MD5 2e240ad9883a5bf27a2228ff1c4708d9 files/digest-pptpconfig-20030731 72 MD5 6d09d5d24ab4cc325fb857c2f54be505 files/digest-pptpconfig-20040722 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBWHWeI1lqEGTUzyQRApujAKCM4ospJ2sV+sHnkycrHQncnOISkgCggT0K -+RA4CxI+UqkTrcsqTb8nz9M= -=1VWr ------END PGP SIGNATURE----- diff --git a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild index 1d19a950cf41..634763c40758 100644 --- a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild +++ b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.1 2004/09/27 13:39:39 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.2 2004/11/07 13:09:40 mrness Exp $ DESCRIPTION="Configuration and management program for PPTP Client tunnels" HOMEPAGE="http://pptpclient.sourceforge.net/" @@ -13,7 +13,8 @@ IUSE="" DEPEND="" RDEPEND="dev-php/php-gtk - net-dialup/pptpclient" + net-dialup/pptpclient + sys-apps/iproute2" src_install() { make DESTDIR="${D}" install || die "make install failed" |