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/dclib: ChangeLog dclib-0.3.11.ebuild
Date: Thu, 25 Oct 2007 12:52:42
Message-Id: E1Il2CS-0007gN-HG@stork.gentoo.org
1 armin76 07/10/25 12:52:36
2
3 Modified: ChangeLog
4 Added: dclib-0.3.11.ebuild
5 Log:
6 Version bump, bug #196137
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.86 net-p2p/dclib/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dclib/ChangeLog?rev=1.86&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dclib/ChangeLog?rev=1.86&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dclib/ChangeLog?r1=1.85&r2=1.86
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v
19 retrieving revision 1.85
20 retrieving revision 1.86
21 diff -u -r1.85 -r1.86
22 --- ChangeLog 11 Sep 2007 11:03:32 -0000 1.85
23 +++ ChangeLog 25 Oct 2007 12:52:35 -0000 1.86
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/dclib
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.85 2007/09/11 11:03:32 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.86 2007/10/25 12:52:35 armin76 Exp $
29 +
30 +*dclib-0.3.11 (25 Oct 2007)
31 +
32 + 25 Oct 2007; Raúl Porcel <armin76@g.o> +dclib-0.3.11.ebuild:
33 + Version bump, bug #196137
34
35 11 Sep 2007; Raúl Porcel <armin76@g.o>
36 -files/dclib-0.3.7-hashfix.patch, -dclib-0.3.7.ebuild,
37
38
39
40 1.1 net-p2p/dclib/dclib-0.3.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dclib/dclib-0.3.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dclib/dclib-0.3.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: dclib-0.3.11.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.11.ebuild,v 1.1 2007/10/25 12:52:35 armin76 Exp $
50
51 inherit eutils
52
53 DESCRIPTION="DirectConnect client library"
54 HOMEPAGE="http://sourceforge.net/projects/wxdcgui/"
55 SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2"
56 IUSE=""
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
60
61 DEPEND=">=app-arch/bzip2-1.0.2
62 >=dev-libs/libxml2-2.4.22"
63
64 src_install() {
65 emake DESTDIR=${D} install || die "emake install failed"
66 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
67 }
68
69
70
71 --
72 gentoo-commits@g.o mailing list