Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/blahtexml: ChangeLog blahtexml-0.9.ebuild
Date: Thu, 26 Dec 2013 14:40:49
Message-Id: 20131226144045.F36832004E@flycatcher.gentoo.org
1 hasufell 13/12/26 14:40:45
2
3 Modified: ChangeLog blahtexml-0.9.ebuild
4 Log:
5 respect PKG_CONFIG wrt #478514, add ~x86
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 app-text/blahtexml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/blahtexml/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/blahtexml/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/blahtexml/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/blahtexml/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 Jul 2013 11:45:01 -0000 1.1
23 +++ ChangeLog 26 Dec 2013 14:40:45 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/blahtexml
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/ChangeLog,v 1.1 2013/07/10 11:45:01 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/ChangeLog,v 1.2 2013/12/26 14:40:45 hasufell Exp $
29 +
30 + 26 Dec 2013; Julian Ospald <hasufell@g.o> blahtexml-0.9.ebuild,
31 + files/blahtexml-0.9-Makefile.patch:
32 + respect PKG_CONFIG wrt #478514, add ~x86
33
34 *blahtexml-0.9 (10 Jul 2013)
35
36
37
38
39 1.2 app-text/blahtexml/blahtexml-0.9.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild?r1=1.1&r2=1.2
44
45 Index: blahtexml-0.9.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- blahtexml-0.9.ebuild 10 Jul 2013 11:45:01 -0000 1.1
52 +++ blahtexml-0.9.ebuild 26 Dec 2013 14:40:45 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild,v 1.1 2013/07/10 11:45:01 mrueg Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild,v 1.2 2013/12/26 14:40:45 hasufell Exp $
58
59 EAPI=5
60
61 @@ -12,7 +12,7 @@
62
63 LICENSE="BSD CC-BY-3.0 ZLIB"
64 SLOT="0"
65 -KEYWORDS="~amd64"
66 +KEYWORDS="~amd64 ~x86"
67 IUSE="doc"
68
69 RDEPEND="dev-libs/xerces-c"