Gentoo Archives: gentoo-commits

From: Cyprien Nicolas <c.nicolas+gentoo@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/hop/files/, dev-scheme/hop/
Date: Tue, 05 Jun 2012 10:03:32
Message-Id: 1338890589.626297c803135169d4aa7175f8c2248cb27f7a4f.fulax@gentoo
1 commit: 626297c803135169d4aa7175f8c2248cb27f7a4f
2 Author: Cyprien Nicolas (fulax) <c.nicolas+gentoo <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 5 10:03:09 2012 +0000
4 Commit: Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 5 10:03:09 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=626297c8
7
8 dev-scheme/hop: Remove avahi patch which was merged upstream
9
10 (Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 .../hop/files/hop-2.3.0-enable-avahi-support.patch | 12 ------------
14 dev-scheme/hop/hop-2.3.0.ebuild | 1 -
15 2 files changed, 0 insertions(+), 13 deletions(-)
16
17 diff --git a/dev-scheme/hop/files/hop-2.3.0-enable-avahi-support.patch b/dev-scheme/hop/files/hop-2.3.0-enable-avahi-support.patch
18 deleted file mode 100644
19 index 629059a..0000000
20 --- a/dev-scheme/hop/files/hop-2.3.0-enable-avahi-support.patch
21 +++ /dev/null
22 @@ -1,12 +0,0 @@
23 ---- hop-2.3.0-pre1/configure.orig 2012-03-19 18:52:12.000000000 +0100
24 -+++ hop-2.3.0-pre1/configure 2012-03-22 11:03:05.000000000 +0100
25 -@@ -254,6 +254,9 @@
26 - --disable-ssl)
27 - ssl=no;;
28 -
29 -+ --enable-avahi)
30 -+ avahi=yes;;
31 -+
32 - --disable-avahi)
33 - avahi=no;;
34 -
35
36 diff --git a/dev-scheme/hop/hop-2.3.0.ebuild b/dev-scheme/hop/hop-2.3.0.ebuild
37 index f45d25b..5bfd99a 100644
38 --- a/dev-scheme/hop/hop-2.3.0.ebuild
39 +++ b/dev-scheme/hop/hop-2.3.0.ebuild
40 @@ -30,7 +30,6 @@ pkg_setup() {
41 }
42
43 src_prepare() {
44 - epatch "${FILESDIR}/${P}-enable-avahi-support.patch"
45 epatch_user
46 }