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: metadata.xml ChangeLog ncdc-1.2.ebuild ncdc-9999.ebuild
Date: Mon, 03 Oct 2011 16:38:47
Message-Id: 20111003163837.ABDE72004B@flycatcher.gentoo.org
1 xmw 11/10/03 16:38:37
2
3 Added: metadata.xml ChangeLog ncdc-1.2.ebuild
4 ncdc-9999.ebuild
5 Log:
6 Initial import from my overlay
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-p2p/ncdc/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>no-herd</herd>
22 <maintainer>
23 <email>xmw@g.o</email>
24 <name>Michael Weber</name>
25 </maintainer>
26 </pkgmetadata>
27
28
29
30
31 1.1 net-p2p/ncdc/ChangeLog
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for net-p2p/ncdc
39 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.1 2011/10/03 16:38:37 xmw Exp $
41
42 *ncdc-9999 (03 Oct 2011)
43 *ncdc-1.2 (03 Oct 2011)
44
45 03 Oct 2011; Michael Weber <xmw@g.o> +ncdc-1.2.ebuild,
46 +ncdc-9999.ebuild, +metadata.xml:
47 Initial import from my overlay
48
49
50
51
52 1.1 net-p2p/ncdc/ncdc-1.2.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.2.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.2.ebuild?rev=1.1&content-type=text/plain
56
57 Index: ncdc-1.2.ebuild
58 ===================================================================
59 # Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.2.ebuild,v 1.1 2011/10/03 16:38:37 xmw Exp $
62
63 EAPI=3
64
65 inherit base
66
67 DESCRIPTION="ncurses directconnect client"
68 HOMEPAGE="http://dev.yorhel.nl/ncdc"
69 SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
70
71 LICENSE="MIT"
72 SLOT="0"
73 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
74 IUSE=""
75
76 RDEPEND="app-arch/bzip2
77 dev-libs/glib:2
78 dev-libs/libxml2:2
79 sys-libs/gdbm
80 sys-libs/ncurses:5"
81 DEPEND="${RDEPEND}
82 dev-util/pkgconfig"
83
84 DOCS=( ChangeLog README )
85
86
87
88 1.1 net-p2p/ncdc/ncdc-9999.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?rev=1.1&content-type=text/plain
92
93 Index: ncdc-9999.ebuild
94 ===================================================================
95 # Copyright 1999-2011 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.1 2011/10/03 16:38:37 xmw Exp $
98
99 EAPI=3
100
101 EGIT_REPO_URI="git://g.blicky.net/ncdc.git"
102
103 inherit autotools base git-2
104
105 DESCRIPTION="ncurses directconnect client"
106 HOMEPAGE="http://dev.yorhel.nl/ncdc"
107 SRC_URI=""
108
109 LICENSE="MIT"
110 SLOT="0"
111 KEYWORDS=""
112 IUSE=""
113
114 RDEPEND="app-arch/bzip2
115 dev-libs/glib:2
116 dev-libs/libxml2:2
117 sys-libs/gdbm
118 sys-libs/ncurses:5"
119 DEPEND="${RDEPEND}
120 dev-util/pkgconfig
121 dev-util/makeheaders"
122
123 DOCS=( ChangeLog README )
124
125 src_prepare() {
126 eautoreconf
127 }