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/valknut: ChangeLog valknut-0.3.13.ebuild
Date: Sat, 19 Apr 2008 18:04:56
Message-Id: E1JnHQh-00048e-2v@stork.gentoo.org
1 armin76 08/04/19 18:04:51
2
3 Modified: ChangeLog
4 Added: valknut-0.3.13.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.56 net-p2p/valknut/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 4 Feb 2008 15:29:27 -0000 1.55
23 +++ ChangeLog 19 Apr 2008 18:04:50 -0000 1.56
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/valknut
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v 1.55 2008/02/04 15:29:27 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/ChangeLog,v 1.56 2008/04/19 18:04:50 armin76 Exp $
29 +
30 +*valknut-0.3.13 (19 Apr 2008)
31 +
32 + 19 Apr 2008; Raúl Porcel <armin76@g.o> +valknut-0.3.13.ebuild:
33 + Version bump
34
35 04 Feb 2008; Samuli Suominen <drac@g.o> -valknut-0.3.10.ebuild,
36 -valknut-0.3.11.ebuild, valknut-0.3.12.ebuild:
37
38
39
40 1.1 net-p2p/valknut/valknut-0.3.13.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/valknut-0.3.13.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/valknut/valknut-0.3.13.ebuild?rev=1.1&content-type=text/plain
44
45 Index: valknut-0.3.13.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-p2p/valknut/valknut-0.3.13.ebuild,v 1.1 2008/04/19 18:04:50 armin76 Exp $
50
51 inherit qt3
52
53 DESCRIPTION="Qt based client for DirectConnect"
54 HOMEPAGE="http://sourceforge.net/projects/wxdcgui/"
55 SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
60 IUSE="ssl"
61
62 RDEPEND="$(qt_min_version 3)
63 >=dev-libs/libxml2-2.4.22
64 ~net-p2p/dclib-${PV}
65 ssl? ( dev-libs/openssl )"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 src_compile() {
70 econf \
71 $(use_with ssl) \
72 --with-libdc=/usr \
73 --with-qt-dir=${QTDIR} \
74 || die "econf failed"
75 emake || die "emake failed"
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake install failed."
80 dodoc AUTHORS ChangeLog NEWS README TODO
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list