summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-10-15 10:10:14 +0000
committerMichael Weber <xmw@gentoo.org>2011-10-15 10:10:14 +0000
commit3975a8093ebb32e9915f0265df2bec198c9cb009 (patch)
treea69d971ab1ff23f24e7b98b8f804f0d6287569e6 /net-p2p/ncdc
parentversion bump (diff)
downloadgentoo-2-3975a8093ebb32e9915f0265df2bec198c9cb009.tar.gz
gentoo-2-3975a8093ebb32e9915f0265df2bec198c9cb009.tar.bz2
gentoo-2-3975a8093ebb32e9915f0265df2bec198c9cb009.zip
Version bump
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r--net-p2p/ncdc/ChangeLog7
-rw-r--r--net-p2p/ncdc/ncdc-1.3.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index 701acbc83160..2b55868d7ae1 100644
--- a/net-p2p/ncdc/ChangeLog
+++ b/net-p2p/ncdc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/ncdc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.1 2011/10/03 16:38:37 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.2 2011/10/15 10:10:14 xmw Exp $
+
+*ncdc-1.3 (15 Oct 2011)
+
+ 15 Oct 2011; Michael Weber <xmw@gentoo.org> +ncdc-1.3.ebuild:
+ Version bump
*ncdc-9999 (03 Oct 2011)
*ncdc-1.2 (03 Oct 2011)
diff --git a/net-p2p/ncdc/ncdc-1.3.ebuild b/net-p2p/ncdc/ncdc-1.3.ebuild
new file mode 100644
index 000000000000..bc7051a9ea90
--- /dev/null
+++ b/net-p2p/ncdc/ncdc-1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.3.ebuild,v 1.1 2011/10/15 10:10:14 xmw Exp $
+
+EAPI=3
+
+inherit base
+
+DESCRIPTION="ncurses directconnect client"
+HOMEPAGE="http://dev.yorhel.nl/ncdc"
+SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="app-arch/bzip2
+ dev-libs/glib:2
+ dev-libs/libxml2:2
+ sys-libs/gdbm
+ sys-libs/ncurses:5"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS=( ChangeLog README )