From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0B77139085 for ; Sat, 21 Jan 2017 21:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EBBCE0DA1; Sat, 21 Jan 2017 21:19:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD71CE0DA1 for ; Sat, 21 Jan 2017 21:19:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7792341692 for ; Sat, 21 Jan 2017 21:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 866CE2BBE for ; Sat, 21 Jan 2017 21:19:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1485033568.8ad8e928285b68606f7d9e4dcdfcba8092cb6e53.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vpncwatch/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch X-VCS-Directories: net-misc/vpncwatch/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8ad8e928285b68606f7d9e4dcdfcba8092cb6e53 X-VCS-Branch: master Date: Sat, 21 Jan 2017 21:19:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2df6b16-5470-4fcf-8a84-c840c0485c63 X-Archives-Hash: e4301a7a9c47db6e9c0790ac5c9f2e14 commit: 8ad8e928285b68606f7d9e4dcdfcba8092cb6e53 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Jan 16 18:12:02 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jan 21 21:19:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad8e928 net-misc/vpncwatch: remove unused patches. Closes: https://github.com/gentoo/gentoo/pull/3511 .../vpncwatch/files/vpncwatch-1.7-Makefile.patch | 21 --------------------- net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch | 11 ----------- .../vpncwatch/files/vpncwatch-1.7-literal.patch | 11 ----------- 3 files changed, 43 deletions(-) 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 f32e538..00000000 --- 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 91c3f5b..00000000 --- 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 - #include - #include -+#include - - - #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 2944464..00000000 --- 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; - } -