Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/cdargs: ChangeLog cdargs-1.35-r1.ebuild
Date: Wed, 05 Jan 2011 14:53:21
Message-Id: 20110105145303.A69DE20051@flycatcher.gentoo.org
1 jlec 11/01/05 14:53:03
2
3 Modified: ChangeLog cdargs-1.35-r1.ebuild
4 Log:
5 Corrected HOMEPAGE, #350561, thanks Martin Walch digging that out
6
7 (Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 app-misc/cdargs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 4 Jan 2011 21:55:29 -0000 1.19
23 +++ ChangeLog 5 Jan 2011 14:53:03 -0000 1.20
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-misc/cdargs
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.19 2011/01/04 21:55:29 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.20 2011/01/05 14:53:03 jlec Exp $
29 +
30 + 05 Jan 2011; Justin Lecher <jlec@g.o> cdargs-1.35-r1.ebuild:
31 + Corrected HOMEPAGE, #350561, thanks Martin Walch digging that out
32
33 04 Jan 2011; Markos Chandras <hwoarang@g.o> cdargs-1.35-r1.ebuild:
34 Stable on amd64 wrt bug #350562
35
36
37
38 1.6 app-misc/cdargs/cdargs-1.35-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild?r1=1.5&r2=1.6
43
44 Index: cdargs-1.35-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- cdargs-1.35-r1.ebuild 4 Jan 2011 21:55:29 -0000 1.5
51 +++ cdargs-1.35-r1.ebuild 5 Jan 2011 14:53:03 -0000 1.6
52 @@ -1,11 +1,11 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v 1.5 2011/01/04 21:55:29 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v 1.6 2011/01/05 14:53:03 jlec Exp $
57
58 inherit elisp-common
59
60 DESCRIPTION="Bookmarks and browser for the shell builtin cd command"
61 -HOMEPAGE="http://www.skamphausen.de/software/cdargs"
62 +HOMEPAGE="http://www.skamphausen.de/cgi-bin/ska/CDargs"
63 SRC_URI="http://www.skamphausen.de/software/${PN}/${P}.tar.gz"
64
65 LICENSE="GPL-2"