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
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')
-rw-r--r--net-p2p/ncdc/ChangeLog7
-rw-r--r--net-p2p/ncdc/ncdc-1.16.1.ebuild4
-rw-r--r--net-p2p/ncdc/ncdc-1.17.ebuild10
-rw-r--r--net-p2p/ncdc/ncdc-9999.ebuild9
4 files changed, 15 insertions, 15 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index a98b1757daa0..c3afc5a23de4 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.37 2013/06/15 10:26:25 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.38 2013/06/20 08:09:36 xmw Exp $
+
+ 20 Jun 2013; Michael Weber <xmw@gentoo.org> ncdc-1.16.1.ebuild,
+ ncdc-1.17.ebuild, ncdc-9999.ebuild:
+ Define LICENSE as MIT-with-advertising, depend on perl for manpage creation,
+ econf now activates --disable-silent-rules.
*ncdc-1.17 (15 Jun 2013)
diff --git a/net-p2p/ncdc/ncdc-1.16.1.ebuild b/net-p2p/ncdc/ncdc-1.16.1.ebuild
index 0a76dc250656..c8753095cc12 100644
--- a/net-p2p/ncdc/ncdc-1.16.1.ebuild
+++ b/net-p2p/ncdc/ncdc-1.16.1.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.16.1.ebuild,v 1.4 2013/06/15 10:26:25 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.5 2013/06/20 08:09:36 xmw Exp $
EAPI=4
@@ -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=""
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
-}
diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild
index 0d2434394311..d55a798e89ca 100644
--- a/net-p2p/ncdc/ncdc-9999.ebuild
+++ b/net-p2p/ncdc/ncdc-9999.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-9999.ebuild,v 1.8 2013/06/15 10:26:25 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.9 2013/06/20 08:09:36 xmw Exp $
EAPI=5
@@ -10,7 +10,7 @@ DESCRIPTION="ncurses directconnect client"
HOMEPAGE="http://dev.yorhel.nl/ncdc"
EGIT_REPO_URI="git://g.blicky.net/ncdc.git"
-LICENSE="MIT"
+LICENSE="MIT-with-advertising"
SLOT="0"
KEYWORDS=""
IUSE=""
@@ -22,6 +22,7 @@ RDEPEND="app-arch/bzip2
sys-libs/ncurses:5[unicode]
sys-libs/zlib"
DEPEND="${RDEPEND}
+ dev-lang/perl
dev-util/makeheaders
virtual/pkgconfig"
@@ -30,7 +31,5 @@ src_prepare() {
}
src_configure() {
- econf \
- --disable-silent-rules \
- --enable-git-version
+ econf --enable-git-version
}