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.0.ebuild ChangeLog
Date: Fri, 01 Nov 2013 03:08:34
Message-Id: 20131101030826.DF87120035@flycatcher.gentoo.org
1 mattst88 13/11/01 03:08:26
2
3 Modified: ChangeLog
4 Added: xtrans-1.3.0.ebuild
5 Log:
6 Version bump to xtrans-1.3.0.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
9
10 Revision Changes Path
11 1.100 x11-libs/xtrans/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?rev=1.100&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?rev=1.100&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/ChangeLog?r1=1.99&r2=1.100
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v
20 retrieving revision 1.99
21 retrieving revision 1.100
22 diff -u -r1.99 -r1.100
23 --- ChangeLog 21 Feb 2013 17:35:06 -0000 1.99
24 +++ ChangeLog 1 Nov 2013 03:08:26 -0000 1.100
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/xtrans
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.99 2013/02/21 17:35:06 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.100 2013/11/01 03:08:26 mattst88 Exp $
30 +
31 +*xtrans-1.3.0 (01 Nov 2013)
32 +
33 + 01 Nov 2013; Matt Turner <mattst88@g.o> +xtrans-1.3.0.ebuild:
34 + Version bump to xtrans-1.3.0.
35
36 21 Feb 2013; Zac Medico <zmedico@g.o> xtrans-1.2.7.ebuild:
37 Add ~arm-linux keyword.
38
39
40
41 1.1 x11-libs/xtrans/xtrans-1.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/xtrans-1.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xtrans/xtrans-1.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xtrans-1.3.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.3.0.ebuild,v 1.1 2013/11/01 03:08:26 mattst88 Exp $
51
52 EAPI=5
53
54 XORG_EAUTORECONF=yes
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 pkg_setup() {
69 XORG_CONFIGURE_OPTIONS=(
70 $(use_enable doc docs)
71 $(use_with doc xmlto)
72 --without-fop
73 )
74 }