Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xtrans: xtrans-1.3.3.ebuild ChangeLog xtrans-1.3.2.ebuild
Date: Tue, 28 Jan 2014 04:52:10
Message-Id: 20140128045204.AF9092004C@flycatcher.gentoo.org
1 mattst88 14/01/28 04:52:04
2
3 Modified: ChangeLog
4 Added: xtrans-1.3.3.ebuild
5 Removed: xtrans-1.3.2.ebuild
6 Log:
7 Version bump to 1.3.3.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
10
11 Revision Changes Path
12 1.102 x11-libs/xtrans/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?rev=1.102&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?rev=1.102&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?r1=1.101&r2=1.102
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v
21 retrieving revision 1.101
22 retrieving revision 1.102
23 diff -u -r1.101 -r1.102
24 --- ChangeLog 8 Nov 2013 05:43:29 -0000 1.101
25 +++ ChangeLog 28 Jan 2014 04:52:04 -0000 1.102
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/xtrans
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.101 2013/11/08 05:43:29 mattst88 Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.102 2014/01/28 04:52:04 mattst88 Exp $
32 +
33 +*xtrans-1.3.3 (28 Jan 2014)
34 +
35 + 28 Jan 2014; Matt Turner <mattst88@g.o> +xtrans-1.3.3.ebuild,
36 + -xtrans-1.3.2.ebuild:
37 + Version bump to 1.3.3.
38
39 *xtrans-1.3.2 (08 Nov 2013)
40
41
42
43
44 1.1 x11-libs/xtrans/xtrans-1.3.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/xtrans-1.3.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/xtrans-1.3.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xtrans-1.3.3.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.3.3.ebuild,v 1.1 2014/01/28 04:52:04 mattst88 Exp $
54
55 EAPI=5
56
57 XORG_PACKAGE_NAME="lib${PN}"
58 # this package just installs some .c and .h files, no libraries
59 XORG_STATIC=no
60 XORG_DOC=doc
61 inherit xorg-2
62
63 DESCRIPTION="X.Org xtrans library"
64 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"
65 IUSE=""
66
67 RDEPEND=""
68 DEPEND="${RDEPEND}"
69
70 pkg_setup() {
71 XORG_CONFIGURE_OPTIONS=(
72 $(use_enable doc docs)
73 $(use_with doc xmlto)
74 --without-fop
75 )
76 }