public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/ncdc: ncdc-1.19.ebuild ChangeLog ncdc-1.17.ebuild ncdc-1.18.ebuild ncdc-1.16.1.ebuild
@ 2014-02-11 20:39 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2014-02-11 20:39 UTC (permalink / raw
  To: gentoo-commits

xmw         14/02/11 20:39:49

  Modified:             ChangeLog
  Added:                ncdc-1.19.ebuild
  Removed:              ncdc-1.17.ebuild ncdc-1.18.ebuild
                        ncdc-1.16.1.ebuild
  Log:
  Version bump, new USE geoip
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.47                 net-p2p/ncdc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	14 Jan 2014 13:57:17 -0000	1.46
+++ ChangeLog	11 Feb 2014 20:39:49 -0000	1.47
@@ -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



1.1                  net-p2p/ncdc/ncdc-1.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.ebuild?rev=1.1&content-type=text/plain

Index: ncdc-1.19.ebuild
===================================================================
# 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.19.ebuild,v 1.1 2014/02/11 20:39:49 xmw 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="geoip"

RDEPEND="app-arch/bzip2
	dev-db/sqlite:3
	dev-libs/glib:2
	net-libs/gnutls
	sys-libs/ncurses:5[unicode]
	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)"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-11 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 20:39 [gentoo-commits] gentoo-x86 commit in net-p2p/ncdc: ncdc-1.19.ebuild ChangeLog ncdc-1.17.ebuild ncdc-1.18.ebuild ncdc-1.16.1.ebuild Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox