Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvisio: libvisio-0.1.0.ebuild ChangeLog
Date: Mon, 02 Feb 2015 14:46:23
Message-Id: 20150202144618.BCC9D10E67@oystercatcher.gentoo.org
1 jer 15/02/02 14:46:18
2
3 Modified: libvisio-0.1.0.ebuild ChangeLog
4 Log:
5 Marked ~hppa (bug #538520).
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 media-libs/libvisio/libvisio-0.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: libvisio-0.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libvisio-0.1.0.ebuild 10 Oct 2014 20:23:36 -0000 1.2
23 +++ libvisio-0.1.0.ebuild 2 Feb 2015 14:46:18 -0000 1.3
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-0.1.0.ebuild,v 1.2 2014/10/10 20:23:36 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.0.ebuild,v 1.3 2015/02/02 14:46:18 jer Exp $
30
31 EAPI=5
32
33 @@ -15,7 +15,7 @@
34 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
35 SLOT="0"
36 [[ ${PV} == 9999 ]] || \
37 -KEYWORDS="~amd64 ~arm ~x86"
38 +KEYWORDS="~amd64 ~arm ~hppa ~x86"
39 IUSE="doc static-libs"
40
41 RDEPEND="
42
43
44
45 1.59 media-libs/libvisio/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.59&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.59&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.58&r2=1.59
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
54 retrieving revision 1.58
55 retrieving revision 1.59
56 diff -u -r1.58 -r1.59
57 --- ChangeLog 10 Oct 2014 20:23:36 -0000 1.58
58 +++ ChangeLog 2 Feb 2015 14:46:18 -0000 1.59
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/libvisio
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.58 2014/10/10 20:23:36 maekke Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.59 2015/02/02 14:46:18 jer Exp $
65 +
66 + 02 Feb 2015; Jeroen Roovers <jer@g.o> libvisio-0.1.0.ebuild:
67 + Marked ~hppa (bug #538520).
68
69 10 Oct 2014; Markus Meier <maekke@g.o> libvisio-0.1.0.ebuild:
70 add ~arm, bug #520692