summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-11-04 13:24:11 +0000
committerMichael Weber <xmw@gentoo.org>2012-11-04 13:24:11 +0000
commitfc51c54dbae9a167ff716b2e978ad949774ef7ce (patch)
tree51a4ccd6581dee0cd5bcbf1575b3b5438fe1ba2a /net-p2p
parent[bump] dev-perl/Net-SFTP-Foreign-1.730.0 (diff)
downloadgentoo-2-fc51c54dbae9a167ff716b2e978ad949774ef7ce.tar.gz
gentoo-2-fc51c54dbae9a167ff716b2e978ad949774ef7ce.tar.bz2
gentoo-2-fc51c54dbae9a167ff716b2e978ad949774ef7ce.zip
Version bump
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ncdc/ChangeLog8
-rw-r--r--net-p2p/ncdc/ncdc-1.11.ebuild33
-rw-r--r--net-p2p/ncdc/ncdc-1.14.ebuild (renamed from net-p2p/ncdc/ncdc-1.12.ebuild)12
3 files changed, 11 insertions, 42 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index 2a30bbd61f31..df84a061b623 100644
--- a/net-p2p/ncdc/ChangeLog
+++ b/net-p2p/ncdc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/ncdc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.25 2012/10/17 03:33:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.26 2012/11/04 13:24:11 xmw Exp $
+
+*ncdc-1.14 (04 Nov 2012)
+
+ 04 Nov 2012; Michael Weber <xmw@gentoo.org> -ncdc-1.11.ebuild,
+ -ncdc-1.12.ebuild, +ncdc-1.14.ebuild:
+ Version bump
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ncdc-1.13.ebuild:
x86 stable wrt bug #437456
diff --git a/net-p2p/ncdc/ncdc-1.11.ebuild b/net-p2p/ncdc/ncdc-1.11.ebuild
deleted file mode 100644
index c1cf382a6bd6..000000000000
--- a/net-p2p/ncdc/ncdc-1.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.11.ebuild,v 1.3 2012/06/13 06:36:27 jdhore 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="+db-upgrade"
-
-RDEPEND="app-arch/bzip2
- dev-db/sqlite:3
- dev-libs/glib:2
- dev-util/makeheaders
- net-libs/gnutls
- sys-libs/ncurses:5
- db-upgrade? (
- dev-libs/libxml2:2
- sys-libs/gdbm
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --disable-silent-rules \
- $(use_enable db-upgrade)
-}
diff --git a/net-p2p/ncdc/ncdc-1.12.ebuild b/net-p2p/ncdc/ncdc-1.14.ebuild
index 8fc3c30b6651..24b60ee511ce 100644
--- a/net-p2p/ncdc/ncdc-1.12.ebuild
+++ b/net-p2p/ncdc/ncdc-1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.12.ebuild,v 1.1 2012/07/15 21:50:05 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.14.ebuild,v 1.1 2012/11/04 13:24:11 xmw Exp $
EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="+db-upgrade"
+IUSE=""
RDEPEND="app-arch/bzip2
dev-db/sqlite:3
@@ -19,15 +19,11 @@ RDEPEND="app-arch/bzip2
dev-util/makeheaders
net-libs/gnutls
sys-libs/ncurses:5
- db-upgrade? (
- dev-libs/libxml2:2
- sys-libs/gdbm
- )"
+ sys-libs/zlib"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
econf \
- --disable-silent-rules \
- $(use_enable db-upgrade)
+ --disable-silent-rules
}