Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission-remote-gtk/files/
Date: Sun, 29 Jan 2017 17:30:01
Message-Id: 1485710989.2f4fc1005dadc657b2d37a8faade1e1a1fd7cd88.kensington@gentoo
1 commit: 2f4fc1005dadc657b2d37a8faade1e1a1fd7cd88
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 27 15:46:17 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 17:29:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4fc100
7
8 net-p2p/transmission-remote-gtk: remove unused patch
9
10 ...transmission-remote-gtk-1.1-PKG_PROG_PKG_CONFIG.patch | 16 ----------------
11 1 file changed, 16 deletions(-)
12
13 diff --git a/net-p2p/transmission-remote-gtk/files/transmission-remote-gtk-1.1-PKG_PROG_PKG_CONFIG.patch b/net-p2p/transmission-remote-gtk/files/transmission-remote-gtk-1.1-PKG_PROG_PKG_CONFIG.patch
14 deleted file mode 100644
15 index 5f78c52..00000000
16 --- a/net-p2p/transmission-remote-gtk/files/transmission-remote-gtk-1.1-PKG_PROG_PKG_CONFIG.patch
17 +++ /dev/null
18 @@ -1,16 +0,0 @@
19 -This is required when passing --without-libnotify because otherwise the first call to
20 -PKG_CHECK_MODULES is not called and the ./configure will bail out.
21 -
22 -http://bugs.gentoo.org/435586
23 -http://code.google.com/p/transmission-remote-gtk/issues/detail?id=216
24 -
25 ---- configure.ac
26 -+++ configure.ac
27 -@@ -34,6 +34,7 @@
28 - AC_PROG_INSTALL
29 - LT_INIT
30 - IT_PROG_INTLTOOL([0.35.0])
31 -+PKG_PROG_PKG_CONFIG
32 -
33 - AC_CHECK_HEADERS([stdlib.h string.h])
34 - AC_TYPE_SIZE_T