Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/linuxdcpp: linuxdcpp-1.0.1.ebuild ChangeLog
Date: Fri, 02 May 2008 16:07:23
Message-Id: E1Jrxn6-00058q-G8@stork.gentoo.org
1 armin76 08/05/02 16:07:20
2
3 Modified: linuxdcpp-1.0.1.ebuild ChangeLog
4 Log:
5 Fix SRC_URI, bug #218657
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild?r1=1.4&r2=1.5
14
15 Index: linuxdcpp-1.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- linuxdcpp-1.0.1.ebuild 29 Feb 2008 20:29:56 -0000 1.4
22 +++ linuxdcpp-1.0.1.ebuild 2 May 2008 16:07:19 -0000 1.5
23 @@ -1,13 +1,12 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v 1.4 2008/02/29 20:29:56 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v 1.5 2008/05/02 16:07:19 armin76 Exp $
28
29 inherit eutils
30
31 DESCRIPTION="Direct connect client, looks and works like famous DC++"
32 HOMEPAGE="http://linuxdcpp.berlios.de"
33 -SRC_URI="ftp://ftp.berlios.de/pub/${PN}/${P}.tar.bz2
34 - mirror://gentoo/${P}.tar.bz2"
35 +SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="amd64 x86 ~x86-fbsd"
39
40
41
42 1.25 net-p2p/linuxdcpp/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.25&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.25&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?r1=1.24&r2=1.25
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v
51 retrieving revision 1.24
52 retrieving revision 1.25
53 diff -u -r1.24 -r1.25
54 --- ChangeLog 29 Feb 2008 20:29:56 -0000 1.24
55 +++ ChangeLog 2 May 2008 16:07:19 -0000 1.25
56 @@ -1,6 +1,9 @@
57 # ChangeLog for net-p2p/linuxdcpp
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.24 2008/02/29 20:29:56 carlo Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.25 2008/05/02 16:07:19 armin76 Exp $
61 +
62 + 02 May 2008; Raúl Porcel <armin76@g.o> linuxdcpp-1.0.1.ebuild:
63 + Fix SRC_URI, bug #218657
64
65 29 Feb 2008; Carsten Lohrke <carlo@g.o> linuxdcpp-1.0.1.ebuild,
66 linuxdcpp-9999.ebuild:
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list