From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: net-libs/hubbub/
Date: Mon, 2 May 2011 18:52:47 +0000 (UTC) [thread overview]
Message-ID: <efabcbcdef8d55e48669c99f940b9a0cdcca5e1e.xmw@gentoo> (raw)
commit: efabcbcdef8d55e48669c99f940b9a0cdcca5e1e
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 18:52:25 2011 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon May 2 18:52:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=efabcbcd
net-libs/hubbub: fixed deps
(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
net-libs/hubbub/ChangeLog | 3 +++
net-libs/hubbub/Manifest | 10 +++++-----
net-libs/hubbub/hubbub-0.1.0.ebuild | 8 +++-----
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/net-libs/hubbub/ChangeLog b/net-libs/hubbub/ChangeLog
index 2290fd3..92bcdc0 100644
--- a/net-libs/hubbub/ChangeLog
+++ b/net-libs/hubbub/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 May 2011; Michael Weber <xmw@gentoo.org> hubbub-0.1.0.ebuild:
+ fixed deps
+
*hubbub-0.1.0 (02 May 2011)
02 May 2011; Michael Weber <xmw@gentoo.org> +hubbub-0.1.0.ebuild,
diff --git a/net-libs/hubbub/Manifest b/net-libs/hubbub/Manifest
index fc224aa..b2b6073 100644
--- a/net-libs/hubbub/Manifest
+++ b/net-libs/hubbub/Manifest
@@ -2,13 +2,13 @@
Hash: SHA256
DIST hubbub-0.1.0-src.tar.gz 812540 RMD160 b48211e4a70366164f39a3a83b2ca0313dc3847c SHA1 c420c40e086866c78427dcc07a9b96da2725ceb7 SHA256 e8b7e87c7414317eb8f1ad4a7e202c0708d0cee14558c66d4d33a6f5465c664b
-EBUILD hubbub-0.1.0.ebuild 1322 RMD160 654e4f1d47c38252686e09d4f0c652ff802f4e35 SHA1 56b271b7b5457c8d1fd4811ff8bb72a36aeaa3f7 SHA256 caf8d3cdcf87b4ab9f88191d56bf8a18e4c5a63089ad90a0c0bff4bb46de316b
-MISC ChangeLog 314 RMD160 c683eefd5b3e90897b398b1177cefd2022a73fc0 SHA1 cea782b086720a6e6d6e8607cd9f8c75c166f150 SHA256 2132dc6c5d97982e4f352c849423cff57640279eea76bd1b6d05b2791257bb71
+EBUILD hubbub-0.1.0.ebuild 1301 RMD160 b9c874a1fc35b16f75625d7b046bf57e2f239148 SHA1 6acb8dd50d1b230376d813344f2c16781c1ed197 SHA256 a04889cd64855753c1f566cb4ac81e6d7114d98372c43be5442cdecf4a23dde2
+MISC ChangeLog 395 RMD160 99095f493c098a9581120c160d80fa7b218c65e9 SHA1 fe0cdfe2bcc022ad6a093533d56de2701245684b SHA256 92ec42fc2db370336ea39359eef71e272c09b8c616bce992a95de2acf8d76af4
MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk2+6fQACgkQknrdDGLu8JCrVwD/ZKJU99gS22fXyfp4CuFCa8Zv
-X9DuoTVS1pxhpW5UVCgA/iXj0XT/VqGjO+CchFCxfaB5VfWl/z1d6PsCXljb7ep7
-=/PQ2
+iF4EAREIAAYFAk2+/WkACgkQknrdDGLu8JD5QgD/VDFd1/YiglyBaFx8ahzyLCuv
+OMjxZ0/59nN0XWGz6SUA/2Oi//YgM0JLDO9Y6lB18PXjEwHuRmneh6MnBCXUopeH
+=fzUF
-----END PGP SIGNATURE-----
diff --git a/net-libs/hubbub/hubbub-0.1.0.ebuild b/net-libs/hubbub/hubbub-0.1.0.ebuild
index 874f9bc..f37cc3d 100644
--- a/net-libs/hubbub/hubbub-0.1.0.ebuild
+++ b/net-libs/hubbub/hubbub-0.1.0.ebuild
@@ -15,9 +15,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="doc static-libs"
-RDEPEND=""
+RDEPEND="net-libs/libparserutils"
DEPEND="${RDEPEND}
- net-libs/libparserutils
virtual/libiconv
doc? ( app-doc/doxygen )
test? ( dev-lang/perl
@@ -47,13 +46,12 @@ src_compile() {
# json_object_get_string_len does not exist!
src_test() {
return
- emake test || die
}
src_install() {
- emake DESTDIR="${D}" PREFIX=/usr COMPONENT_TYPE=lib-shared install || die
+ emake COMPONENT_TYPE=lib-shared DESTDIR="${D}" PREFIX=/usr install || die
if use static-libs ; then
- emake DESTDIR="${D}" PREFIX=/usr COMPONENT_TYPE=lib-static install || die
+ emake COMPONENT_TYPE=lib-static DESTDIR="${D}" PREFIX=/usr install || die
fi
dodoc README || die
if use doc ; then
next reply other threads:[~2011-05-02 18:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-02 18:52 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-18 7:19 [gentoo-commits] dev/xmw:master commit in: net-libs/hubbub/ Michael Weber
2012-04-29 1:25 Michael Weber
2011-05-03 20:38 Michael Weber
2011-05-03 20:10 Michael Weber
2011-05-02 18:52 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=efabcbcdef8d55e48669c99f940b9a0cdcca5e1e.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