diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-01-05 12:55:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-01-05 12:55:51 +0000 |
commit | 8e8203f0b1172f59efcefb2776efab22a32d82dd (patch) | |
tree | 27598fcd16e09e094d87840fb62e3fe664ac7d74 /net-misc/vpnc | |
parent | EAPI 5 (diff) | |
download | gentoo-2-8e8203f0b1172f59efcefb2776efab22a32d82dd.tar.gz gentoo-2-8e8203f0b1172f59efcefb2776efab22a32d82dd.tar.bz2 gentoo-2-8e8203f0b1172f59efcefb2776efab22a32d82dd.zip |
net-misc/vpnc: Fix documentation URL, #534490
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-misc/vpnc')
-rw-r--r-- | net-misc/vpnc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.3_p527-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog index 7600f099d1f8..68243a08dbe9 100644 --- a/net-misc/vpnc/ChangeLog +++ b/net-misc/vpnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vpnc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.131 2014/11/02 09:18:49 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.132 2015/01/05 12:55:51 jlec Exp $ + + 05 Jan 2015; Justin Lecher <jlec@gentoo.org> vpnc-0.5.3_p527-r1.ebuild: + Fix documentation URL, #534490 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> vpnc-0.5.3_p527-r1.ebuild: Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug diff --git a/net-misc/vpnc/vpnc-0.5.3_p527-r1.ebuild b/net-misc/vpnc/vpnc-0.5.3_p527-r1.ebuild index 98b231f7c150..1519ea3ee021 100644 --- a/net-misc/vpnc/vpnc-0.5.3_p527-r1.ebuild +++ b/net-misc/vpnc/vpnc-0.5.3_p527-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.3_p527-r1.ebuild,v 1.12 2014/11/02 09:18:49 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.3_p527-r1.ebuild,v 1.13 2015/01/05 12:55:51 jlec Exp $ EAPI=5 @@ -70,5 +70,5 @@ src_install() { pkg_postinst() { elog "You can generate a configuration file from the original Cisco profiles of your" elog "connection by using /usr/bin/pcf2vpnc to convert the .pcf file" - elog "A guide is available in http://www.gentoo.org/doc/en/vpnc-howto.xml" + elog "A guide is available at https://wiki.gentoo.org/wiki/Vpnc" } |