Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xauth: ChangeLog xauth-1.0.4.ebuild
Date: Sat, 03 Oct 2009 11:27:02
Message-Id: E1Mu2lQ-0002bG-Ji@stork.gentoo.org
1 scarabeus 09/10/03 11:27:00
2
3 Modified: ChangeLog
4 Added: xauth-1.0.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.51 x11-apps/xauth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 23 Jun 2009 19:23:51 -0000 1.50
23 +++ ChangeLog 3 Oct 2009 11:27:00 -0000 1.51
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-apps/xauth
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.50 2009/06/23 19:23:51 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.51 2009/10/03 11:27:00 scarabeus Exp $
29 +
30 +*xauth-1.0.4 (03 Oct 2009)
31 +
32 + 03 Oct 2009; Tomáš Chvátal <scarabeus@g.o> +xauth-1.0.4.ebuild:
33 + Version bump.
34
35 23 Jun 2009; Tobias Klausmann <klausman@g.o> xauth-1.0.3.ebuild:
36 Stable on alpha for xorg-server-1.5/xorg-x11-7.4
37
38
39
40 1.1 x11-apps/xauth/xauth-1.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xauth-1.0.4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.4.ebuild,v 1.1 2009/10/03 11:27:00 scarabeus Exp $
50
51 # Must be before x-modular eclass is inherited
52 #SNAPSHOT="yes"
53
54 inherit x-modular
55
56 DESCRIPTION="X authority file utility"
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="ipv6"
60
61 RDEPEND="x11-libs/libX11
62 x11-libs/libXau
63 x11-libs/libXext
64 x11-libs/libXmu"
65 DEPEND="${RDEPEND}"
66
67 pkg_setup() {
68 CONFIGURE_OPTIONS="$(use_enable ipv6)"
69 }