Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mupdf: mupdf-1.5-r1.ebuild ChangeLog
Date: Thu, 26 Feb 2015 13:35:36
Message-Id: 20150226133532.9D6A512987@oystercatcher.gentoo.org
1 xmw 15/02/26 13:35:32
2
3 Modified: mupdf-1.5-r1.ebuild ChangeLog
4 Log:
5 Drop COPYING and force /usr/share/doc/${PF} (thanks Roger, bug 526508)
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.2 app-text/mupdf/mupdf-1.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-1.5-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-1.5-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-1.5-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: mupdf-1.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.5-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mupdf-1.5-r1.ebuild 10 Oct 2014 13:50:49 -0000 1.1
23 +++ mupdf-1.5-r1.ebuild 26 Feb 2015 13:35:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.5-r1.ebuild,v 1.1 2014/10/10 13:50:49 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.5-r1.ebuild,v 1.2 2015/02/26 13:35:32 xmw Exp $
30
31 EAPI=5
32
33 @@ -66,6 +66,7 @@
34 -e "1ibuild = debug" \
35 -e "1iprefix = ${ED}usr" \
36 -e "1ilibdir = ${ED}usr/$(get_libdir)" \
37 + -e "1idocdir = ${ED}usr/share/doc/${PF}" \
38 -e "1iHAVE_X11 = $(usex X)" \
39 -e "1iWANT_OPENSSL = $(usex openssl)" \
40 -e "1iWANT_CURL = $(usex curl)" \
41 @@ -87,7 +88,7 @@
42 -e "/^MUPDF_LIB :=/s:=.*:= \$(OUT)/${my_soname}:" \
43 -e "\$a\$(MUPDF_JS_NONE_LIB):" \
44 -e "\$a\\\t\$(QUIET_LINK) \$(CC) \$(LDFLAGS) --shared -Wl,-soname -Wl,${my_soname_js_none} -Wl,--no-undefined -o \$@ \$^ \$(LIBS)" \
45 - -e "/^MUPDF_JS_NONE_LIB :=/s:=.*:= \$(OUT)/${my_soname_js_none}:" \
46 + -e "/install/s: COPYING : :" \
47 -i Makefile || die
48 }
49
50
51
52
53 1.114 app-text/mupdf/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?rev=1.114&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?rev=1.114&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?r1=1.113&r2=1.114
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v
62 retrieving revision 1.113
63 retrieving revision 1.114
64 diff -u -r1.113 -r1.114
65 --- ChangeLog 30 Dec 2014 19:50:30 -0000 1.113
66 +++ ChangeLog 26 Feb 2015 13:35:32 -0000 1.114
67 @@ -1,6 +1,9 @@
68 # ChangeLog for app-text/mupdf
69 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.113 2014/12/30 19:50:30 maekke Exp $
71 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.114 2015/02/26 13:35:32 xmw Exp $
73 +
74 + 26 Feb 2015; Michael Weber <xmw@g.o> mupdf-1.5-r1.ebuild:
75 + Drop COPYING and force /usr/share/doc/${PF} (thanks Roger, bug 526508)
76
77 30 Dec 2014; Markus Meier <maekke@g.o> mupdf-1.4-r1.ebuild:
78 arm stable, bug #533504