public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/ncdc: ChangeLog ncdc-1.6.ebuild ncdc-9999.ebuild
@ 2011-12-27 21:07 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2011-12-27 21:07 UTC (permalink / raw
  To: gentoo-commits

xmw         11/12/27 21:07:12

  Modified:             ChangeLog ncdc-9999.ebuild
  Added:                ncdc-1.6.ebuild
  Log:
  Added dev-db/sqlite:3 dep (thanks Jordan Bradley), version bump.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-p2p/ncdc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Dec 2011 17:44:31 -0000	1.5
+++ ChangeLog	27 Dec 2011 21:07:12 -0000	1.6
@@ -1,6 +1,16 @@
 # ChangeLog for net-p2p/ncdc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.5 2011/12/22 17:44:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.6 2011/12/27 21:07:12 xmw Exp $
+
+  27 Dec 2011; Michael Weber <xmw@gentoo.org> +ncdc-1.6.ebuild,
+  ncdc-9999.ebuild:
+  Added dev-db/sqlite:3 dep (thanks Jordan Bradley), version bump.
+
+*ncdc-1.6 (27 Dec 2011)
+
+  27 Dec 2011; Michael Weber <xmw@gentoo.org> +ncdc-1.6.ebuild,
+  ncdc-9999.ebuild:
+  Added dev-db/sqlite:3 dep (thanks Jordan Bradley), version bump.
 
   22 Dec 2011; Jeroen Roovers <jer@gentoo.org> metadata.xml:
   Remove no-herd herd tag.



1.2                  net-p2p/ncdc/ncdc-9999.ebuild

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

Index: ncdc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncdc-9999.ebuild	3 Oct 2011 16:38:37 -0000	1.1
+++ ncdc-9999.ebuild	27 Dec 2011 21:07:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.1 2011/10/03 16:38:37 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.2 2011/12/27 21:07:12 xmw Exp $
 
 EAPI=3
 
@@ -18,6 +18,7 @@
 IUSE=""
 
 RDEPEND="app-arch/bzip2
+	dev-db/sqlite:3
 	dev-libs/glib:2
 	dev-libs/libxml2:2
 	sys-libs/gdbm



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

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

Index: ncdc-1.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.6.ebuild,v 1.1 2011/12/27 21:07:12 xmw Exp $

EAPI=3

inherit base

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-libs/libxml2:2
	sys-libs/gdbm
	sys-libs/ncurses:5"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS=( ChangeLog README )






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

only message in thread, other threads:[~2011-12-27 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 21:07 [gentoo-commits] gentoo-x86 commit in net-p2p/ncdc: ChangeLog ncdc-1.6.ebuild ncdc-9999.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