summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-03-24 15:50:31 +0000
committerMichael Weber <xmw@gentoo.org>2013-03-24 15:50:31 +0000
commitdc91bd75c8b47ec4fa9f518bdd0d3bad172e0b3f (patch)
tree366132693b157bd18fba91e36266f912bdc4ff36 /net-p2p
parentNew udev_reload function to update rules and dbs (diff)
downloadgentoo-2-dc91bd75c8b47ec4fa9f518bdd0d3bad172e0b3f.tar.gz
gentoo-2-dc91bd75c8b47ec4fa9f518bdd0d3bad172e0b3f.tar.bz2
gentoo-2-dc91bd75c8b47ec4fa9f518bdd0d3bad172e0b3f.zip
Version bump
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ncdc/ChangeLog7
-rw-r--r--net-p2p/ncdc/metadata.xml3
-rw-r--r--net-p2p/ncdc/ncdc-1.16.1.ebuild29
3 files changed, 35 insertions, 4 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index 4c30255598ca..c29865cf79d1 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.32 2013/03/23 17:35:38 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.33 2013/03/24 15:50:31 xmw Exp $
+
+*ncdc-1.16.1 (24 Mar 2013)
+
+ 24 Mar 2013; Michael Weber <xmw@gentoo.org> +ncdc-1.16.1.ebuild, metadata.xml:
+ Version bump
23 Mar 2013; Michael Weber <xmw@gentoo.org> -ncdc-1.13.ebuild:
Drop old.
diff --git a/net-p2p/ncdc/metadata.xml b/net-p2p/ncdc/metadata.xml
index 69a5826ef2b6..9d60532f08b2 100644
--- a/net-p2p/ncdc/metadata.xml
+++ b/net-p2p/ncdc/metadata.xml
@@ -5,9 +5,6 @@
<email>xmw@gentoo.org</email>
<name>Michael Weber</name>
</maintainer>
-<use>
- <flag name="db-upgrade">Build db-upgrade utility</flag>
-</use>
<upstream>
<maintainer status="active">
<email>projects@yorhel.nl</email>
diff --git a/net-p2p/ncdc/ncdc-1.16.1.ebuild b/net-p2p/ncdc/ncdc-1.16.1.ebuild
new file mode 100644
index 000000000000..59e7fdef0cc2
--- /dev/null
+++ b/net-p2p/ncdc/ncdc-1.16.1.ebuild
@@ -0,0 +1,29 @@
+# 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.16.1.ebuild,v 1.1 2013/03/24 15:50:31 xmw Exp $
+
+EAPI=4
+
+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
+ dev-util/makeheaders
+ net-libs/gnutls
+ sys-libs/ncurses:5[unicode]
+ sys-libs/zlib"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ --disable-silent-rules
+}