Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libquvi/files: libquvi-0.9.1-headers-reinstall.patch
Date: Wed, 22 May 2013 09:11:51
Message-Id: 20130522091143.730292171E@flycatcher.gentoo.org
1 radhermit 13/05/22 09:11:43
2
3 Added: libquvi-0.9.1-headers-reinstall.patch
4 Log:
5 Version bump, update to EAPI 5, and add subslot.
6
7 (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 media-libs/libquvi/files/libquvi-0.9.1-headers-reinstall.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi/files/libquvi-0.9.1-headers-reinstall.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi/files/libquvi-0.9.1-headers-reinstall.patch?rev=1.1&content-type=text/plain
14
15 Index: libquvi-0.9.1-headers-reinstall.patch
16 ===================================================================
17 --- libquvi-0.9.1/src/quvi-0.9/quvi/Makefile.am
18 +++ libquvi-0.9.1/src/quvi-0.9/quvi/Makefile.am
19 @@ -16,12 +16,4 @@
20 qsupp.h\
21 qversion.h
22
23 -install-data-local:
24 - @if test -f $(libquvisubincludedir)/qfunc.h ; then \
25 - echo "** Old headers found in $(libquvisubincludedir). You should" ; \
26 - echo "** remove the contents of this directory and type 'make " ; \
27 - echo "** install' again." ; \
28 - false ; \
29 - fi
30 -
31 # vim: set ts=2 sw=2 tw=72 expandtab: