diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-13 13:22:34 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-13 13:22:34 +0000 |
commit | b4db2cb48ac9b941426b5f9704b29b2b54827864 (patch) | |
tree | c9748806d8f36d2412ee36ffac21e873a03e36cc /net-misc/vpnc | |
parent | Version bump. (diff) | |
download | gentoo-2-b4db2cb48ac9b941426b5f9704b29b2b54827864.tar.gz gentoo-2-b4db2cb48ac9b941426b5f9704b29b2b54827864.tar.bz2 gentoo-2-b4db2cb48ac9b941426b5f9704b29b2b54827864.zip |
net-misc/vpnc: Drop old
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'net-misc/vpnc')
-rw-r--r-- | net-misc/vpnc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.3.ebuild | 54 | ||||
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.3_p451.ebuild | 60 | ||||
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.3_p457-r1.ebuild | 60 | ||||
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.3_p457-r2.ebuild | 61 | ||||
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.3_p514.ebuild | 67 |
6 files changed, 6 insertions, 303 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog index 6fabcc54fa80..714b993bdae1 100644 --- a/net-misc/vpnc/ChangeLog +++ b/net-misc/vpnc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/vpnc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.111 2013/04/13 08:28:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.112 2013/04/13 13:22:34 jlec Exp $ + + 13 Apr 2013; Justin Lecher <jlec@gentoo.org> -vpnc-0.5.3.ebuild, + -vpnc-0.5.3_p451.ebuild, -vpnc-0.5.3_p457-r1.ebuild, + -vpnc-0.5.3_p457-r2.ebuild, -vpnc-0.5.3_p514.ebuild: + Drop old 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> vpnc-0.5.3_p527.ebuild: Stable for sparc, wrt bug #463990 diff --git a/net-misc/vpnc/vpnc-0.5.3.ebuild b/net-misc/vpnc/vpnc-0.5.3.ebuild deleted file mode 100644 index 3665865ce9ee..000000000000 --- a/net-misc/vpnc/vpnc-0.5.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 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.ebuild,v 1.6 2010/08/13 08:39:49 fauli Exp $ - -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" -SRC_URI="http://www.unix-ag.uni-kl.de/~massar/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86" -IUSE="hybrid-auth bindist resolvconf" - -DEPEND=">=dev-libs/libgcrypt-1.1.91 - >=sys-apps/iproute2-2.6.19.20061214 - !bindist? ( hybrid-auth? ( dev-libs/openssl ) )" - -RDEPEND="${DEPEND} - resolvconf? ( net-dns/openresolv )" - -pkg_setup() { - if use hybrid-auth && use bindist; then - ewarn "Hybrid authentication will be disabled for this packages as you will" - ewarn "redistribute it in binary form. This is not allowed due to linking" - ewarn "of OpenSSL." - fi -} - -src_compile() { - # only allowed if not distributed in binary form! - if use hybrid-auth && ! use bindist; then - hybridauthopts="OPENSSL_GPL_VIOLATION=-DOPENSSL_GPL_VIOLATION OPENSSLLIBS=-lcrypto" - fi - emake ${hybridauthopts} || die -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install || die - dodoc README TODO VERSION - 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() { - 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 to be found in http://www.gentoo.org/doc/en/vpnc-howto.xml" - echo - elog "Don't forget to turn on TUN support in the kernel." -} diff --git a/net-misc/vpnc/vpnc-0.5.3_p451.ebuild b/net-misc/vpnc/vpnc-0.5.3_p451.ebuild deleted file mode 100644 index 5b7d56042bd9..000000000000 --- a/net-misc/vpnc/vpnc-0.5.3_p451.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 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_p451.ebuild,v 1.3 2012/04/01 05:41:52 jlec Exp $ - -EAPI=4 - -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" -# Modified vpnc-script taken from -# http://git.infradead.org/users/dwmw2/vpnc-scripts.git, supports Solaris and IP v6, as reported in bug -# Additionally added patches to fix some dead lock problems taken from -# http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2010-March/003445.html -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="resolvconf +gnutls bindist" - -DEPEND=">=dev-libs/libgcrypt-1.1.91 - >=sys-apps/iproute2-2.6.19.20061214 - bindist? ( net-libs/gnutls ) - !bindist? ( - gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl ) - )" -RDEPEND="${DEPEND} - resolvconf? ( net-dns/openresolv )" - -src_prepare() { - if ! use gnutls && ! use bindist; then - sed -i -e 's/#OPENSSL_GPL_VIOLATION=yes/OPENSSL_GPL_VIOLATION=yes/' "${S}"/Makefile \ - || die - ewarn "Building SSL support with OpenSSL instead of GnuTLS. This means that" - ewarn "you are not allowed to re-distibute the binaries due to conflicts between BSD license and GPL," - ewarn "see the vpnc Makefile and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - else - elog "Will build with GnuTLS (default) instead of OpenSSL so you may even redistribute binaries." - elog "See the Makefile itself and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - fi -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install - dodoc README TODO VERSION - keepdir /etc/vpnc/scripts.d - newinitd "${FILESDIR}/vpnc-3.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/ || die -} - -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" - echo - elog "Don't forget to turn on TUN support in the kernel." -} diff --git a/net-misc/vpnc/vpnc-0.5.3_p457-r1.ebuild b/net-misc/vpnc/vpnc-0.5.3_p457-r1.ebuild deleted file mode 100644 index 203bf871d513..000000000000 --- a/net-misc/vpnc/vpnc-0.5.3_p457-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 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_p457-r1.ebuild,v 1.2 2012/04/01 05:41:52 jlec Exp $ - -EAPI=4 - -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" -# Modified vpnc-script taken from -# http://git.infradead.org/users/dwmw2/vpnc-scripts.git, supports Solaris and IP v6, as reported in bug -# Additionally added patches to fix some dead lock problems taken from -# http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2010-March/003445.html -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="resolvconf +gnutls bindist" - -DEPEND=">=dev-libs/libgcrypt-1.1.91 - >=sys-apps/iproute2-2.6.19.20061214 - bindist? ( net-libs/gnutls ) - !bindist? ( - gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl ) - )" -RDEPEND="${DEPEND} - resolvconf? ( net-dns/openresolv )" - -src_prepare() { - if ! use gnutls && ! use bindist; then - sed -i -e 's/#OPENSSL_GPL_VIOLATION=yes/OPENSSL_GPL_VIOLATION=yes/' "${S}"/Makefile \ - || die - ewarn "Building SSL support with OpenSSL instead of GnuTLS. This means that" - ewarn "you are not allowed to re-distibute the binaries due to conflicts between BSD license and GPL," - ewarn "see the vpnc Makefile and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - else - elog "Will build with GnuTLS (default) instead of OpenSSL so you may even redistribute binaries." - elog "See the Makefile itself and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - fi -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install - dodoc README TODO VERSION - keepdir /etc/vpnc/scripts.d - newinitd "${FILESDIR}/vpnc-3.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/ || die -} - -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" - echo - elog "Don't forget to turn on TUN support in the kernel." -} diff --git a/net-misc/vpnc/vpnc-0.5.3_p457-r2.ebuild b/net-misc/vpnc/vpnc-0.5.3_p457-r2.ebuild deleted file mode 100644 index 7b1d042c9a61..000000000000 --- a/net-misc/vpnc/vpnc-0.5.3_p457-r2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2012 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_p457-r2.ebuild,v 1.3 2012/04/01 05:41:52 jlec Exp $ - -EAPI=4 - -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" -# Modified vpnc-script taken from -# http://git.infradead.org/users/dwmw2/vpnc-scripts.git, supports Solaris and IP v6, as reported in bug -# Additionally added patches to fix some dead lock problems taken from -# http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2010-March/003445.html -# TODO: Create proper patchset! -SRC_URI="mirror://gentoo/${PN}-${PVR}.tar.bz2" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="resolvconf +gnutls bindist" - -DEPEND=">=dev-libs/libgcrypt-1.1.91 - >=sys-apps/iproute2-2.6.19.20061214[-minimal] - bindist? ( net-libs/gnutls ) - !bindist? ( - gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl ) - )" -RDEPEND="${DEPEND} - resolvconf? ( net-dns/openresolv )" - -src_prepare() { - if ! use gnutls && ! use bindist; then - sed -i -e 's/#OPENSSL_GPL_VIOLATION=yes/OPENSSL_GPL_VIOLATION=yes/' "${S}"/Makefile \ - || die - ewarn "Building SSL support with OpenSSL instead of GnuTLS. This means that" - ewarn "you are not allowed to re-distibute the binaries due to conflicts between BSD license and GPL," - ewarn "see the vpnc Makefile and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - else - elog "Will build with GnuTLS (default) instead of OpenSSL so you may even redistribute binaries." - elog "See the Makefile itself and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - fi -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install - dodoc README TODO VERSION - keepdir /etc/vpnc/scripts.d - newinitd "${FILESDIR}/vpnc-3.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/ || die -} - -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" - echo - elog "Don't forget to turn on TUN support in the kernel." -} diff --git a/net-misc/vpnc/vpnc-0.5.3_p514.ebuild b/net-misc/vpnc/vpnc-0.5.3_p514.ebuild deleted file mode 100644 index eeb2506da581..000000000000 --- a/net-misc/vpnc/vpnc-0.5.3_p514.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 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_p514.ebuild,v 1.4 2013/02/06 15:25:07 jlec Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" -# Modified vpnc-script taken from -# http://git.infradead.org/users/dwmw2/vpnc-scripts.git, supports Solaris and IP v6, as reported in bug -# Additionally added patches to fix some dead lock problems taken from -# http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2010-March/003445.html -# TODO: Create proper patchset! -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${PF}.tar.xz" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="~amd64 arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="resolvconf +gnutls bindist" - -REQUIRED_USE="bindist? ( gnutls )" - -DEPEND=" - dev-lang/perl - dev-libs/libgcrypt - >=sys-apps/iproute2-2.6.19.20061214[-minimal] - gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl )" -RDEPEND="${DEPEND} - resolvconf? ( net-dns/openresolv )" - -src_prepare() { - if ! use gnutls && ! use bindist; then - sed -i -e '/^#OPENSSL_GPL_VIOLATION/s:#::g' "${S}"/Makefile || die - ewarn "Building SSL support with OpenSSL instead of GnuTLS. This means that" - ewarn "you are not allowed to re-distibute the binaries due to conflicts between BSD license and GPL," - ewarn "see the vpnc Makefile and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - else - elog "Will build with GnuTLS (default) instead of OpenSSL so you may even redistribute binaries." - elog "See the Makefile itself and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440318" - fi - - epatch "${FILESDIR}"/${P}-as-needed.patch - - tc-export CC -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install - dodoc README TODO VERSION - keepdir /etc/vpnc/scripts.d - newinitd "${FILESDIR}/vpnc-3.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/ || die -} - -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" - echo - elog "Don't forget to turn on TUN support in the kernel." -} |