Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/ncdc: ncdc-1.18.ebuild ChangeLog
Date: Wed, 02 Oct 2013 18:34:38
Message-Id: 20131002183434.E39C52004C@flycatcher.gentoo.org
1 xmw 13/10/02 18:34:34
2
3 Modified: ChangeLog
4 Added: ncdc-1.18.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.41 net-p2p/ncdc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 23 Jun 2013 21:32:34 -0000 1.40
24 +++ ChangeLog 2 Oct 2013 18:34:34 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-p2p/ncdc
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.40 2013/06/23 21:32:34 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.41 2013/10/02 18:34:34 xmw Exp $
30 +
31 +*ncdc-1.18 (02 Oct 2013)
32 +
33 + 02 Oct 2013; Michael Weber <xmw@g.o> +ncdc-1.18.ebuild:
34 + Version bump.
35
36 23 Jun 2013; Michael Weber <xmw@g.o> ncdc-1.16.1.ebuild,
37 ncdc-1.17.ebuild, ncdc-9999.ebuild:
38
39
40
41 1.1 net-p2p/ncdc/ncdc-1.18.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ncdc-1.18.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.18.ebuild,v 1.1 2013/10/02 18:34:34 xmw Exp $
51
52 EAPI=5
53
54 inherit toolchain-funcs
55
56 DESCRIPTION="ncurses directconnect client"
57 HOMEPAGE="http://dev.yorhel.nl/ncdc"
58 SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND="app-arch/bzip2
66 dev-db/sqlite:3
67 dev-libs/glib:2
68 net-libs/gnutls
69 sys-libs/ncurses:5[unicode]
70 sys-libs/zlib"
71 DEPEND="${RDEPEND}
72 dev-util/makeheaders
73 virtual/pkgconfig"
74
75 src_compile() {
76 emake AR="$(tc-getAR)"
77 }