summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2014-02-11 20:39:49 +0000
committerMichael Weber <xmw@gentoo.org>2014-02-11 20:39:49 +0000
commit396844ca3287c78070dd30d6f59b74503a9b46f3 (patch)
tree7b909cde78fa52f791c9e51d2e5bfedc5e66f36a /net-p2p/ncdc
parentreduce-memory-overheads options is not recognized by ld.gold (#469942 by Samu... (diff)
downloadgentoo-2-396844ca3287c78070dd30d6f59b74503a9b46f3.tar.gz
gentoo-2-396844ca3287c78070dd30d6f59b74503a9b46f3.tar.bz2
gentoo-2-396844ca3287c78070dd30d6f59b74503a9b46f3.zip
Version bump, new USE geoip
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r--net-p2p/ncdc/ChangeLog8
-rw-r--r--net-p2p/ncdc/ncdc-1.16.1.ebuild34
-rw-r--r--net-p2p/ncdc/ncdc-1.17.ebuild31
-rw-r--r--net-p2p/ncdc/ncdc-1.19.ebuild (renamed from net-p2p/ncdc/ncdc-1.18.ebuild)13
4 files changed, 16 insertions, 70 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index 217b0162ae83..08f8d6363342 100644
--- a/net-p2p/ncdc/ChangeLog
+++ b/net-p2p/ncdc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/ncdc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.46 2014/01/14 13:57:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.47 2014/02/11 20:39:49 xmw Exp $
+
+*ncdc-1.19 (11 Feb 2014)
+
+ 11 Feb 2014; Michael Weber <xmw@gentoo.org> +ncdc-1.19.ebuild,
+ -ncdc-1.16.1.ebuild, -ncdc-1.17.ebuild, -ncdc-1.18.ebuild:
+ Version bump, new USE geoip
14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> ncdc-1.18.1.ebuild:
Stable for x86, wrt bug #495896
diff --git a/net-p2p/ncdc/ncdc-1.16.1.ebuild b/net-p2p/ncdc/ncdc-1.16.1.ebuild
deleted file mode 100644
index 8d7b55b2162f..000000000000
--- a/net-p2p/ncdc/ncdc-1.16.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.7 2013/06/23 21:32:33 xmw Exp $
-
-EAPI=4
-
-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_configure() {
- econf --disable-silent-rules
-}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
diff --git a/net-p2p/ncdc/ncdc-1.17.ebuild b/net-p2p/ncdc/ncdc-1.17.ebuild
deleted file mode 100644
index 514e5ea275fc..000000000000
--- a/net-p2p/ncdc/ncdc-1.17.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.17.ebuild,v 1.6 2013/12/24 12:41:46 ago 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-lang/perl
- dev-util/makeheaders
- virtual/pkgconfig"
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
diff --git a/net-p2p/ncdc/ncdc-1.18.ebuild b/net-p2p/ncdc/ncdc-1.19.ebuild
index 407ba35443c1..c19d630e5883 100644
--- a/net-p2p/ncdc/ncdc-1.18.ebuild
+++ b/net-p2p/ncdc/ncdc-1.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.19.ebuild,v 1.1 2014/02/11 20:39:49 xmw Exp $
EAPI=5
@@ -13,18 +13,23 @@ SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="geoip"
RDEPEND="app-arch/bzip2
dev-db/sqlite:3
dev-libs/glib:2
net-libs/gnutls
sys-libs/ncurses:5[unicode]
- sys-libs/zlib"
+ sys-libs/zlib
+ geoip? ( dev-libs/geoip )"
DEPEND="${RDEPEND}
dev-util/makeheaders
virtual/pkgconfig"
+src_configure() {
+ econf $(use_with geoip)
+}
+
src_compile() {
emake AR="$(tc-getAR)"
}