summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-10-02 18:34:34 +0000
committerMichael Weber <xmw@gentoo.org>2013-10-02 18:34:34 +0000
commita536cb88314962570e6a8c8156e7f756f0df41cd (patch)
treeef94fce4c72cb22a566d2972fbe2daafa51f94c2 /net-p2p/ncdc
parentUn-force abi_x86_64 on www-plugins/adobe-flash. (diff)
downloadgentoo-2-a536cb88314962570e6a8c8156e7f756f0df41cd.tar.gz
gentoo-2-a536cb88314962570e6a8c8156e7f756f0df41cd.tar.bz2
gentoo-2-a536cb88314962570e6a8c8156e7f756f0df41cd.zip
Version bump.
(Portage version: 2.2.1/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.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index 9e001d7e43f8..0b57f03ac7fb 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.40 2013/06/23 21:32:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.41 2013/10/02 18:34:34 xmw Exp $
+
+*ncdc-1.18 (02 Oct 2013)
+
+ 02 Oct 2013; Michael Weber <xmw@gentoo.org> +ncdc-1.18.ebuild:
+ Version bump.
23 Jun 2013; Michael Weber <xmw@gentoo.org> ncdc-1.16.1.ebuild,
ncdc-1.17.ebuild, ncdc-9999.ebuild:
diff --git a/net-p2p/ncdc/ncdc-1.18.ebuild b/net-p2p/ncdc/ncdc-1.18.ebuild
new file mode 100644
index 000000000000..407ba35443c1
--- /dev/null
+++ b/net-p2p/ncdc/ncdc-1.18.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.ebuild,v 1.1 2013/10/02 18:34:34 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)"
+}