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/xeyes: xeyes-1.1.1.ebuild ChangeLog
Date: Sat, 27 Nov 2010 03:02:40
Message-Id: 20101127021014.C269120054@flycatcher.gentoo.org
1 scarabeus 10/11/27 02:10:14
2
3 Modified: ChangeLog
4 Added: xeyes-1.1.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.26 x11-apps/xeyes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xeyes/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xeyes/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xeyes/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 17 Oct 2010 03:39:05 -0000 1.25
24 +++ ChangeLog 27 Nov 2010 02:10:13 -0000 1.26
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-apps/xeyes
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.25 2010/10/17 03:39:05 leio Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.26 2010/11/27 02:10:13 scarabeus Exp $
30 +
31 +*xeyes-1.1.1 (27 Nov 2010)
32 +
33 + 27 Nov 2010; Tomáš Chvátal <scarabeus@g.o> +xeyes-1.1.1.ebuild:
34 + Version bump
35
36 17 Oct 2010; Mart Raudsepp <leio@g.o> -xeyes-1.0.1.ebuild:
37 Remove old
38
39
40
41 1.1 x11-apps/xeyes/xeyes-1.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xeyes/xeyes-1.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xeyes/xeyes-1.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xeyes-1.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-1.1.1.ebuild,v 1.1 2010/11/27 02:10:11 scarabeus Exp $
51
52 EAPI=3
53
54 inherit xorg-2
55
56 DESCRIPTION="X.Org xeyes application"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
58 IUSE=""
59 RDEPEND="x11-libs/libX11
60 x11-libs/libXt
61 x11-libs/libXext
62 x11-libs/libXmu
63 x11-libs/libXrender"
64 DEPEND="${RDEPEND}"
65
66 CONFIGURE_OPTIONS="--with-xrender"