public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: net-p2p/ncdc/
Date: Sat, 16 Jul 2011 21:58:30 +0000 (UTC)	[thread overview]
Message-ID: <b23b564d416369eeadc0e2f6b5e3136caa85440e.xmw@gentoo> (raw)

commit:     b23b564d416369eeadc0e2f6b5e3136caa85440e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 21:58:15 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 21:58:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=b23b564d

net-p2p/ncdc: fixed deps

(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 net-p2p/ncdc/ChangeLog        |   12 ++++++++++++
 net-p2p/ncdc/Manifest         |   10 +++++-----
 net-p2p/ncdc/ncdc-9999.ebuild |   11 +++++++----
 3 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog
index f9d2223..e82a75b 100644
--- a/net-p2p/ncdc/ChangeLog
+++ b/net-p2p/ncdc/ChangeLog
@@ -2,6 +2,18 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2011; Michael Weber <xmw@gentoo.org> ncdc-9999.ebuild:
+  fixed deps
+
+  16 Jul 2011; Michael Weber <xmw@gentoo.org> ncdc-9999.ebuild:
+  net-p2p/ncdc: fixed deps
+
+  16 Jul 2011; Michael Weber <xmw@gentoo.org> ncdc-9999.ebuild:
+  net-p2p/ncdc: fixed deps
+
+  16 Jul 2011; Michael Weber <xmw@gentoo.org> ncdc-9999.ebuild:
+  fixed deps
+
 *ncdc-9999 (16 Jul 2011)
 
   16 Jul 2011; Michael Weber <xmw@gentoo.org> +ncdc-9999.ebuild, +metadata.xml:

diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest
index 1992a8e..0937c2f 100644
--- a/net-p2p/ncdc/Manifest
+++ b/net-p2p/ncdc/Manifest
@@ -1,13 +1,13 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD ncdc-9999.ebuild 520 RMD160 cfce2c31717c0a86101ba790ed2b58a30b0371c4 SHA1 c3e4b8873439fb5cb0fe07d92d44b1c5dc48112a SHA256 0b58355be56df06634ea4e2ab8b9b08e20db450a6d71efa7008adbf9368424b2
-MISC ChangeLog 237 RMD160 f5e54160a8ab54e4877ea3b8ab1229d984944b53 SHA1 498067ad00711889ed4ba66b6dbf955734e8e5ac SHA256 5bb467ce6556ff23f1bd1116740bee0c8e52c06547e21fd27adecbc86e744b2e
+EBUILD ncdc-9999.ebuild 598 RMD160 2584709e6fb48f9e3ad547e5afcf25f14d169954 SHA1 146007077ebc92d941f571a6b6991c73665a0685 SHA256 25170d6a44a85213036e96459246acf964b9b818db2aefb159bbd09c1eb0fc8c
+MISC ChangeLog 577 RMD160 4c65a6419c9338ce4c61494413fcb1c92d94607d SHA1 2db2872d309738c883610ed456a9e94c00496e48 SHA256 af5dc77ab591e2c670b7901a08697dfc95aecc3514a37a865b5b457d3e7af66b
 MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk4h4soACgkQknrdDGLu8JAhKAEAkfZ7lQknxPeO1c52Z0NygpBx
-4HTJAAaFIf+Wmxbw12gA+we5SwU6Qt/UU5+HrJSqcwMJKD+5HBkNKeN6KZKvDlKX
-=1VEs
+iF4EAREIAAYFAk4iCXYACgkQknrdDGLu8JDs2wD9FlviBAJcVMSZAb1MOqryCoYh
+H0tc+M9B0D9TxYco9swA/2gk7lpoIBGmLMev13Xe+5EoAlqwxyvn5WUwKQVKIfaI
+=7FX6
 -----END PGP SIGNATURE-----

diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild
index a017596..31aaa1d 100644
--- a/net-p2p/ncdc/ncdc-9999.ebuild
+++ b/net-p2p/ncdc/ncdc-9999.ebuild
@@ -17,11 +17,14 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND=""
+RDEPEND="app-arch/bzip2
+	dev-libs/glib
+	dev-libs/libxml2
+	sys-libs/gdbm
+	sys-libs/ncurses"
 DEPEND="${RDEPEND}
-	dev-ruby/pkg-config
-	sys-devel/makeheaders
-"
+	dev-util/pkgconfig
+	sys-devel/makeheaders"
 
 src_prepare() {
 	eautoreconf



             reply	other threads:[~2011-07-16 21:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-16 21:58 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 16:41 [gentoo-commits] dev/xmw:master commit in: net-p2p/ncdc/ Michael Weber
2011-09-26  7:05 Michael Weber
2011-09-17 18:35 Michael Weber
2011-09-11 15:34 Michael Weber
2011-09-03 12:33 Michael Weber
2011-08-26 11:53 Michael Weber
2011-08-17 21:47 Michael Weber
2011-08-09  2:43 Michael Weber
2011-08-04 23:19 Michael Weber
2011-08-04 23:03 Michael Weber
2011-08-04 23:01 Michael Weber
2011-08-04 22:51 Michael Weber
2011-08-03 12:58 Michael Weber
2011-08-03 12:12 Michael Weber
2011-07-31 16:11 Michael Weber
2011-07-16 19:13 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b23b564d416369eeadc0e2f6b5e3136caa85440e.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox