public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener (swegener)" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.22-r1.ebuild ChangeLog
Date: Fri, 11 Apr 2008 19:16:56 +0000	[thread overview]
Message-ID: <E1JkOk4-0003WC-H8@stork.gentoo.org> (raw)

swegener    08/04/11 19:16:56

  Modified:             avahi-0.6.22-r1.ebuild ChangeLog
  Log:
  We need dbus and gtk support for proper python support, bug #216835.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.2                  net-dns/avahi/avahi-0.6.22-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild?r1=1.1&r2=1.2

Index: avahi-0.6.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avahi-0.6.22-r1.ebuild	3 Jan 2008 17:53:10 -0000	1.1
+++ avahi-0.6.22-r1.ebuild	11 Apr 2008 19:16:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 2000-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild,v 1.1 2008/01/03 17:53:10 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild,v 1.2 2008/04/11 19:16:55 swegener Exp $
 
 WANT_AUTOMAKE="1.9"
 WANT_AUTOCONF="none"
@@ -82,6 +82,11 @@
 	then
 		die "For bookmarks support you also need to enable the python, dbus and gtk USE flags!"
 	fi
+
+	if use python && ! use dbus && ! use gtk
+	then
+		die "For proper python support you also need the dbus and gtk USE flags!"
+	fi
 }
 
 pkg_preinst() {



1.136                net-dns/avahi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	21 Feb 2008 14:13:55 -0000	1.135
+++ ChangeLog	11 Apr 2008 19:16:55 -0000	1.136
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.135 2008/02/21 14:13:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.136 2008/04/11 19:16:55 swegener Exp $
+
+  11 Apr 2008; Sven Wegener <swegener@gentoo.org> avahi-0.6.22-r1.ebuild:
+  We need dbus and gtk support for proper python support, bug #216835.
 
   21 Feb 2008; Raúl Porcel <armin76@gentoo.org> avahi-0.6.20-r2.ebuild:
   alpha/ia64/sparc/x86 stable



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-04-11 19:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-11 19:16 Sven Wegener (swegener) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-19 19:52 [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.22-r1.ebuild ChangeLog Sven Wegener (swegener)
2008-05-07 20:50 Markus Meier (maekke)
2008-05-10 11:45 Gysbert Wassenaar (nixnut)
2008-05-10 17:09 Jeroen Roovers (jer)
2008-05-11 16:38 Markus Rothe (corsair)
2008-05-13 11:40 Raul Porcel (armin76)

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=E1JkOk4-0003WC-H8@stork.gentoo.org \
    --to=swegener@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