summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2010-10-22 16:45:25 +0000
committerDane Smith <c1pher@gentoo.org>2010-10-22 16:45:25 +0000
commit62ddca62d729f8e35029577930832b187fe1d226 (patch)
treedd0ce38e97ea37960d062778222981d1e22fc989
parentsunrise/ games-strategy: Remove moo2 and category games-strategy. Please get ... (diff)
downloadsunrise-reviewed-62ddca62d729f8e35029577930832b187fe1d226.tar.gz
sunrise-reviewed-62ddca62d729f8e35029577930832b187fe1d226.tar.bz2
sunrise-reviewed-62ddca62d729f8e35029577930832b187fe1d226.zip
sunrise/ net-misc/vpncwatch: Remove net-misc/vpncwatch. Currently in Portage.
svn path=/sunrise/; revision=11457
-rw-r--r--net-misc/vpncwatch/ChangeLog12
-rw-r--r--net-misc/vpncwatch/Manifest7
-rw-r--r--net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch21
-rw-r--r--net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch11
-rw-r--r--net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch11
-rw-r--r--net-misc/vpncwatch/metadata.xml7
-rw-r--r--net-misc/vpncwatch/vpncwatch-1.7.ebuild33
7 files changed, 0 insertions, 102 deletions
diff --git a/net-misc/vpncwatch/ChangeLog b/net-misc/vpncwatch/ChangeLog
deleted file mode 100644
index 16ddb5ed8..000000000
--- a/net-misc/vpncwatch/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for net-misc/vpncwatch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 06 Jul 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
- vpncwatch-1.7.ebuild:
- Update HOMEPAGE & SRC_URI, trivial cleanup, clarify DEPEND.
-
- 08 Feb 2009; justin Lecher (jlec) <jlec@j-schmitz.net> +metadata.xml,
- +vpncwatch-1.7.ebuild:
- Initial commit
- Tracking bug is 258150
diff --git a/net-misc/vpncwatch/Manifest b/net-misc/vpncwatch/Manifest
deleted file mode 100644
index 5e7324437..000000000
--- a/net-misc/vpncwatch/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-AUX vpncwatch-1.7-Makefile.patch 504 RMD160 9873d7a6a1ecd10ed9e7df1e9408ce08007bcf3f SHA1 64b133b3d31f2c8d884d7356900f8a5a9e050368 SHA256 30781bf43fe67e82360b7223b6d46170eb66e1a65612f3294534486e6e1ae085
-AUX vpncwatch-1.7-gcc4.3.patch 247 RMD160 b6f2f27eb35528b6aad80db345b6442ee2a86c47 SHA1 8e8a47eb10ddf0af696ad4fa637d06f5cf063aa1 SHA256 91cc47c5290319693dfebc3a9e9427ca204990367f1a3bcd5374dd93480f1578
-AUX vpncwatch-1.7-literal.patch 419 RMD160 60ed4c6945f1c7fc6e1310b8693fe081d9ce8535 SHA1 c64e81cdb745dc7526d59abd829403f0ac9fd65c SHA256 b62d7776fa68a83ae4d0022ed8751eaeb731854f1172401f36095be012238a32
-DIST vpncwatch-1.7.tar.gz 16787 RMD160 4fda7f0a367dfc491b61478045988bc72e7075b6 SHA1 89804f015ba2b4be6eec367aa85514915e2ff4ad SHA256 e8860c1e6fc2ee26c25d5afb9b8447a9e7ece4db5b0191c64a968992aca3e682
-EBUILD vpncwatch-1.7.ebuild 755 RMD160 f0a39304649b53699d48d982ddd8b972fb74070f SHA1 ead4de7ac9ca363a07a0625727ae119a3e7d550e SHA256 f1eae5a3783bb07f6d8d899837ba026612439c579353378e66d3571968a200f2
-MISC ChangeLog 414 RMD160 f3335df7605ea3e77c39858d5c30bb556e33031f SHA1 f94242f99e1cfe38cbd2e7b291a96715a8f8ad07 SHA256 1b09e4143a5937057e7d3c07f90570a8de21437e9d1cf19f6b94d23d6acd09d7
-MISC metadata.xml 232 RMD160 41bffffb961727148daef212b9992fad30dde566 SHA1 3d45255c84d80853dd280f00ce8908ddb3422f82 SHA256 22061642727f60c4099404069205b5d165f64594f111efef9d1fd87276020e81
diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch b/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch
deleted file mode 100644
index f32e538ad..000000000
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile 2008-02-04 09:44:34.000000000 +0100
-+++ Makefile.new 2009-02-08 18:49:06.061291832 +0100
-@@ -10,7 +10,7 @@
- OBJS = vpncwatch.o proc.o net.o
-
- CC ?= gcc
--CFLAGS = -D_GNU_SOURCE -O2 -Wall -Werror
-+CFLAGS += -D_GNU_SOURCE
-
- vpncwatch: $(OBJS)
- $(CC) $(CFLAGS) -o $@ $(OBJS)
-@@ -13,7 +13,7 @@
- CFLAGS = -D_GNU_SOURCE -O2 -Wall -Werror
-
- vpncwatch: $(OBJS)
-- $(CC) $(CFLAGS) -o $@ $(OBJS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
-
- .c.o:
- $(CC) $(CFLAGS) -c -o $@ $<
-
diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch b/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch
deleted file mode 100644
index 91c3f5b28..000000000
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vpncwatch.c.orig 2009-02-08 17:03:14.296036582 +0100
-+++ vpncwatch.c 2009-02-08 17:02:56.932904474 +0100
-@@ -31,6 +31,7 @@
- #include <arpa/inet.h>
- #include <netdb.h>
- #include <errno.h>
-+#include <linux/limits.h>
-
-
- #include "vpncwatch.h"
-
diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch b/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch
deleted file mode 100644
index 2944464c0..000000000
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- net.c 2008-02-04 09:28:51.000000000 +0100
-+++ net.c.new 2009-02-08 17:13:31.188241104 +0100
-@@ -53,7 +53,7 @@
- /* get the server address */
- if (inet_pton(AF_INET, chkhost, &(chksock.sin_addr.s_addr)) <= 0) {
- if ((host = gethostbyname(chkhost)) == NULL) {
-- syslog(LOG_ERR, hstrerror(h_errno));
-+ syslog(LOG_ERR, "%s", hstrerror(h_errno));
- return 0;
- }
-
diff --git a/net-misc/vpncwatch/metadata.xml b/net-misc/vpncwatch/metadata.xml
deleted file mode 100644
index f66d74cf4..000000000
--- a/net-misc/vpncwatch/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
-
diff --git a/net-misc/vpncwatch/vpncwatch-1.7.ebuild b/net-misc/vpncwatch/vpncwatch-1.7.ebuild
deleted file mode 100644
index 0e4b06f3a..000000000
--- a/net-misc/vpncwatch/vpncwatch-1.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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"
- epatch "${FILESDIR}/${P}-literal.patch"
- epatch "${FILESDIR}/${P}-Makefile.patch"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "compilation failed"
-}
-
-src_install() {
- dobin ${PN} || die "failed to install ${PN}"
- dodoc README ChangeLog AUTHORS || die "doc install failed"
-}