Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvisio: libvisio-9999.ebuild ChangeLog
Date: Wed, 04 Feb 2015 14:37:13
Message-Id: 20150204143708.2D3B1110AC@oystercatcher.gentoo.org
1 mgorny 15/02/04 14:37:08
2
3 Modified: libvisio-9999.ebuild ChangeLog
4 Log:
5 Forward-port changes to -9999.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.21 media-libs/libvisio/libvisio-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?r1=1.20&r2=1.21
15
16 Index: libvisio-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- libvisio-9999.ebuild 14 Sep 2014 09:21:44 -0000 1.20
23 +++ libvisio-9999.ebuild 4 Feb 2015 14:37:08 -0000 1.21
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/media-libs/libvisio/libvisio-9999.ebuild,v 1.20 2014/09/14 09:21:44 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.21 2015/02/04 14:37:08 mgorny Exp $
30
31 EAPI=5
32
33 @@ -15,8 +15,8 @@
34 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
35 SLOT="0"
36 [[ ${PV} == 9999 ]] || \
37 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
38 -IUSE="doc static-libs"
39 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
40 +IUSE="doc static-libs test"
41
42 RDEPEND="
43 dev-libs/icu:=
44 @@ -30,6 +30,7 @@
45 sys-devel/libtool
46 virtual/pkgconfig
47 doc? ( app-doc/doxygen )
48 + test? ( dev-util/cppunit )
49 "
50
51 src_prepare() {
52 @@ -43,7 +44,8 @@
53 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
54 $(use_enable static-libs static) \
55 --disable-werror \
56 - $(use_with doc docs)
57 + $(use_with doc docs) \
58 + $(use_enable test tests)
59 }
60
61 src_install() {
62
63
64
65 1.61 media-libs/libvisio/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.61&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.61&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.60&r2=1.61
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
74 retrieving revision 1.60
75 retrieving revision 1.61
76 diff -u -r1.60 -r1.61
77 --- ChangeLog 4 Feb 2015 09:15:48 -0000 1.60
78 +++ ChangeLog 4 Feb 2015 14:37:08 -0000 1.61
79 @@ -1,6 +1,9 @@
80 # ChangeLog for media-libs/libvisio
81 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.60 2015/02/04 09:15:48 mgorny Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.61 2015/02/04 14:37:08 mgorny Exp $
84 +
85 + 04 Feb 2015; Michał Górny <mgorny@g.o> libvisio-9999.ebuild:
86 + Forward-port changes to -9999.
87
88 *libvisio-0.1.1 (04 Feb 2015)