summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-10-12 12:06:07 +0000
committerMichael Weber <xmw@gentoo.org>2013-10-12 12:06:07 +0000
commit2d1575ea5663900c07c118f024bc71842a899849 (patch)
tree5bbe5b1006a5ef47122e82cf40e647fcc0783123 /net-p2p/ncdc
parentDrop hardmasked package (diff)
downloadgentoo-2-2d1575ea5663900c07c118f024bc71842a899849.tar.gz
gentoo-2-2d1575ea5663900c07c118f024bc71842a899849.tar.bz2
gentoo-2-2d1575ea5663900c07c118f024bc71842a899849.zip
Version bump
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r--net-p2p/ncdc/ChangeLog7
-rw-r--r--net-p2p/ncdc/ncdc-1.18.1.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index 0b57f03ac7fb..d817bd50f4e4 100644
--- a/net-p2p/ncdc/ChangeLog
+++ b/net-p2p/ncdc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/ncdc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.41 2013/10/02 18:34:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.42 2013/10/12 12:06:07 xmw Exp $
+
+*ncdc-1.18.1 (12 Oct 2013)
+
+ 12 Oct 2013; Michael Weber <xmw@gentoo.org> +ncdc-1.18.1.ebuild:
+ Version bump
*ncdc-1.18 (02 Oct 2013)
diff --git a/net-p2p/ncdc/ncdc-1.18.1.ebuild b/net-p2p/ncdc/ncdc-1.18.1.ebuild
new file mode 100644
index 000000000000..d2e233e08796
--- /dev/null
+++ b/net-p2p/ncdc/ncdc-1.18.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.18.1.ebuild,v 1.1 2013/10/12 12:06:07 xmw Exp $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+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-db/sqlite:3
+ dev-libs/glib:2
+ net-libs/gnutls
+ sys-libs/ncurses:5[unicode]
+ sys-libs/zlib"
+DEPEND="${RDEPEND}
+ dev-util/makeheaders
+ virtual/pkgconfig"
+
+src_compile() {
+ emake AR="$(tc-getAR)"
+}