public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/cisco-vpnclient-3des: ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
@ 2008-06-02 20:55 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-06-02 20:55 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/06/02 20:55:59

  Modified:             ChangeLog
  Added:                cisco-vpnclient-3des-4.8.01.0640.ebuild
  Log:
  Version bump to 4.8.01.0640 for bug #202415.  This ebuild has been re-worked to not use the Cisco driver_build.sh shell script and instead uses the Makefile provided to build the module.
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.58                 net-misc/cisco-vpnclient-3des/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	5 Feb 2008 02:37:10 -0000	1.57
+++ ChangeLog	2 Jun 2008 20:55:58 -0000	1.58
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/cisco-vpnclient-3des
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.57 2008/02/05 02:37:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.58 2008/06/02 20:55:58 wolf31o2 Exp $
+
+  02 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  +files/4.8.01.0640-2.6.24.patch, +files/4.8.01.0640-amd64.patch:
+  Version bump to 4.8.01.0640 for bug #202415. This ebuild has been
+  re-worked to not use the Cisco driver_build.sh shell script and instead
+  uses the Makefile provided to build the module.
 
   05 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> files/2.6.24.patch:
   Fixing with the proper patch for 4.8.00 and closing bug #207536.



1.1                  net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.1&content-type=text/plain

Index: cisco-vpnclient-3des-4.8.01.0640.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.1 2008/06/02 20:55:58 wolf31o2 Exp $

inherit eutils linux-mod

MY_PV=${PV}-k9
TARBALL="vpnclient-linux-x86_64-${MY_PV}.tar.gz"

DESCRIPTION="Cisco VPN Client (3DES)"
HOMEPAGE="http://cco.cisco.com/en/US/products/sw/secursw/ps2308/index.html"
#SRC_URI="vpnclient-linux-x86_64-${MY_PV}.tar.gz"
SRC_URI="http://tuxx-home.at/vpn/Linux/${TARBALL}"

LICENSE="cisco-vpn-client"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip"

S=${WORKDIR}/vpnclient

VPNDIR="/opt/cisco-vpnclient"
CFGDIR="/etc/${VPNDIR}"
OLDCFG="/etc/CiscoSystemsVPNClient"

QA_TEXTRELS="${VPNDIR:1}/lib/libvpnapi.so"
QA_EXECSTACK="${VPNDIR:1}/lib/libvpnapi.so
	${VPNDIR:1}/bin/vpnclient
	${VPNDIR:1}/bin/cvpnd
	${VPNDIR:1}/bin/cisco_cert_mgr
	${VPNDIR:1}/bin/ipseclog"

MODULE_NAMES="cisco_ipsec(CiscoVPN)"
BUILD_TARGETS="clean default"

#pkg_nofetch() {
#	einfo "Please visit:"
#	einfo " ${HOMEPAGE}"
#	einfo "and download ${A} to ${DISTDIR}"
#}

src_unpack () {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}"/${PV}-amd64.patch
	epatch "${FILESDIR}"/${PV}-2.6.24.patch
}

src_install() {
	linux-mod_src_install
#	newinitd ${FILESDIR}/vpnclient.rc vpnclient

	# Binaries
	binaries="vpnclient ipseclog cisco_cert_mgr"
	exeinto /opt/cisco-vpnclient/bin
	exeopts -m0111
	doexe ${binaries}
	exeopts -m4111
	doexe cvpnd
	# Libraries
	insinto /opt/cisco-vpnclient/lib
	doins libvpnapi.so
	# Includes
	insinto /opt/cisco-vpnclient/include
	doins vpnapi.h

	# Configuration files/profiles/etc
	insinto ${CFGDIR}
	doins vpnclient.ini
	insinto ${CFGDIR}/Profiles
	doins *.pcf
	dodir ${CFGDIR}/Certificates

	# Make sure we keep these, even if they're empty.
	keepdir ${CFGDIR}/Certificates
	keepdir ${CFGDIR}/Profiles

	# Create some symlinks
	dodir /usr/bin
	for filename in ${binaries}
	do
		dosym ${VPNDIR}/bin/${filename} /usr/bin/${filename}
	done
}

pkg_postinst() {
	linux-mod_pkg_postinst
	if [ -e "${OLDCFG}" ]
	then
		elog "Found an old ${OLDCFG} configuration directory."
		elog "Moving ${OLDCFG} files to ${CFGDIR}."
		cp -pPR ${OLDCFG}/* ${CFGDIR} && rm -f ${OLDCFG}
	fi
	if [ -e "/etc/init.d/vpnclient" ]
	then
		elog "Removing /etc/init.d/vpnclient, which is no longer needed."
		rm -f /etc/init.d/vpnclient
	fi
	runlevels=`rc-update show | grep vpnclient | cut -d\| -f2`
	if [ -n "$runlevels" ]
	then
		elog "Removing 'vpnclient' from all runlevels."
		rc-update del vpnclient
	fi
	elog "You will need to load the cisco_ipsec module before using the Cisco"
	elog "VPN Client (vpnclient) application."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-misc/cisco-vpnclient-3des: ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
@ 2008-06-02 21:54 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-06-02 21:54 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/06/02 21:54:03

  Modified:             ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
  Log:
  Add back the RESTRICT=fetch code and adding RESTRICT=mirror.
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.59                 net-misc/cisco-vpnclient-3des/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	2 Jun 2008 20:55:58 -0000	1.58
+++ ChangeLog	2 Jun 2008 21:54:03 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/cisco-vpnclient-3des
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.58 2008/06/02 20:55:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.59 2008/06/02 21:54:03 wolf31o2 Exp $
+
+  02 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  cisco-vpnclient-3des-4.8.01.0640.ebuild:
+  Add back the RESTRICT=fetch code and adding RESTRICT=mirror.
 
   02 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   +files/4.8.01.0640-2.6.24.patch, +files/4.8.01.0640-amd64.patch:



1.2                  net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?r1=1.1&r2=1.2

Index: cisco-vpnclient-3des-4.8.01.0640.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cisco-vpnclient-3des-4.8.01.0640.ebuild	2 Jun 2008 20:55:58 -0000	1.1
+++ cisco-vpnclient-3des-4.8.01.0640.ebuild	2 Jun 2008 21:54:03 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.1 2008/06/02 20:55:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.2 2008/06/02 21:54:03 wolf31o2 Exp $
 
 inherit eutils linux-mod
 
@@ -9,14 +9,14 @@
 
 DESCRIPTION="Cisco VPN Client (3DES)"
 HOMEPAGE="http://cco.cisco.com/en/US/products/sw/secursw/ps2308/index.html"
-#SRC_URI="vpnclient-linux-x86_64-${MY_PV}.tar.gz"
-SRC_URI="http://tuxx-home.at/vpn/Linux/${TARBALL}"
+SRC_URI="vpnclient-linux-x86_64-${MY_PV}.tar.gz"
+#SRC_URI="http://tuxx-home.at/vpn/Linux/${TARBALL}"
 
 LICENSE="cisco-vpn-client"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
-RESTRICT="strip"
+RESTRICT="fetch mirror strip"
 
 S=${WORKDIR}/vpnclient
 
@@ -34,11 +34,11 @@
 MODULE_NAMES="cisco_ipsec(CiscoVPN)"
 BUILD_TARGETS="clean default"
 
-#pkg_nofetch() {
-#	einfo "Please visit:"
-#	einfo " ${HOMEPAGE}"
-#	einfo "and download ${A} to ${DISTDIR}"
-#}
+pkg_nofetch() {
+	einfo "Please visit:"
+	einfo " ${HOMEPAGE}"
+	einfo "and download ${A} to ${DISTDIR}"
+}
 
 src_unpack () {
 	unpack ${A}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-misc/cisco-vpnclient-3des: ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
@ 2008-06-02 22:19 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-06-02 22:19 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/06/02 22:19:05

  Modified:             ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
  Log:
  Fix a bug in the move code in pkg_postinst.
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.61                 net-misc/cisco-vpnclient-3des/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	2 Jun 2008 22:16:00 -0000	1.60
+++ ChangeLog	2 Jun 2008 22:19:05 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/cisco-vpnclient-3des
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.60 2008/06/02 22:16:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.61 2008/06/02 22:19:05 wolf31o2 Exp $
+
+  02 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  cisco-vpnclient-3des-4.8.01.0640.ebuild:
+  Fix a bug in the move code in pkg_postinst.
 
   02 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   -cisco-vpnclient-3des-4.6.02.0030.ebuild,



1.3                  net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?r1=1.2&r2=1.3

Index: cisco-vpnclient-3des-4.8.01.0640.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cisco-vpnclient-3des-4.8.01.0640.ebuild	2 Jun 2008 21:54:03 -0000	1.2
+++ cisco-vpnclient-3des-4.8.01.0640.ebuild	2 Jun 2008 22:19:05 -0000	1.3
@@ -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/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.2 2008/06/02 21:54:03 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.3 2008/06/02 22:19:05 wolf31o2 Exp $
 
 inherit eutils linux-mod
 
@@ -10,7 +10,6 @@
 DESCRIPTION="Cisco VPN Client (3DES)"
 HOMEPAGE="http://cco.cisco.com/en/US/products/sw/secursw/ps2308/index.html"
 SRC_URI="vpnclient-linux-x86_64-${MY_PV}.tar.gz"
-#SRC_URI="http://tuxx-home.at/vpn/Linux/${TARBALL}"
 
 LICENSE="cisco-vpn-client"
 SLOT="0"
@@ -49,11 +48,10 @@
 }
 
 src_install() {
+	local binaries="vpnclient ipseclog cisco_cert_mgr"
 	linux-mod_src_install
-#	newinitd ${FILESDIR}/vpnclient.rc vpnclient
 
 	# Binaries
-	binaries="vpnclient ipseclog cisco_cert_mgr"
 	exeinto /opt/cisco-vpnclient/bin
 	exeopts -m0111
 	doexe ${binaries}
@@ -73,16 +71,16 @@
 	doins *.pcf
 	dodir ${CFGDIR}/Certificates
 
-	# Make sure we keep these, even if they're empty.
-	keepdir ${CFGDIR}/Certificates
-	keepdir ${CFGDIR}/Profiles
-
 	# Create some symlinks
 	dodir /usr/bin
 	for filename in ${binaries}
 	do
 		dosym ${VPNDIR}/bin/${filename} /usr/bin/${filename}
 	done
+
+	# Make sure we keep these, even if they're empty.
+	keepdir ${CFGDIR}/Certificates
+	keepdir ${CFGDIR}/Profiles
 }
 
 pkg_postinst() {
@@ -91,7 +89,7 @@
 	then
 		elog "Found an old ${OLDCFG} configuration directory."
 		elog "Moving ${OLDCFG} files to ${CFGDIR}."
-		cp -pPR ${OLDCFG}/* ${CFGDIR} && rm -f ${OLDCFG}
+		cp -pPR ${OLDCFG}/* ${CFGDIR} && rm -rf ${OLDCFG}
 	fi
 	if [ -e "/etc/init.d/vpnclient" ]
 	then



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-misc/cisco-vpnclient-3des: ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
@ 2008-06-02 22:22 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-06-02 22:22 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/06/02 22:22:04

  Modified:             ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
  Log:
  Removing unused TARBALL variable.
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.62                 net-misc/cisco-vpnclient-3des/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	2 Jun 2008 22:19:05 -0000	1.61
+++ ChangeLog	2 Jun 2008 22:22:04 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/cisco-vpnclient-3des
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.61 2008/06/02 22:19:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.62 2008/06/02 22:22:04 wolf31o2 Exp $
+
+  02 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  cisco-vpnclient-3des-4.8.01.0640.ebuild:
+  Removing unused TARBALL variable.
 
   02 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   cisco-vpnclient-3des-4.8.01.0640.ebuild:



1.4                  net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?r1=1.3&r2=1.4

Index: cisco-vpnclient-3des-4.8.01.0640.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cisco-vpnclient-3des-4.8.01.0640.ebuild	2 Jun 2008 22:19:05 -0000	1.3
+++ cisco-vpnclient-3des-4.8.01.0640.ebuild	2 Jun 2008 22:22:04 -0000	1.4
@@ -1,11 +1,10 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.3 2008/06/02 22:19:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.4 2008/06/02 22:22:04 wolf31o2 Exp $
 
 inherit eutils linux-mod
 
 MY_PV=${PV}-k9
-TARBALL="vpnclient-linux-x86_64-${MY_PV}.tar.gz"
 
 DESCRIPTION="Cisco VPN Client (3DES)"
 HOMEPAGE="http://cco.cisco.com/en/US/products/sw/secursw/ps2308/index.html"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-misc/cisco-vpnclient-3des: ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
@ 2009-07-07 23:15 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-07-07 23:15 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/07/07 23:15:46

  Modified:             ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild
  Log:
  Use elog for fetch error.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 net-misc/cisco-vpnclient-3des/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	28 Jul 2008 17:21:42 -0000	1.64
+++ ChangeLog	7 Jul 2009 23:15:46 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/cisco-vpnclient-3des
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.64 2008/07/28 17:21:42 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/ChangeLog,v 1.65 2009/07/07 23:15:46 flameeyes Exp $
+
+  07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  cisco-vpnclient-3des-4.8.01.0640.ebuild:
+  Use elog for fetch error.
 
   28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
   Change to maintainer-needed.



1.5                  net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild?r1=1.4&r2=1.5

Index: cisco-vpnclient-3des-4.8.01.0640.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cisco-vpnclient-3des-4.8.01.0640.ebuild	2 Jun 2008 22:22:04 -0000	1.4
+++ cisco-vpnclient-3des-4.8.01.0640.ebuild	7 Jul 2009 23:15:46 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.4 2008/06/02 22:22:04 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.8.01.0640.ebuild,v 1.5 2009/07/07 23:15:46 flameeyes Exp $
 
 inherit eutils linux-mod
 
@@ -33,9 +33,9 @@
 BUILD_TARGETS="clean default"
 
 pkg_nofetch() {
-	einfo "Please visit:"
-	einfo " ${HOMEPAGE}"
-	einfo "and download ${A} to ${DISTDIR}"
+	elog "Please visit:"
+	elog " ${HOMEPAGE}"
+	elog "and download ${A} to ${DISTDIR}"
 }
 
 src_unpack () {






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

end of thread, other threads:[~2009-07-07 23:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-02 22:19 [gentoo-commits] gentoo-x86 commit in net-misc/cisco-vpnclient-3des: ChangeLog cisco-vpnclient-3des-4.8.01.0640.ebuild Chris Gianelloni (wolf31o2)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-07 23:15 Diego Petteno (flameeyes)
2008-06-02 22:22 Chris Gianelloni (wolf31o2)
2008-06-02 21:54 Chris Gianelloni (wolf31o2)
2008-06-02 20:55 Chris Gianelloni (wolf31o2)

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