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-proto/scrnsaverproto: scrnsaverproto-1.2.0.ebuild ChangeLog
Date: Sat, 03 Oct 2009 15:54:14
Message-Id: E1Mu6vz-0000qi-Jq@stork.gentoo.org
1 scarabeus 09/10/03 15:54:11
2
3 Modified: scrnsaverproto-1.2.0.ebuild ChangeLog
4 Log:
5 Dep cleanup.
6 (Portage version: 2.2_rc41/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: scrnsaverproto-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- scrnsaverproto-1.2.0.ebuild 19 Sep 2009 09:32:20 -0000 1.1
22 +++ scrnsaverproto-1.2.0.ebuild 3 Oct 2009 15:54:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild,v 1.1 2009/09/19 09:32:20 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild,v 1.2 2009/10/03 15:54:11 scarabeus Exp $
28
29 EAPI="2"
30
31 @@ -14,7 +14,4 @@
32 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
33 IUSE=""
34
35 -RDEPEND=""
36 -DEPEND="${RDEPEND}
37 - !<x11-libs/libXScrnSaver-1.2
38 - >=x11-misc/util-macros-1.2"
39 +RDEPEND="!<x11-libs/libXScrnSaver-1.2"
40
41
42
43 1.27 x11-proto/scrnsaverproto/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog?rev=1.27&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog?rev=1.27&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog?r1=1.26&r2=1.27
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog,v
52 retrieving revision 1.26
53 retrieving revision 1.27
54 diff -u -r1.26 -r1.27
55 --- ChangeLog 19 Sep 2009 09:32:20 -0000 1.26
56 +++ ChangeLog 3 Oct 2009 15:54:11 -0000 1.27
57 @@ -1,6 +1,10 @@
58 # ChangeLog for x11-proto/scrnsaverproto
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog,v 1.26 2009/09/19 09:32:20 remi Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog,v 1.27 2009/10/03 15:54:11 scarabeus Exp $
62 +
63 + 03 Oct 2009; Tomáš Chvátal <scarabeus@g.o>
64 + scrnsaverproto-1.2.0.ebuild:
65 + Dep cleanup.
66
67 *scrnsaverproto-1.2.0 (19 Sep 2009)