Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/xcursor-themes: xcursor-themes-1.0.1.ebuild ChangeLog
Date: Wed, 28 May 2008 01:37:41
Message-Id: E1K1Abi-0000PM-LP@stork.gentoo.org
1 dberkholz 08/05/28 01:37:38
2
3 Modified: xcursor-themes-1.0.1.ebuild ChangeLog
4 Log:
5 Manually specify module to download from, so we can simplify the eclass.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.13 x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild?r1=1.12&r2=1.13
14
15 Index: xcursor-themes-1.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- xcursor-themes-1.0.1.ebuild 10 Sep 2006 18:25:23 -0000 1.12
22 +++ xcursor-themes-1.0.1.ebuild 28 May 2008 01:37:38 -0000 1.13
23 @@ -1,10 +1,11 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild,v 1.12 2006/09/10 18:25:23 the_paya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild,v 1.13 2008/05/28 01:37:38 dberkholz Exp $
29
30 # Must be before x-modular eclass is inherited
31 # SNAPSHOT="yes"
32
33 +MODULE="data"
34 inherit x-modular
35
36 DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds"
37
38
39
40 1.24 x11-themes/xcursor-themes/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-themes/ChangeLog?rev=1.24&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-themes/ChangeLog?rev=1.24&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-themes/ChangeLog?r1=1.23&r2=1.24
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v
49 retrieving revision 1.23
50 retrieving revision 1.24
51 diff -u -r1.23 -r1.24
52 --- ChangeLog 10 Sep 2006 18:25:23 -0000 1.23
53 +++ ChangeLog 28 May 2008 01:37:38 -0000 1.24
54 @@ -1,6 +1,10 @@
55 # ChangeLog for x11-themes/xcursor-themes
56 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.23 2006/09/10 18:25:23 the_paya Exp $
58 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.24 2008/05/28 01:37:38 dberkholz Exp $
60 +
61 + 28 May 2008; Donnie Berkholz <dberkholz@g.o>;
62 + xcursor-themes-1.0.1.ebuild:
63 + Manually specify module to download from, so we can simplify the eclass.
64
65 10 Sep 2006; Javier Villavicencio <the_paya@g.o>
66 xcursor-themes-1.0.1.ebuild:
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list