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: www-client/netsurf/
Date: Tue,  3 May 2011 22:56:42 +0000 (UTC)	[thread overview]
Message-ID: <27a2126ea6d281df15b1a017513fde1c36a095e2.xmw@gentoo> (raw)

commit:     27a2126ea6d281df15b1a017513fde1c36a095e2
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 22:56:29 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May  3 22:56:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=27a2126e

www-client/netsurf: net-libs/hubbub is RDEP

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

---
 www-client/netsurf/ChangeLog          |    3 +++
 www-client/netsurf/Manifest           |   10 +++++-----
 www-client/netsurf/netsurf-2.7.ebuild |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www-client/netsurf/ChangeLog b/www-client/netsurf/ChangeLog
index 956ec13..4ede6b6 100644
--- a/www-client/netsurf/ChangeLog
+++ b/www-client/netsurf/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   03 May 2011; Michael Weber <xmw@gentoo.org> netsurf-2.7.ebuild:
+  net-libs/hubbub is RDEP, too
+
+  03 May 2011; Michael Weber <xmw@gentoo.org> netsurf-2.7.ebuild:
   fixed SRC_URI
 
   03 May 2011; Michael Weber <xmw@gentoo.org> netsurf-2.7.ebuild:

diff --git a/www-client/netsurf/Manifest b/www-client/netsurf/Manifest
index 7a41674..cc43402 100644
--- a/www-client/netsurf/Manifest
+++ b/www-client/netsurf/Manifest
@@ -2,13 +2,13 @@
 Hash: SHA256
 
 DIST netsurf-2.7-src.tar.gz 2446099 RMD160 007cf1c8754d61296ad367008c1ed09ed45be50c SHA1 a3e2816686fc2e3d93cdc77271dd4c33dc0e5300 SHA256 54f872cf948f97b768dfd062e44f148bf263483660f7cb604ec07c835e4b0c07
-EBUILD netsurf-2.7.ebuild 3012 RMD160 2576ae4f06e0b1f354ae152dd139b6ef0968c75d SHA1 465e169327f913fd85c4129f8811432e7e656cd0 SHA256 3307978e8f3c98ceede8bd0354b5bf281db0de60d4e3bc4ffc456593711481ce
-MISC ChangeLog 352 RMD160 c0a40dce2c1b8f85f46ebd0df2a648b65a6eed44 SHA1 f541cc010b1c95820d7166f13e722bd4fe83359f SHA256 c0c67b260fc7c1363c2d53638a59a4a3fc663f1f6040e0e83e0533fbcd32a399
+EBUILD netsurf-2.7.ebuild 3012 RMD160 418a38a4571a9868ad9b2df5bff82c2181531c4c SHA1 4b4efd60bb1469b94068a7b9a4390408345afe1d SHA256 881214bd895fd11c5eb85aebc157105a578d01873c42dbae5eaecf9eff9bd8cb
+MISC ChangeLog 450 RMD160 b2d48bc8ebd19ed5d9f885c298c94db6ddf047b1 SHA1 01e151d307c79e52b5b3cb63f8bf930fe2bba866 SHA256 b2eb4128febcc65ee6172ec8c4eb9c73dc046a0640471231b374c352ad384e24
 MISC metadata.xml 762 RMD160 95f45ec4c54f381261156bb07c6010677e954d30 SHA1 aceb26cd54204b011409361456e6f7a273598488 SHA256 1a6414246cf7295476d133fdab06395aed4a01f741a89ea27be533a4bd0bd313
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk3Ab9kACgkQknrdDGLu8JC1xgD/YWSXYULDJrqL1aoYrtvqsQBb
-VBcUdQSR7fUxHJzXYr8A/3ujBatCdZtOLA+TYEeL9hwwAYd2J8yA9CEFTlijvAI2
-=A3QI
+iF4EAREIAAYFAk3AiBwACgkQknrdDGLu8JDJ5QD/ZJtv28ZDb6KUZEh4cCXuV7CL
+eOomqjaMNx/dB5RoIpcA/0sRFNCw+GYPV2cqq+ekhc6z4bVKhAoJSERnGJbH1WEm
+=enkn
 -----END PGP SIGNATURE-----

diff --git a/www-client/netsurf/netsurf-2.7.ebuild b/www-client/netsurf/netsurf-2.7.ebuild
index 5dc8331..6435aa1 100644
--- a/www-client/netsurf/netsurf-2.7.ebuild
+++ b/www-client/netsurf/netsurf-2.7.ebuild
@@ -17,6 +17,7 @@ IUSE="bmp fbcon gif gtk jpeg mng pdf png rosprite svg svgtiny truetype webp"
 RDEPEND="media-fonts/dejavu
 	dev-libs/libcss
 	dev-libs/libxml2
+	net-libs/hubbub
 	bmp? ( media-libs/libnsbmp )
 	fbcon? ( dev-libs/libnsfb )
 	gif? ( media-libs/libnsgif )
@@ -31,7 +32,6 @@ RDEPEND="media-fonts/dejavu
 	webp? ( media-libs/libwebp )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
-	net-libs/hubbub
 	rosprite? ( media-libs/librosprite )"
 
 S=${WORKDIR}/${PN}



             reply	other threads:[~2011-05-03 22:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-03 22:56 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18 23:43 [gentoo-commits] dev/xmw:master commit in: www-client/netsurf/ Michael Weber
2012-04-29  3:30 Michael Weber
2011-05-03 21:13 Michael Weber
2011-05-03 20:50 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=27a2126ea6d281df15b1a017513fde1c36a095e2.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