Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libbinio: ChangeLog libbinio-1.4.ebuild
Date: Thu, 26 Dec 2013 14:51:45
Message-Id: 20131226145142.9A0C22004C@flycatcher.gentoo.org
1 maekke 13/12/26 14:51:42
2
3 Modified: ChangeLog libbinio-1.4.ebuild
4 Log:
5 arm stable, bug #489962
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.32 dev-cpp/libbinio/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libbinio/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libbinio/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libbinio/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 20 Jan 2013 09:55:56 -0000 1.31
23 +++ ChangeLog 26 Dec 2013 14:51:42 -0000 1.32
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-cpp/libbinio
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.31 2013/01/20 09:55:56 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.32 2013/12/26 14:51:42 maekke Exp $
29 +
30 + 26 Dec 2013; Markus Meier <maekke@g.o> libbinio-1.4.ebuild:
31 + arm stable, bug #489962
32
33 20 Jan 2013; Pacho Ramos <pacho@g.o> metadata.xml:
34 Cleanup fue retirement, bug #35242
35
36
37
38 1.21 dev-cpp/libbinio/libbinio-1.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild?rev=1.21&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild?rev=1.21&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild?r1=1.20&r2=1.21
43
44 Index: libbinio-1.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v
47 retrieving revision 1.20
48 retrieving revision 1.21
49 diff -u -r1.20 -r1.21
50 --- libbinio-1.4.ebuild 23 Dec 2011 00:48:16 -0000 1.20
51 +++ libbinio-1.4.ebuild 26 Dec 2013 14:51:42 -0000 1.21
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2011 Gentoo Foundation
54 +# Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.20 2011/12/23 00:48:16 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.21 2013/12/26 14:51:42 maekke Exp $
58
59 EAPI=4
60 inherit eutils
61 @@ -11,7 +11,7 @@
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 -KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
66 +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
67 IUSE="static-libs"
68
69 DOCS=( AUTHORS NEWS README )