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 4B00D139085 for ; Sun, 15 Jan 2017 10:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B19CE0D86; Sun, 15 Jan 2017 10:25:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 79491E0D86 for ; Sun, 15 Jan 2017 10:25:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9B3443409C1 for ; Sun, 15 Jan 2017 10:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 441D127CD for ; Sun, 15 Jan 2017 10:25:27 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484475842.33a378ca030ce05c55ebb3e63cc6808bd59c9c36.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-epgsync/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.2-include.patch media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.3-Makefile.diff X-VCS-Directories: media-plugins/vdr-epgsync/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 33a378ca030ce05c55ebb3e63cc6808bd59c9c36 X-VCS-Branch: master Date: Sun, 15 Jan 2017 10:25:27 +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: 0aa2cf0c-243f-47bf-90af-adbe0177d84c X-Archives-Hash: e50e91d6c7cb41563f80c9e2a748ab3c commit: 33a378ca030ce05c55ebb3e63cc6808bd59c9c36 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Thu Jan 5 18:35:49 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 15 10:24:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a378ca media-plugins/vdr-epgsync: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3338 .../vdr-epgsync/files/vdr-epgsync-0.0.2-include.patch | 12 ------------ .../vdr-epgsync/files/vdr-epgsync-0.0.3-Makefile.diff | 11 ----------- 2 files changed, 23 deletions(-) diff --git a/media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.2-include.patch b/media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.2-include.patch deleted file mode 100644 index 682d05e..00000000 --- a/media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.2-include.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr epgsync-0.0.1.orig/thread.h epgsync-0.0.1/thread.h ---- epgsync-0.0.1.orig/thread.h 2006-07-15 14:15:48.000000000 +0200 -+++ epgsync-0.0.1/thread.h 2006-07-25 20:08:30.039828500 +0200 -@@ -10,7 +10,7 @@ - #include - #include - #include --#include "../svdrpservice/svdrpservice.h" -+#include - - class cEpgSyncThread: public cThread { - private: diff --git a/media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.3-Makefile.diff b/media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.3-Makefile.diff deleted file mode 100644 index 6f109d3..00000000 --- a/media-plugins/vdr-epgsync/files/vdr-epgsync-0.0.3-Makefile.diff +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur epgsync-0.0.3.orig/Makefile epgsync-0.0.3/Makefile ---- epgsync-0.0.3.orig/Makefile 2009-02-23 22:15:57.000000000 +0100 -+++ epgsync-0.0.3/Makefile 2009-02-23 22:16:15.000000000 +0100 -@@ -34,7 +34,7 @@ - APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h) - - ### Test whether VDR has locale support --VDRLOCALE = $(shell grep '^LOCALEDIR' $(VDRDIR)/Makefile) -+VDRLOCALE = $(shell grep '^LOCDIR' $(VDRDIR)/Make.config) - - ### The name of the distribution archive: