diff options
author | 2013-03-02 21:43:25 +0000 | |
---|---|---|
committer | 2013-03-02 21:43:25 +0000 | |
commit | 958160ba75d359272802ac80340aea8d704c04b8 (patch) | |
tree | 49bcca5451db6a71e983eda92de722b589155525 /net-p2p/ncdc | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-958160ba75d359272802ac80340aea8d704c04b8.tar.gz gentoo-2-958160ba75d359272802ac80340aea8d704c04b8.tar.bz2 gentoo-2-958160ba75d359272802ac80340aea8d704c04b8.zip |
Version bump
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r-- | net-p2p/ncdc/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.15.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog index 591ad797e53e..326e898fb0a9 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.29 2013/01/21 10:19:51 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.30 2013/03/02 21:43:25 xmw Exp $ + +*ncdc-1.15 (02 Mar 2013) + + 02 Mar 2013; Michael Weber <xmw@gentoo.org> +ncdc-1.15.ebuild: + Version bump 21 Jan 2013; Michael Weber <xmw@gentoo.org> ncdc-9999.ebuild: drop unsupported configure option diff --git a/net-p2p/ncdc/ncdc-1.15.ebuild b/net-p2p/ncdc/ncdc-1.15.ebuild new file mode 100644 index 000000000000..a64eaeee1d2f --- /dev/null +++ b/net-p2p/ncdc/ncdc-1.15.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.15.ebuild,v 1.1 2013/03/02 21:43:25 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 + sys-libs/zlib" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf \ + --disable-silent-rules +} |