Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: ChangeLog wicd-1.5.6.ebuild
Date: Thu, 04 Dec 2008 14:18:32
Message-Id: E1L8F2E-0003Pj-KF@stork.gentoo.org
1 darkside 08/12/04 14:18:30
2
3 Modified: ChangeLog wicd-1.5.6.ebuild
4 Log:
5 upstream changed the distfile name, previous name was mistake (s/_/-)
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc6-wl-dirty x86_64)
7
8 Revision Changes Path
9 1.22 net-misc/wicd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 4 Dec 2008 14:10:23 -0000 1.21
22 +++ ChangeLog 4 Dec 2008 14:18:30 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-misc/wicd
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.21 2008/12/04 14:10:23 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.22 2008/12/04 14:18:30 darkside Exp $
28 +
29 + 04 Dec 2008; Jeremy Olexa <darkside@g.o> wicd-1.5.6.ebuild:
30 + upstream changed the distfile name, previous name was mistake (s/_/-)
31
32 *wicd-1.5.6 (04 Dec 2008)
33
34
35
36
37 1.2 net-misc/wicd/wicd-1.5.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.6.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.6.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.6.ebuild?r1=1.1&r2=1.2
42
43 Index: wicd-1.5.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.6.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- wicd-1.5.6.ebuild 4 Dec 2008 14:10:23 -0000 1.1
50 +++ wicd-1.5.6.ebuild 4 Dec 2008 14:18:30 -0000 1.2
51 @@ -1,14 +1,12 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.6.ebuild,v 1.1 2008/12/04 14:10:23 darkside Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.6.ebuild,v 1.2 2008/12/04 14:18:30 darkside Exp $
56
57 inherit distutils eutils
58
59 -MY_P=${P/-/_}
60 -
61 DESCRIPTION="A lightweight wired and wireless network manager for Linux"
62 HOMEPAGE="http://wicd.sourceforge.net/"
63 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
64 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
65
66 LICENSE="GPL-2"
67 SLOT="0"