Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xtrans: xtrans-1.3.4.ebuild ChangeLog
Date: Fri, 23 May 2014 17:48:44
Message-Id: 20140523174841.3161B2004C@flycatcher.gentoo.org
1 chithanh 14/05/23 17:48:41
2
3 Modified: ChangeLog
4 Added: xtrans-1.3.4.ebuild
5 Log:
6 Version bump. Remove old.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.111 x11-libs/xtrans/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?rev=1.111&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?rev=1.111&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?r1=1.110&r2=1.111
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v
20 retrieving revision 1.110
21 retrieving revision 1.111
22 diff -u -r1.110 -r1.111
23 --- ChangeLog 19 Apr 2014 17:47:48 -0000 1.110
24 +++ ChangeLog 23 May 2014 17:48:40 -0000 1.111
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/xtrans
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.110 2014/04/19 17:47:48 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.111 2014/05/23 17:48:40 chithanh Exp $
30 +
31 +*xtrans-1.3.4 (23 May 2014)
32 +
33 + 23 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xtrans-1.3.4.ebuild:
35 + Version bump. Remove old.
36
37 19 Apr 2014; Agostino Sarubbo <ago@g.o> xtrans-1.3.3.ebuild:
38 Stable for sparc, wrt bug #500368
39
40
41
42 1.1 x11-libs/xtrans/xtrans-1.3.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/xtrans-1.3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/xtrans-1.3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xtrans-1.3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.3.4.ebuild,v 1.1 2014/05/23 17:48:40 chithanh Exp $
52
53 EAPI=5
54
55 XORG_PACKAGE_NAME="lib${PN}"
56 # this package just installs some .c and .h files, no libraries
57 XORG_STATIC=no
58 XORG_DOC=doc
59 inherit xorg-2
60
61 DESCRIPTION="X.Org xtrans library"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}"
67
68 src_configure() {
69 XORG_CONFIGURE_OPTIONS=(
70 $(use_enable doc docs)
71 $(use_with doc xmlto)
72 --without-fop
73 )
74 xorg-2_src_configure
75 }