summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-11-03 13:02:49 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-11-03 13:02:49 +0000
commitc3d9caf7efe32118db16176e471c37c7a540bd52 (patch)
treec5e924be65a3d9626f39c8e105376824a7abb595 /net-misc
parentRename src_configure to src_compile as wanted in EAPI="1". Fixes bug 245375. (diff)
downloadgentoo-2-c3d9caf7efe32118db16176e471c37c7a540bd52.tar.gz
gentoo-2-c3d9caf7efe32118db16176e471c37c7a540bd52.tar.bz2
gentoo-2-c3d9caf7efe32118db16176e471c37c7a540bd52.zip
Remove resolvconf-gentoo dep, as its p.masked and going to be removed
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/vpnc/ChangeLog6
-rw-r--r--net-misc/vpnc/vpnc-0.5.1-r1.ebuild6
-rw-r--r--net-misc/vpnc/vpnc-0.5.1_p332.ebuild6
3 files changed, 9 insertions, 9 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog
index ea0b0fe1023d..47442ffc82e6 100644
--- a/net-misc/vpnc/ChangeLog
+++ b/net-misc/vpnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/vpnc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.75 2008/10/16 16:46:39 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.76 2008/11/03 13:02:49 armin76 Exp $
+
+ 03 Nov 2008; Raúl Porcel <armin76@gentoo.org> vpnc-0.5.1-r1.ebuild,
+ vpnc-0.5.1_p332.ebuild:
+ Remove resolvconf-gentoo dep, as its p.masked and going to be removed
16 Oct 2008; Christian Faulhammer <opfer@gentoo.org> files/vpnc-2.init:
source is not POSIX compliant so use the dot instead, thanks to Martin
diff --git a/net-misc/vpnc/vpnc-0.5.1-r1.ebuild b/net-misc/vpnc/vpnc-0.5.1-r1.ebuild
index 84dd477d3a46..1c55e8c56eb0 100644
--- a/net-misc/vpnc/vpnc-0.5.1-r1.ebuild
+++ b/net-misc/vpnc/vpnc-0.5.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild,v 1.6 2008/02/06 18:56:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild,v 1.7 2008/11/03 13:02:49 armin76 Exp $
inherit linux-info
@@ -18,9 +18,7 @@ DEPEND=">=dev-libs/libgcrypt-1.1.91
!bindist? ( hybrid-auth? ( dev-libs/openssl ) )"
RDEPEND="${DEPEND}
- resolvconf? ( ||
- ( net-dns/resolvconf-gentoo net-dns/openresolv )
- )"
+ resolvconf? ( net-dns/openresolv )"
pkg_setup() {
if use hybrid-auth && use bindist; then
diff --git a/net-misc/vpnc/vpnc-0.5.1_p332.ebuild b/net-misc/vpnc/vpnc-0.5.1_p332.ebuild
index 8db458da180f..2fc1bd78a5a8 100644
--- a/net-misc/vpnc/vpnc-0.5.1_p332.ebuild
+++ b/net-misc/vpnc/vpnc-0.5.1_p332.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v 1.1 2008/06/25 07:39:54 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v 1.2 2008/11/03 13:02:49 armin76 Exp $
inherit linux-info
@@ -18,9 +18,7 @@ DEPEND=">=dev-libs/libgcrypt-1.1.91
!bindist? ( hybrid-auth? ( dev-libs/openssl ) )"
RDEPEND="${DEPEND}
- resolvconf? ( ||
- ( net-dns/resolvconf-gentoo net-dns/openresolv )
- )"
+ resolvconf? ( net-dns/openresolv )"
pkg_setup() {
if use hybrid-auth && use bindist; then