diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 23:50:17 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 23:50:17 +0000 |
commit | 19eabe48f84d5e3b3b6c931e5ed7cfbc5c483e81 (patch) | |
tree | dbf6c8f0dc1218182ac7529ed5863373c3c28295 /net-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-19eabe48f84d5e3b3b6c931e5ed7cfbc5c483e81.tar.gz gentoo-2-19eabe48f84d5e3b3b6c931e5ed7cfbc5c483e81.tar.bz2 gentoo-2-19eabe48f84d5e3b3b6c931e5ed7cfbc5c483e81.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vpncwatch/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/vpncwatch/vpncwatch-1.7.ebuild | 31 |
2 files changed, 5 insertions, 34 deletions
diff --git a/net-misc/vpncwatch/ChangeLog b/net-misc/vpncwatch/ChangeLog index 3a85661e08bd..efccf1a5832c 100644 --- a/net-misc/vpncwatch/ChangeLog +++ b/net-misc/vpncwatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vpncwatch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpncwatch/ChangeLog,v 1.4 2015/04/07 14:31:28 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpncwatch/ChangeLog,v 1.5 2015/05/07 23:50:17 mrueg Exp $ + + 07 May 2015; Manuel Rüger <mrueg@gentoo.org> -vpncwatch-1.7.ebuild: + Remove old. *vpncwatch-1.8.1 (01 Apr 2013) @@ -20,4 +23,3 @@ +files/vpncwatch-1.7-Makefile.patch, +files/vpncwatch-1.7-gcc4.3.patch, +files/vpncwatch-1.7-literal.patch, +metadata.xml: Imported from sunrise overlay, 258150 - diff --git a/net-misc/vpncwatch/vpncwatch-1.7.ebuild b/net-misc/vpncwatch/vpncwatch-1.7.ebuild deleted file mode 100644 index 6a3a39467ea3..000000000000 --- a/net-misc/vpncwatch/vpncwatch-1.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpncwatch/vpncwatch-1.7.ebuild,v 1.2 2011/10/07 17:23:06 jlec Exp $ - -EAPI=2 - -inherit eutils toolchain-funcs - -DESCRIPTION="A keepalive daemon for vpnc on Linux systems" -HOMEPAGE="http://github.com/dcantrell/vpncwatch/" -SRC_URI="http://github.com/downloads/dcantrell/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-misc/vpnc" - -src_prepare() { - epatch \ - "${FILESDIR}/${P}-gcc4.3.patch" \ - "${FILESDIR}/${P}-literal.patch" \ - "${FILESDIR}/${P}-Makefile.patch" - tc-export CC -} - -src_install() { - dobin ${PN} || die "failed to install ${PN}" - dodoc README ChangeLog AUTHORS || die "doc install failed" -} |