summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-06-20 08:09:36 +0000
committerMichael Weber <xmw@gentoo.org>2013-06-20 08:09:36 +0000
commit4e7c8a05af1b99260c075002a1f307487f2bd58c (patch)
tree22340a2e0415daac1a4a88a6fe0ca6cc1917d192 /net-p2p/ncdc/ncdc-1.17.ebuild
parent2.2.0_alpha183 version bump. This includes all of the fixes in 2.1.12.8. (diff)
downloadgentoo-2-4e7c8a05af1b99260c075002a1f307487f2bd58c.tar.gz
gentoo-2-4e7c8a05af1b99260c075002a1f307487f2bd58c.tar.bz2
gentoo-2-4e7c8a05af1b99260c075002a1f307487f2bd58c.zip
Define LICENSE as MIT-with-advertising, depend on perl for manpage creation, econf now activates --disable-silent-rules.
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p/ncdc/ncdc-1.17.ebuild')
-rw-r--r--net-p2p/ncdc/ncdc-1.17.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/net-p2p/ncdc/ncdc-1.17.ebuild b/net-p2p/ncdc/ncdc-1.17.ebuild
index 92ed64bb54fd..11c792afd43f 100644
--- a/net-p2p/ncdc/ncdc-1.17.ebuild
+++ b/net-p2p/ncdc/ncdc-1.17.ebuild
@@ -1,6 +1,6 @@
# 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.1 2013/06/15 10:26:25 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.17.ebuild,v 1.2 2013/06/20 08:09:36 xmw Exp $
EAPI=5
@@ -8,7 +8,7 @@ DESCRIPTION="ncurses directconnect client"
HOMEPAGE="http://dev.yorhel.nl/ncdc"
SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="MIT-with-advertising"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
@@ -20,10 +20,6 @@ RDEPEND="app-arch/bzip2
sys-libs/ncurses:5[unicode]
sys-libs/zlib"
DEPEND="${RDEPEND}
+ dev-lang/perl
dev-util/makeheaders
virtual/pkgconfig"
-
-src_configure() {
- econf \
- --disable-silent-rules
-}