* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: ChangeLog avahi-0.6.28.ebuild
@ 2010-10-05 9:22 Sven Wegener (swegener)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Wegener (swegener) @ 2010-10-05 9:22 UTC (permalink / raw
To: gentoo-commits
swegener 10/10/05 09:22:44
Modified: ChangeLog
Added: avahi-0.6.28.ebuild
Log:
Version bump.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.186 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.186&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.186&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.185&r2=1.186
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog 29 Aug 2010 17:48:19 -0000 1.185
+++ ChangeLog 5 Oct 2010 09:22:44 -0000 1.186
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.185 2010/08/29 17:48:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.186 2010/10/05 09:22:44 swegener Exp $
+
+*avahi-0.6.28 (05 Oct 2010)
+
+ 05 Oct 2010; Sven Wegener <swegener@gentoo.org> +avahi-0.6.28.ebuild:
+ Version bump.
29 Aug 2010; Raúl Porcel <armin76@gentoo.org> avahi-0.6.25-r1.ebuild:
ia64/s390/sh/sparc stable wrt #278177
1.1 net-dns/avahi/avahi-0.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.1&content-type=text/plain
Index: avahi-0.6.28.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/10/05 09:22:44 swegener Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
PYTHON_USE_WITH="gdbm"
PYTHON_USE_WITH_OPT="python"
inherit eutils mono python multilib flag-o-matic
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
SRC_URI="http://avahi.org/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk python qt4 autoipd kernel_linux test ipv6"
RDEPEND=">=dev-libs/libdaemon-0.11-r1
dev-libs/expat
>=dev-libs/glib-2
gdbm? ( sys-libs/gdbm )
qt4? ( x11-libs/qt-core:4 )
gtk? (
>=x11-libs/gtk+-2.4.0:2
>=gnome-base/libglade-2.4.0
)
dbus? (
>=sys-apps/dbus-0.30
python? ( dev-python/dbus-python )
)
mono? (
>=dev-lang/mono-1.1.10
gtk? ( >=dev-dotnet/gtk-sharp-2 )
)
howl-compat? ( !net-misc/howl )
mdnsresponder-compat? ( !net-misc/mDNSResponder )
python? (
gtk? ( >=dev-python/pygtk-2 )
)
bookmarks? (
dev-python/twisted
dev-python/twisted-web
)
kernel_linux? ( sys-libs/libcap )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.5
>=dev-util/pkgconfig-0.9.0
doc? (
app-doc/doxygen
mono? ( >=virtual/monodoc-1.1.8 )
)"
pkg_setup() {
if use python
then
python_set_active_version 2
python_pkg_setup
fi
if ( use mdnsresponder-compat || use howl-compat || use mono ) && ! use dbus
then
die "For *-compat or mono support you also need to enable the dbus USE flag!"
fi
if use bookmarks && ! ( use python && use dbus && use gtk )
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() {
enewgroup netdev
enewgroup avahi
enewuser avahi -1 -1 -1 avahi
if use autoipd
then
enewgroup avahi-autoipd
enewuser avahi-autoipd -1 -1 -1 avahi-autoipd
fi
}
src_prepare() {
use ipv6 && sed -i -e s/use-ipv6=no/use-ipv6=yes/ avahi-daemon/avahi-daemon.conf
sed -i -e "s:\\.\\./\\.\\./\\.\\./doc/avahi-docs/html/:../../../doc/${PF}/html/:" doxygen_to_devhelp.xsl
}
src_configure() {
use sh && replace-flags -O? -O0
local myconf=""
if use python
then
use dbus && myconf="${myconf} --enable-python-dbus"
use gtk && myconf="${myconf} --enable-pygtk"
fi
if use mono && use doc
then
myconf="${myconf} --enable-monodoc"
fi
# 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 \
--disable-python-dbus \
--disable-pygtk \
--disable-xmltoman \
--disable-monodoc \
--disable-introspection \
--enable-glib \
$(use_enable test tests) \
$(use_enable autoipd) \
$(use_enable mdnsresponder-compat compat-libdns_sd) \
$(use_enable howl-compat compat-howl) \
$(use_enable doc doxygen-doc) \
$(use_enable mono) \
$(use_enable dbus) \
$(use_enable python) \
--disable-gtk3 \
$(use_enable gtk) \
--disable-qt3 \
$(use_enable qt4) \
$(use_enable gdbm) \
${myconf}
}
src_compile() {
emake || die "emake failed"
use doc && emake avahi.devhelp
}
src_install() {
emake install py_compile=true DESTDIR="${D}" || die "make install failed"
use bookmarks || rm -f "${D}"/usr/bin/avahi-bookmarks
use howl-compat && ln -s avahi-compat-howl.pc "${D}"/usr/$(get_libdir)/pkgconfig/howl.pc
use mdnsresponder-compat && ln -s avahi-compat-libdns_sd/dns_sd.h "${D}"/usr/include/dns_sd.h
if use autoipd
then
insinto /$(get_libdir)/rcscripts/net
doins "${FILESDIR}"/autoipd.sh
insinto /$(get_libdir)/rc/net
newins "${FILESDIR}"/autoipd-openrc.sh autoipd.sh
fi
dodoc docs/{AUTHORS,NEWS,README,TODO}
if use doc
then
dohtml -r doxygen/html/.
insinto /usr/share/devhelp/books/avahi
doins avahi.devhelp
fi
}
pkg_postrm() {
if use python; then
python_mod_cleanup avahi avahi_discover
fi
}
pkg_postinst() {
if use python; then
python_mod_optimize avahi avahi_discover
fi
if use autoipd
then
elog
elog "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)"
elog "addresses, just set config_<interface>=( autoipd ) in /etc/conf.d/net!"
elog
fi
if use dbus
then
elog
elog "If this is your first install of avahi please reload your dbus config"
elog "with /etc/init.d/dbus reload before starting avahi-daemon!"
elog
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: ChangeLog avahi-0.6.28.ebuild
@ 2010-10-06 22:47 Sven Wegener (swegener)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Wegener (swegener) @ 2010-10-06 22:47 UTC (permalink / raw
To: gentoo-commits
swegener 10/10/06 22:47:20
Modified: ChangeLog avahi-0.6.28.ebuild
Log:
Bump libdaemon dependency to 0.14, bug #339885.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Revision Changes Path
1.187 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.187&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.187&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.186&r2=1.187
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog 5 Oct 2010 09:22:44 -0000 1.186
+++ ChangeLog 6 Oct 2010 22:47:20 -0000 1.187
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.186 2010/10/05 09:22:44 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.187 2010/10/06 22:47:20 swegener Exp $
+
+ 06 Oct 2010; Sven Wegener <swegener@gentoo.org> avahi-0.6.28.ebuild:
+ Bump libdaemon dependency to 0.14, bug #339885.
*avahi-0.6.28 (05 Oct 2010)
1.2 net-dns/avahi/avahi-0.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?r1=1.1&r2=1.2
Index: avahi-0.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avahi-0.6.28.ebuild 5 Oct 2010 09:22:44 -0000 1.1
+++ avahi-0.6.28.ebuild 6 Oct 2010 22:47:20 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.1 2010/10/05 09:22:44 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v 1.2 2010/10/06 22:47:20 swegener Exp $
EAPI="3"
@@ -19,7 +19,7 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk python qt4 autoipd kernel_linux test ipv6"
-RDEPEND=">=dev-libs/libdaemon-0.11-r1
+RDEPEND=">=dev-libs/libdaemon-0.14
dev-libs/expat
>=dev-libs/glib-2
gdbm? ( sys-libs/gdbm )
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: ChangeLog avahi-0.6.28.ebuild
@ 2010-11-03 13:02 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-11-03 13:02 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/11/03 13:02:49
Modified: ChangeLog avahi-0.6.28.ebuild
Log:
QA: add missing dies, remove dies from pkg_setup, cleanup conditions in configure phase.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Revision Changes Path
1.188 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.188&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.188&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.187&r2=1.188
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog 6 Oct 2010 22:47:20 -0000 1.187
+++ ChangeLog 3 Nov 2010 13:02:49 -0000 1.188
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.187 2010/10/06 22:47:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.188 2010/11/03 13:02:49 scarabeus Exp $
+
+ 03 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> avahi-0.6.28.ebuild:
+ QA: add missing dies, remove dies from pkg_setup, cleanup conditions in
+ configure phase.
06 Oct 2010; Sven Wegener <swegener@gentoo.org> avahi-0.6.28.ebuild:
Bump libdaemon dependency to 0.14, bug #339885.
1.3 net-dns/avahi/avahi-0.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?r1=1.2&r2=1.3
Index: avahi-0.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- avahi-0.6.28.ebuild 6 Oct 2010 22:47:20 -0000 1.2
+++ avahi-0.6.28.ebuild 3 Nov 2010 13:02:49 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.2 2010/10/06 22:47:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v 1.3 2010/11/03 13:02:49 scarabeus Exp $
EAPI="3"
@@ -17,8 +17,9 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk python qt4 autoipd kernel_linux test ipv6"
+IUSE="autoipd bookmarks dbus doc gdbm gtk howl-compat ipv6 kernel_linux mdnsresponder-compat mono python qt4 test "
+DBUS_DEPEND=">=sys-apps/dbus-0.30"
RDEPEND=">=dev-libs/libdaemon-0.14
dev-libs/expat
>=dev-libs/glib-2
@@ -29,15 +30,21 @@
>=gnome-base/libglade-2.4.0
)
dbus? (
- >=sys-apps/dbus-0.30
+ ${DBUS_DEPEND}
python? ( dev-python/dbus-python )
)
mono? (
>=dev-lang/mono-1.1.10
gtk? ( >=dev-dotnet/gtk-sharp-2 )
)
- howl-compat? ( !net-misc/howl )
- mdnsresponder-compat? ( !net-misc/mDNSResponder )
+ howl-compat? (
+ !net-misc/howl
+ ${DBUS_DEPEND}
+ )
+ mdnsresponder-compat? (
+ !net-misc/mDNSResponder
+ ${DBUS_DEPEND}
+ )
python? (
gtk? ( >=dev-python/pygtk-2 )
)
@@ -55,25 +62,13 @@
)"
pkg_setup() {
- if use python
- then
+ if use python; then
python_set_active_version 2
python_pkg_setup
fi
- if ( use mdnsresponder-compat || use howl-compat || use mono ) && ! use dbus
- then
- die "For *-compat or mono support you also need to enable the dbus USE flag!"
- fi
-
- if use bookmarks && ! ( use python && use dbus && use gtk )
- 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!"
+ if use python && ! use dbus && ! use gtk; then
+ ewarn "For proper python support you should also enable the dbus and gtk USE flags!"
fi
}
@@ -82,17 +77,22 @@
enewgroup avahi
enewuser avahi -1 -1 -1 avahi
- if use autoipd
- then
+ if use autoipd; then
enewgroup avahi-autoipd
enewuser avahi-autoipd -1 -1 -1 avahi-autoipd
fi
}
src_prepare() {
- use ipv6 && sed -i -e s/use-ipv6=no/use-ipv6=yes/ avahi-daemon/avahi-daemon.conf
+ if use ipv6; then
+ sed -i \
+ -e s/use-ipv6=no/use-ipv6=yes/ \
+ avahi-daemon/avahi-daemon.conf || die
+ fi
- sed -i -e "s:\\.\\./\\.\\./\\.\\./doc/avahi-docs/html/:../../../doc/${PF}/html/:" doxygen_to_devhelp.xsl
+ sed -i\
+ -e "s:\\.\\./\\.\\./\\.\\./doc/avahi-docs/html/:../../../doc/${PF}/html/:" \
+ doxygen_to_devhelp.xsl || die
}
src_configure() {
@@ -100,15 +100,20 @@
local myconf=""
- if use python
- then
- use dbus && myconf="${myconf} --enable-python-dbus"
- use gtk && myconf="${myconf} --enable-pygtk"
+ if use python; then
+ myconf+="
+ $(use_enable dbus python-dbus)
+ $(use_enable gtk pygtk)
+ "
+ fi
+
+ if use mono; then
+ myconf+=" $(use_enable doc monodoc)"
fi
- if use mono && use doc
- then
- myconf="${myconf} --enable-monodoc"
+ # these require dbus enabled
+ if use mdnsresponder-compat || use howl-compat || use mono; then
+ myconf+=" --enable-dbus"
fi
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
@@ -145,59 +150,50 @@
src_compile() {
emake || die "emake failed"
- use doc && emake avahi.devhelp
+ use doc && { emake avahi.devhelp || die ; }
}
src_install() {
emake install py_compile=true DESTDIR="${D}" || die "make install failed"
- use bookmarks || rm -f "${D}"/usr/bin/avahi-bookmarks
+ use bookmargs && use python && use dbus && use gtk || \
+ rm -f "${D}"/usr/bin/avahi-bookmarks
use howl-compat && ln -s avahi-compat-howl.pc "${D}"/usr/$(get_libdir)/pkgconfig/howl.pc
use mdnsresponder-compat && ln -s avahi-compat-libdns_sd/dns_sd.h "${D}"/usr/include/dns_sd.h
- if use autoipd
- then
+ if use autoipd; then
insinto /$(get_libdir)/rcscripts/net
- doins "${FILESDIR}"/autoipd.sh
+ doins "${FILESDIR}"/autoipd.sh || die
insinto /$(get_libdir)/rc/net
- newins "${FILESDIR}"/autoipd-openrc.sh autoipd.sh
+ newins "${FILESDIR}"/autoipd-openrc.sh autoipd.sh || die
fi
- dodoc docs/{AUTHORS,NEWS,README,TODO}
+ dodoc docs/{AUTHORS,NEWS,README,TODO} || die
- if use doc
- then
- dohtml -r doxygen/html/.
+ if use doc; then
+ dohtml -r doxygen/html/. || die
insinto /usr/share/devhelp/books/avahi
- doins avahi.devhelp
+ doins avahi.devhelp || die
fi
}
pkg_postrm() {
- if use python; then
- python_mod_cleanup avahi avahi_discover
- fi
+ use python && python_mod_cleanup avahi avahi_discover
}
pkg_postinst() {
- if use python; then
- python_mod_optimize avahi avahi_discover
- fi
+ use python && python_mod_optimize avahi avahi_discover
- if use autoipd
- then
- elog
+ if use autoipd; then
+ echo
elog "To use avahi-autoipd to configure your interfaces with IPv4LL (RFC3927)"
elog "addresses, just set config_<interface>=( autoipd ) in /etc/conf.d/net!"
- elog
fi
- if use dbus
- then
- elog
+ if use dbus; then
+ echo
elog "If this is your first install of avahi please reload your dbus config"
elog "with /etc/init.d/dbus reload before starting avahi-daemon!"
- elog
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: ChangeLog avahi-0.6.28.ebuild
@ 2010-11-20 0:50 Diego Petteno (flameeyes)
0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-11-20 0:50 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/11/20 00:50:07
Modified: ChangeLog avahi-0.6.28.ebuild
Log:
Fix obvious typo.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Revision Changes Path
1.189 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.189&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.189&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.188&r2=1.189
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog 3 Nov 2010 13:02:49 -0000 1.188
+++ ChangeLog 20 Nov 2010 00:50:07 -0000 1.189
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.188 2010/11/03 13:02:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.189 2010/11/20 00:50:07 flameeyes Exp $
+
+ 20 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org> avahi-0.6.28.ebuild:
+ Fix obvious typo.
03 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> avahi-0.6.28.ebuild:
QA: add missing dies, remove dies from pkg_setup, cleanup conditions in
1.4 net-dns/avahi/avahi-0.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?r1=1.3&r2=1.4
Index: avahi-0.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- avahi-0.6.28.ebuild 3 Nov 2010 13:02:49 -0000 1.3
+++ avahi-0.6.28.ebuild 20 Nov 2010 00:50:07 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.3 2010/11/03 13:02:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v 1.4 2010/11/20 00:50:07 flameeyes Exp $
EAPI="3"
@@ -155,7 +155,7 @@
src_install() {
emake install py_compile=true DESTDIR="${D}" || die "make install failed"
- use bookmargs && use python && use dbus && use gtk || \
+ use bookmarks && use python && use dbus && use gtk || \
rm -f "${D}"/usr/bin/avahi-bookmarks
use howl-compat && ln -s avahi-compat-howl.pc "${D}"/usr/$(get_libdir)/pkgconfig/howl.pc
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: ChangeLog avahi-0.6.28.ebuild
@ 2011-01-23 20:24 Sven Wegener (swegener)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Wegener (swegener) @ 2011-01-23 20:24 UTC (permalink / raw
To: gentoo-commits
swegener 11/01/23 20:24:45
Modified: ChangeLog avahi-0.6.28.ebuild
Log:
Add bugfix patch to support kernels >=2.6.38, bug #352070.
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Revision Changes Path
1.192 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.192&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.192&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.191&r2=1.192
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog 23 Jan 2011 20:20:36 -0000 1.191
+++ ChangeLog 23 Jan 2011 20:24:45 -0000 1.192
@@ -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.191 2011/01/23 20:20:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.192 2011/01/23 20:24:45 swegener Exp $
+
+ 23 Jan 2011; Sven Wegener <swegener@gentoo.org> avahi-0.6.28.ebuild,
+ +files/netlink-request-all-matches-when-requesting-interface.patch:
+ Add bugfix patch to support kernels >=2.6.38, bug #352070.
23 Jan 2011; Sven Wegener <swegener@gentoo.org> -avahi-0.6.24-r2.ebuild,
-files/avahi-0.6.24-CVE-2009-0758.patch, -avahi-0.6.25.ebuild:
1.6 net-dns/avahi/avahi-0.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild?r1=1.5&r2=1.6
Index: avahi-0.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- avahi-0.6.28.ebuild 14 Dec 2010 00:27:52 -0000 1.5
+++ avahi-0.6.28.ebuild 23 Jan 2011 20:24:45 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.28.ebuild,v 1.6 2011/01/23 20:24:45 swegener Exp $
EAPI="3"
@@ -92,6 +92,8 @@
sed -i\
-e "s:\\.\\./\\.\\./\\.\\./doc/avahi-docs/html/:../../../doc/${PF}/html/:" \
doxygen_to_devhelp.xsl || die
+
+ epatch "${FILESDIR}"/netlink-request-all-matches-when-requesting-interface.patch
}
src_configure() {
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-01-23 20:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-23 20:24 [gentoo-commits] gentoo-x86 commit in net-dns/avahi: ChangeLog avahi-0.6.28.ebuild Sven Wegener (swegener)
-- strict thread matches above, loose matches on Subject: below --
2010-11-20 0:50 Diego Petteno (flameeyes)
2010-11-03 13:02 Tomas Chvatal (scarabeus)
2010-10-06 22:47 Sven Wegener (swegener)
2010-10-05 9:22 Sven Wegener (swegener)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox