public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/vpnc: vpnc-0.5.1-r1.ebuild vpnc-0.5.1_p332.ebuild ChangeLog
@ 2008-11-03 13:02 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2008-11-03 13:02 UTC (permalink / raw
  To: gentoo-commits

armin76     08/11/03 13:02:49

  Modified:             vpnc-0.5.1-r1.ebuild vpnc-0.5.1_p332.ebuild
                        ChangeLog
  Log:
  Remove resolvconf-gentoo dep, as its p.masked and going to be removed
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.7                  net-misc/vpnc/vpnc-0.5.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?r1=1.6&r2=1.7

Index: vpnc-0.5.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vpnc-0.5.1-r1.ebuild	6 Feb 2008 18:56:27 -0000	1.6
+++ vpnc-0.5.1-r1.ebuild	3 Nov 2008 13:02:49 -0000	1.7
@@ -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 @@
 	!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



1.2                  net-misc/vpnc/vpnc-0.5.1_p332.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?r1=1.1&r2=1.2

Index: vpnc-0.5.1_p332.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vpnc-0.5.1_p332.ebuild	25 Jun 2008 07:39:54 -0000	1.1
+++ vpnc-0.5.1_p332.ebuild	3 Nov 2008 13:02:49 -0000	1.2
@@ -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 @@
 	!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



1.76                 net-misc/vpnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	16 Oct 2008 16:46:39 -0000	1.75
+++ ChangeLog	3 Nov 2008 13:02:49 -0000	1.76
@@ -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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/vpnc: vpnc-0.5.1-r1.ebuild vpnc-0.5.1_p332.ebuild ChangeLog
@ 2008-11-22  9:53 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-11-22  9:53 UTC (permalink / raw
  To: gentoo-commits

opfer       08/11/22 09:53:59

  Modified:             vpnc-0.5.1-r1.ebuild vpnc-0.5.1_p332.ebuild
                        ChangeLog
  Log:
  don't install COPYING file anymore as reported by coldwind on bug 247935; don't inherit linux-info.eclass anymore; remove die messages
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.8                  net-misc/vpnc/vpnc-0.5.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?r1=1.7&r2=1.8

Index: vpnc-0.5.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vpnc-0.5.1-r1.ebuild	3 Nov 2008 13:02:49 -0000	1.7
+++ vpnc-0.5.1-r1.ebuild	22 Nov 2008 09:53:59 -0000	1.8
@@ -1,8 +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.7 2008/11/03 13:02:49 armin76 Exp $
-
-inherit linux-info
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild,v 1.8 2008/11/22 09:53:59 opfer Exp $
 
 DESCRIPTION="Free client for Cisco VPN routing software"
 HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/"
@@ -35,16 +33,18 @@
 	if use hybrid-auth && ! use bindist; then
 		hybridauthopts="OPENSSL_GPL_VIOLATION=-DOPENSSL_GPL_VIOLATION OPENSSLLIBS=-lcrypto"
 	fi
-	emake ${hybridauthopts} || die "emake failed"
+	emake ${hybridauthopts} || die
 }
 
 src_install() {
-	emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
+	emake PREFIX="/usr" DESTDIR="${D}" install || die
 	dodoc README TODO VERSION
 	keepdir /var/run/vpnc
 	keepdir /etc/vpnc/scripts.d
 	newinitd "${FILESDIR}/vpnc-2.init" vpnc
 	newconfd "${FILESDIR}/vpnc.confd" vpnc
+	# COPYING file resides here, should not be installed
+	rm -rf "${D}"/usr/share/doc/vpnc/
 }
 
 pkg_postinst() {



1.3                  net-misc/vpnc/vpnc-0.5.1_p332.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?r1=1.2&r2=1.3

Index: vpnc-0.5.1_p332.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vpnc-0.5.1_p332.ebuild	3 Nov 2008 13:02:49 -0000	1.2
+++ vpnc-0.5.1_p332.ebuild	22 Nov 2008 09:53:59 -0000	1.3
@@ -1,8 +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.2 2008/11/03 13:02:49 armin76 Exp $
-
-inherit linux-info
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v 1.3 2008/11/22 09:53:59 opfer Exp $
 
 DESCRIPTION="Free client for Cisco VPN routing software"
 HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/"
@@ -33,17 +31,19 @@
 	if use hybrid-auth && ! use bindist; then
 		hybridauthopts="OPENSSL_GPL_VIOLATION=-DOPENSSL_GPL_VIOLATION OPENSSLLIBS=-lcrypto"
 	fi
-	emake ${hybridauthopts} || die "emake failed"
+	emake ${hybridauthopts} || die
 }
 
 src_install() {
-	emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
+	emake PREFIX="/usr" DESTDIR="${D}" install || die
 	dodoc README TODO VERSION
 	keepdir /var/run/vpnc
 	keepdir /etc/vpnc/scripts.d
 	newinitd "${FILESDIR}/vpnc-2.init" vpnc
 	newconfd "${FILESDIR}/vpnc.confd" vpnc
 	sed -e "s:/usr/local:/usr:" -i "${D}"/etc/vpnc/vpnc-script || die
+	# COPYING file resides here, should not be installed
+	rm -rf "${D}"/usr/share/doc/vpnc/
 }
 
 pkg_postinst() {



1.77                 net-misc/vpnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	3 Nov 2008 13:02:49 -0000	1.76
+++ ChangeLog	22 Nov 2008 09:53:59 -0000	1.77
@@ -1,6 +1,11 @@
 # 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.76 2008/11/03 13:02:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.77 2008/11/22 09:53:59 opfer Exp $
+
+  22 Nov 2008; Christian Faulhammer <opfer@gentoo.org> vpnc-0.5.1-r1.ebuild,
+  vpnc-0.5.1_p332.ebuild:
+  don't install COPYING file anymore as reported by coldwind on bug 247935;
+  don't inherit linux-info.eclass anymore; remove die messages
 
   03 Nov 2008; Raúl Porcel <armin76@gentoo.org> vpnc-0.5.1-r1.ebuild,
   vpnc-0.5.1_p332.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-22  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 13:02 [gentoo-commits] gentoo-x86 commit in net-misc/vpnc: vpnc-0.5.1-r1.ebuild vpnc-0.5.1_p332.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-22  9:53 Christian Faulhammer (opfer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox