Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: ChangeLog libnatpmp-20110715-r1.ebuild
Date: Wed, 03 Aug 2011 08:55:25
Message-Id: 20110803085515.D507A2004C@flycatcher.gentoo.org
1 blueness 11/08/03 08:55:15
2
3 Modified: ChangeLog libnatpmp-20110715-r1.ebuild
4 Log:
5 Fix HOMEPAGE
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-libs/libnatpmp/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 23 Jul 2011 15:17:49 -0000 1.3
23 +++ ChangeLog 3 Aug 2011 08:55:15 -0000 1.4
24 @@ -1,5 +1,9 @@
25
26
27 + 03 Aug 2011; Anthony G. Basile <blueness@g.o>
28 + libnatpmp-20110715-r1.ebuild:
29 + Fix HOMEPAGE
30 +
31 23 Jul 2011; Anthony G. Basile <blueness@g.o>
32 -libnatpmp-20110715.ebuild, libnatpmp-20110715-r1.ebuild:
33 Removed old version and added docs
34
35
36
37 1.3 net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild?r1=1.2&r2=1.3
42
43 Index: libnatpmp-20110715-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- libnatpmp-20110715-r1.ebuild 23 Jul 2011 15:17:49 -0000 1.2
50 +++ libnatpmp-20110715-r1.ebuild 3 Aug 2011 08:55:15 -0000 1.3
51 @@ -1,13 +1,13 @@
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v 1.2 2011/07/23 15:17:49 blueness Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v 1.3 2011/08/03 08:55:15 blueness Exp $
56
57 EAPI=4
58
59 inherit eutils
60
61 DESCRIPTION="An alternative protocol to UPnP IGD specification."
62 -HOMEPAGE="http://miniupnp.free.fr/nat-pmp.html"
63 +HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html"
64 SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz"
65
66 LICENSE="BSD"