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-r2.ebuild ChangeLog avahi-0.6.29-r1.ebuild
@ 2011-12-25  8:56 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2011-12-25  8:56 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/12/25 08:56:42

  Modified:             avahi-0.6.30-r2.ebuild ChangeLog
                        avahi-0.6.29-r1.ebuild
  Log:
  Fix bug 395957, call python_convert_shebangs only when use python is set
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-dns/avahi/avahi-0.6.30-r2.ebuild

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

Index: avahi-0.6.30-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avahi-0.6.30-r2.ebuild	24 Dec 2011 17:03:27 -0000	1.1
+++ avahi-0.6.30-r2.ebuild	25 Dec 2011 08:56:42 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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-r2.ebuild,v 1.1 2011/12/24 17:03:27 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r2.ebuild,v 1.2 2011/12/25 08:56:42 maksbotan Exp $
 
 EAPI="3"
 
@@ -188,7 +188,7 @@
 		insinto /usr/share/devhelp/books/avahi
 		doins avahi.devhelp || die
 	fi
-	python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
+	use python && python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
 
 	# Remove .la files
 	find "${D}" -name '*.la' -exec rm -f {} + || die



1.213                net-dns/avahi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog	24 Dec 2011 17:03:27 -0000	1.212
+++ ChangeLog	25 Dec 2011 08:56:42 -0000	1.213
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.212 2011/12/24 17:03:27 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.213 2011/12/25 08:56:42 maksbotan Exp $
+
+  25 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> avahi-0.6.29-r1.ebuild,
+  avahi-0.6.30-r2.ebuild:
+  Fix bug 395957, call python_convert_shebangs only when use python is set
 
   18 Dec 2011; Markus Meier <maekke@gentoo.org> avahi-0.6.30-r1.ebuild:
   arm stable, bug #393009



1.2                  net-dns/avahi/avahi-0.6.29-r1.ebuild

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

Index: avahi-0.6.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.29-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avahi-0.6.29-r1.ebuild	24 Dec 2011 17:03:27 -0000	1.1
+++ avahi-0.6.29-r1.ebuild	25 Dec 2011 08:56:42 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.29-r1.ebuild,v 1.1 2011/12/24 17:03:27 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.29-r1.ebuild,v 1.2 2011/12/25 08:56:42 maksbotan Exp $
 
 EAPI="3"
 
@@ -178,7 +178,7 @@
 		insinto /usr/share/devhelp/books/avahi
 		doins avahi.devhelp || die
 	fi
-	python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
+	use python && python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
 }
 
 pkg_postrm() {






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

* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r2.ebuild ChangeLog avahi-0.6.29-r1.ebuild
@ 2011-12-25 10:49 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2011-12-25 10:49 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/12/25 10:49:26

  Modified:             avahi-0.6.30-r2.ebuild ChangeLog
                        avahi-0.6.29-r1.ebuild
  Log:
  Fix 395957 again
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

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

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

Index: avahi-0.6.30-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- avahi-0.6.30-r2.ebuild	25 Dec 2011 08:56:42 -0000	1.2
+++ avahi-0.6.30-r2.ebuild	25 Dec 2011 10:49:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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-r2.ebuild,v 1.2 2011/12/25 08:56:42 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r2.ebuild,v 1.3 2011/12/25 10:49:26 maksbotan Exp $
 
 EAPI="3"
 
@@ -188,7 +188,9 @@
 		insinto /usr/share/devhelp/books/avahi
 		doins avahi.devhelp || die
 	fi
-	use python && python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
+	if use python; then
+		python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
+	fi
 
 	# Remove .la files
 	find "${D}" -name '*.la' -exec rm -f {} + || die



1.214                net-dns/avahi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	25 Dec 2011 08:56:42 -0000	1.213
+++ ChangeLog	25 Dec 2011 10:49:26 -0000	1.214
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/avahi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.213 2011/12/25 08:56:42 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.214 2011/12/25 10:49:26 maksbotan Exp $
+
+  25 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> avahi-0.6.29-r1.ebuild,
+  avahi-0.6.30-r2.ebuild:
+  Fix 395957 again
 
   25 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> avahi-0.6.29-r1.ebuild,
   avahi-0.6.30-r2.ebuild:



1.3                  net-dns/avahi/avahi-0.6.29-r1.ebuild

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

Index: avahi-0.6.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.29-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- avahi-0.6.29-r1.ebuild	25 Dec 2011 08:56:42 -0000	1.2
+++ avahi-0.6.29-r1.ebuild	25 Dec 2011 10:49:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.29-r1.ebuild,v 1.2 2011/12/25 08:56:42 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.29-r1.ebuild,v 1.3 2011/12/25 10:49:26 maksbotan Exp $
 
 EAPI="3"
 
@@ -178,7 +178,9 @@
 		insinto /usr/share/devhelp/books/avahi
 		doins avahi.devhelp || die
 	fi
-	use python && python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
+	if use python; then
+		python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
+	fi
 }
 
 pkg_postrm() {






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

end of thread, other threads:[~2011-12-25 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-25  8:56 [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r2.ebuild ChangeLog avahi-0.6.29-r1.ebuild Maxim Koltsov (maksbotan)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-25 10:49 Maxim Koltsov (maksbotan)

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