public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r3.ebuild ChangeLog
@ 2012-02-12 18:55 Mike Gilbert (floppym)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert (floppym) @ 2012-02-12 18:55 UTC (permalink / raw
  To: gentoo-commits

floppym     12/02/12 18:55:26

  Modified:             avahi-0.6.30-r3.ebuild ChangeLog
  Log:
  Call python_convert_shebangs() only in correct combination of USE flags. Patch by Arfrever.
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-dns/avahi/avahi-0.6.30-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?r1=1.2&r2=1.3

Index: avahi-0.6.30-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- avahi-0.6.30-r3.ebuild	16 Jan 2012 16:51:09 -0000	1.2
+++ avahi-0.6.30-r3.ebuild	12 Feb 2012 18:55:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.2 2012/01/16 16:51:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.3 2012/02/12 18:55:26 floppym Exp $
 
 EAPI="3"
 
@@ -194,7 +194,9 @@
 		doins avahi.devhelp || die
 	fi
 
-	use python && python_convert_shebangs -r 2 "${ED}"/usr/bin #396339
+	# /usr/bin/avahi-bookmarks is installed only with USE="bookmarks dbus gtk python".
+	# /usr/bin/avahi-discover is installed only with USE="dbus gtk python".
+	use dbus && use gtk && use python && python_convert_shebangs -r 2 "${ED}usr/bin"
 
 	find "${ED}" -name '*.la' -exec rm -f {} +
 }



1.222                net-dns/avahi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.222&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.222&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.221&r2=1.222

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog	16 Jan 2012 16:55:05 -0000	1.221
+++ ChangeLog	12 Feb 2012 18:55:26 -0000	1.222
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.221 2012/01/16 16:55:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.222 2012/02/12 18:55:26 floppym Exp $
+
+  12 Feb 2012; Mike Gilbert <floppym@gentoo.org> avahi-0.6.30-r3.ebuild:
+  Call python_convert_shebangs() only in correct combination of USE flags. Patch
+  by Arfrever.
 
   16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -avahi-0.6.28-r1.ebuild,
   -files/avahi-0.6.28-CVE-2011-1002.patch, -avahi-0.6.29-r1.ebuild,






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r3.ebuild ChangeLog
@ 2012-05-01  0:16 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-05-01  0:16 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/05/01 00:16:34

  Modified:             avahi-0.6.30-r3.ebuild ChangeLog
  Log:
  Fix bug #411351 (broken parallel install with USE=utils).
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-dns/avahi/avahi-0.6.30-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?r1=1.3&r2=1.4

Index: avahi-0.6.30-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- avahi-0.6.30-r3.ebuild	12 Feb 2012 18:55:26 -0000	1.3
+++ avahi-0.6.30-r3.ebuild	1 May 2012 00:16:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.3 2012/02/12 18:55:26 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.4 2012/05/01 00:16:34 flameeyes Exp $
 
 EAPI="3"
 
@@ -109,6 +109,7 @@
 	>py-compile
 
 	epatch "${FILESDIR}"/${P}-automake-1.11.2.patch #397477
+	epatch "${FILESDIR}"/${P}-parallel.patch #411351
 
 	eautoreconf
 }



1.223                net-dns/avahi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.223&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.223&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.222&r2=1.223

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog	12 Feb 2012 18:55:26 -0000	1.222
+++ ChangeLog	1 May 2012 00:16:34 -0000	1.223
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.222 2012/02/12 18:55:26 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.223 2012/05/01 00:16:34 flameeyes Exp $
+
+  01 May 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  +files/avahi-0.6.30-parallel.patch, avahi-0.6.30-r3.ebuild:
+  Fix bug #411351 (broken parallel install with USE=utils).
 
   12 Feb 2012; Mike Gilbert <floppym@gentoo.org> avahi-0.6.30-r3.ebuild:
   Call python_convert_shebangs() only in correct combination of USE flags. Patch






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r3.ebuild ChangeLog
@ 2012-06-16 17:25 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-06-16 17:25 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/06/16 17:25:02

  Modified:             avahi-0.6.30-r3.ebuild ChangeLog
  Log:
  Use automake 1.11 to avoid build failures.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-dns/avahi/avahi-0.6.30-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?r1=1.7&r2=1.8

Index: avahi-0.6.30-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- avahi-0.6.30-r3.ebuild	14 Jun 2012 01:55:24 -0000	1.7
+++ avahi-0.6.30-r3.ebuild	16 Jun 2012 17:25:01 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.7 2012/06/14 01:55:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.8 2012/06/16 17:25:01 flameeyes Exp $
 
 EAPI="3"
 
@@ -8,6 +8,8 @@
 PYTHON_USE_WITH="gdbm"
 PYTHON_USE_WITH_OPT="python"
 
+WANT_AUTOMAKE=1.11
+
 inherit autotools eutils mono python multilib flag-o-matic user
 
 DESCRIPTION="System which facilitates service discovery on a local network"



1.227                net-dns/avahi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.227&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.227&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.226&r2=1.227

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog	14 Jun 2012 01:55:24 -0000	1.226
+++ ChangeLog	16 Jun 2012 17:25:01 -0000	1.227
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.226 2012/06/14 01:55:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.227 2012/06/16 17:25:01 flameeyes Exp $
+
+  16 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org> avahi-0.6.30-r3.ebuild:
+  Use automake 1.11 to avoid build failures.
 
   14 Jun 2012; Zac Medico <zmedico@gentoo.org> avahi-0.6.30-r1.ebuild,
   avahi-0.6.30-r3.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r3.ebuild ChangeLog
@ 2012-10-06 21:37 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-06 21:37 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/06 21:37:10

  Modified:             avahi-0.6.30-r3.ebuild ChangeLog
  Log:
  stable ppc64, bug #431830
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-dns/avahi/avahi-0.6.30-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?r1=1.13&r2=1.14

Index: avahi-0.6.30-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- avahi-0.6.30-r3.ebuild	5 Oct 2012 14:21:15 -0000	1.13
+++ avahi-0.6.30-r3.ebuild	6 Oct 2012 21:37:10 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.13 2012/10/05 14:21:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.14 2012/10/06 21:37:10 blueness Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6
 kernel_linux mdnsresponder-compat mono python qt4 test utils"
 



1.233                net-dns/avahi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.232&r2=1.233

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog	5 Oct 2012 14:21:15 -0000	1.232
+++ ChangeLog	6 Oct 2012 21:37:10 -0000	1.233
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.232 2012/10/05 14:21:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.233 2012/10/06 21:37:10 blueness Exp $
+
+  06 Oct 2012; Anthony G. Basile <blueness@gentoo.org> avahi-0.6.30-r3.ebuild:
+  stable ppc64, bug #431830
 
   05 Oct 2012; Brent Baude <ranger@gentoo.org> avahi-0.6.30-r3.ebuild:
   Marking avahi-0.6.30-r3 ppc for bug 431830





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r3.ebuild ChangeLog
@ 2014-01-19 21:27 Dion Moult (moult)
  0 siblings, 0 replies; 5+ messages in thread
From: Dion Moult (moult) @ 2014-01-19 21:27 UTC (permalink / raw
  To: gentoo-commits

moult       14/01/19 21:27:12

  Modified:             avahi-0.6.30-r3.ebuild ChangeLog
  Log:
  Change virtual/monodoc dep to dev-lang/mono as former is treecleaned (bug 471180)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.19                 net-dns/avahi/avahi-0.6.30-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild?r1=1.18&r2=1.19

Index: avahi-0.6.30-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- avahi-0.6.30-r3.ebuild	3 Aug 2013 09:45:41 -0000	1.18
+++ avahi-0.6.30-r3.ebuild	19 Jan 2014 21:27:11 -0000	1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.18 2013/08/03 09:45:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.19 2014/01/19 21:27:11 moult Exp $
 
 EAPI="3"
 
@@ -54,7 +54,7 @@
 	virtual/pkgconfig
 	doc? (
 		app-doc/doxygen
-		mono? ( >=virtual/monodoc-1.1.8 )
+		mono? ( >=dev-lang/mono-1.1.8 )
 	)"
 RDEPEND="${COMMON_DEPEND}
 	howl-compat? ( !net-misc/howl )



1.258                net-dns/avahi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.258&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.258&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.257&r2=1.258

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog	12 Jan 2014 15:45:12 -0000	1.257
+++ ChangeLog	19 Jan 2014 21:27:12 -0000	1.258
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.257 2014/01/12 15:45:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.258 2014/01/19 21:27:12 moult Exp $
+
+  19 Jan 2014; Dion Moult <moult@gentoo.org> avahi-0.6.30-r3.ebuild:
+  Change virtual/monodoc dep to dev-lang/mono as former is treecleaned (bug
+  471180)
 
   12 Jan 2014; Anthony G. Basile <blueness@gentoo.org> avahi-0.6.31-r2.ebuild:
   Fix bug #496240





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-19 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 21:27 [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r3.ebuild ChangeLog Dion Moult (moult)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-06 21:37 Anthony G. Basile (blueness)
2012-06-16 17:25 Diego Petteno (flameeyes)
2012-05-01  0:16 Diego Petteno (flameeyes)
2012-02-12 18:55 Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox