* [gentoo-commits] proj/gnome:master commit in: net-dns/avahi/
@ 2011-03-19 12:15 Priit Laes
0 siblings, 0 replies; 4+ messages in thread
From: Priit Laes @ 2011-03-19 12:15 UTC (permalink / raw
To: gentoo-commits
commit: ca180a5089cb71404503060496d23b417ce95dec
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Mar 19 12:09:51 2011 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Mar 19 12:09:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ca180a50
net-dns/avahi: Bump to 0.6.29 with gtk3 support
---
...0.6.28-r300.ebuild => avahi-0.6.29-r300.ebuild} | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-dns/avahi/avahi-0.6.28-r300.ebuild b/net-dns/avahi/avahi-0.6.29-r300.ebuild
similarity index 94%
rename from net-dns/avahi/avahi-0.6.28-r300.ebuild
rename to net-dns/avahi/avahi-0.6.29-r300.ebuild
index 669d851..63473fa 100644
--- a/net-dns/avahi/avahi-0.6.28-r300.ebuild
+++ b/net-dns/avahi/avahi-0.6.29-r300.ebuild
@@ -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.28.ebuild,v 1.5 2010/12/14 00:27:52 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.29.ebuild,v 1.1 2011/03/17 07:11:30 swegener Exp $
EAPI="3"
@@ -23,7 +23,7 @@ kernel_linux mdnsresponder-compat mono python qt4 test utils"
DBUS_DEPEND=">=sys-apps/dbus-0.30"
RDEPEND=">=dev-libs/libdaemon-0.14
dev-libs/expat
- >=dev-libs/glib-2.4.0
+ dev-libs/glib:2
gdbm? ( sys-libs/gdbm )
qt4? ( x11-libs/qt-core:4 )
gtk? ( >=x11-libs/gtk+-2.14.0:2 )
@@ -190,11 +190,11 @@ src_install() {
}
pkg_postrm() {
- use python && python_mod_cleanup avahi avahi_discover
+ use python && python_mod_cleanup avahi $(use dbus && use gtk && echo avahi_discover)
}
pkg_postinst() {
- use python && python_mod_optimize avahi avahi_discover
+ use python && python_mod_optimize avahi $(use dbus && use gtk && echo avahi_discover)
if use autoipd; then
echo
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-dns/avahi/
@ 2011-04-07 6:27 Priit Laes
0 siblings, 0 replies; 4+ messages in thread
From: Priit Laes @ 2011-04-07 6:27 UTC (permalink / raw
To: gentoo-commits
commit: 37d7af275f45a11e7cfc4fb9209f1967bb46dd4f
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Thu Apr 7 06:26:36 2011 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Thu Apr 7 06:26:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=37d7af27
net-dns/avahi: Bump to 0.6.30 to sync with tree
---
...0.6.29-r300.ebuild => avahi-0.6.30-r300.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-dns/avahi/avahi-0.6.29-r300.ebuild b/net-dns/avahi/avahi-0.6.30-r300.ebuild
similarity index 100%
rename from net-dns/avahi/avahi-0.6.29-r300.ebuild
rename to net-dns/avahi/avahi-0.6.30-r300.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-dns/avahi/
@ 2011-04-12 21:23 Nirbheek Chauhan
0 siblings, 0 replies; 4+ messages in thread
From: Nirbheek Chauhan @ 2011-04-12 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 31df326c3d54a7a82db9c19970d1ecc937c6a4ec
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 03:04:20 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 21:22:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=31df326c
net-dns/avahi: disable static, remove .la files
---
...0.6.30-r300.ebuild => avahi-0.6.30-r301.ebuild} | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/net-dns/avahi/avahi-0.6.30-r300.ebuild b/net-dns/avahi/avahi-0.6.30-r301.ebuild
similarity index 98%
rename from net-dns/avahi/avahi-0.6.30-r300.ebuild
rename to net-dns/avahi/avahi-0.6.30-r301.ebuild
index d1a5b8b..1f32e40 100644
--- a/net-dns/avahi/avahi-0.6.30-r300.ebuild
+++ b/net-dns/avahi/avahi-0.6.30-r301.ebuild
@@ -104,7 +104,7 @@ src_prepare() {
src_configure() {
use sh && replace-flags -O? -O0
- local myconf=""
+ local myconf="--disable-static"
if use python; then
myconf+="
@@ -184,6 +184,9 @@ src_install() {
insinto /usr/share/devhelp/books/avahi
doins avahi.devhelp || die
fi
+
+ # Remove .la files
+ find "${D}" -name '*.la' -exec rm -f {} + || die
}
pkg_postrm() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-dns/avahi/
@ 2011-06-02 21:41 Nirbheek Chauhan
0 siblings, 0 replies; 4+ messages in thread
From: Nirbheek Chauhan @ 2011-06-02 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 382ee7cda2b1e0438f61cc2f8468e2c28b9c2bd2
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 21:40:34 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 21:40:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=382ee7cd
net-dns/avahi: remove obsolete comment about introspection
---
net-dns/avahi/avahi-0.6.30-r301.ebuild | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/net-dns/avahi/avahi-0.6.30-r301.ebuild b/net-dns/avahi/avahi-0.6.30-r301.ebuild
index 1f32e40..49106be 100644
--- a/net-dns/avahi/avahi-0.6.30-r301.ebuild
+++ b/net-dns/avahi/avahi-0.6.30-r301.ebuild
@@ -125,9 +125,6 @@ src_configure() {
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
unset DISPLAY
- # Upstream ships a gir file (AvahiCore.gir) which does not work with
- # >=gobject-introspection-0.9, so we disable introspection for now.
- # http://avahi.org/ticket/318
econf \
--localstatedir=/var \
--with-distro=gentoo \
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-02 21:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 6:27 [gentoo-commits] proj/gnome:master commit in: net-dns/avahi/ Priit Laes
-- strict thread matches above, loose matches on Subject: below --
2011-06-02 21:41 Nirbheek Chauhan
2011-04-12 21:23 Nirbheek Chauhan
2011-03-19 12:15 Priit Laes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox