Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/config_confd: ChangeLog config_confd-0.0.2.ebuild
Date: Sun, 23 Nov 2008 18:09:11
Message-Id: E1L4JOP-0000mj-Pj@stork.gentoo.org
1 patrick 08/11/23 18:09:09
2
3 Modified: ChangeLog config_confd-0.0.2.ebuild
4 Log:
5 Homepage fix
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.3 app-admin/config_confd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/config_confd/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/config_confd/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/config_confd/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/config_confd/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 9 Feb 2007 07:07:44 -0000 1.2
22 +++ ChangeLog 23 Nov 2008 18:09:09 -0000 1.3
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-admin/config_confd
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-admin/config_confd/ChangeLog,v 1.2 2007/02/09 07:07:44 flameeyes Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/config_confd/ChangeLog,v 1.3 2008/11/23 18:09:09 patrick Exp $
29 +
30 + 23 Nov 2008; Patrick Lauer <patrick@g.o> config_confd-0.0.2.ebuild:
31 + Homepage fix, SRC_URI still wrong
32
33 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
34 Regenerate digest in Manifest2 format.
35
36
37
38 1.3 app-admin/config_confd/config_confd-0.0.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/config_confd/config_confd-0.0.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/config_confd/config_confd-0.0.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/config_confd/config_confd-0.0.2.ebuild?r1=1.2&r2=1.3
43
44 Index: config_confd-0.0.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-admin/config_confd/config_confd-0.0.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- config_confd-0.0.2.ebuild 9 Jul 2005 21:35:58 -0000 1.2
51 +++ config_confd-0.0.2.ebuild 23 Nov 2008 18:09:09 -0000 1.3
52 @@ -1,9 +1,9 @@
53 -# Copyright 1999-2005 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-admin/config_confd/config_confd-0.0.2.ebuild,v 1.2 2005/07/09 21:35:58 swegener Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-admin/config_confd/config_confd-0.0.2.ebuild,v 1.3 2008/11/23 18:09:09 patrick Exp $
58
59 DESCRIPTION="Configuration editor for the /etc/conf.d files"
60 -HOMEPAGE="http://libconf.net/config_confd/"
61 +HOMEPAGE="http://www.damz.net/config_confd/"
62 SRC_URI="http://libconf.net/config_confd/download/${P}.tar.bz2"
63
64 SLOT="0"