* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r5.ebuild ChangeLog
@ 2014-05-12 18:08 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-05-12 18:08 UTC (permalink / raw
To: gentoo-commits
mgorny 14/05/12 18:08:43
Modified: ChangeLog
Added: avahi-0.6.31-r5.ebuild
Log:
Enable multilib support, bug #503160.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.262 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.262&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.262&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.261&r2=1.262
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog 9 Feb 2014 00:48:03 -0000 1.261
+++ ChangeLog 12 May 2014 18:08:43 -0000 1.262
@@ -1,6 +1,12 @@
# 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.261 2014/02/09 00:48:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.262 2014/05/12 18:08:43 mgorny Exp $
+
+*avahi-0.6.31-r5 (12 May 2014)
+
+ 12 May 2014; Michał Górny <mgorny@gentoo.org> +avahi-0.6.31-r5.ebuild,
+ +files/avahi-0.6.31-build-client-without-daemon.patch:
+ Enable multilib support, bug #503160.
*avahi-0.6.31-r4 (09 Feb 2014)
1.1 net-dns/avahi/avahi-0.6.31-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.1&content-type=text/plain
Index: avahi-0.6.31-r5.ebuild
===================================================================
# 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.31-r5.ebuild,v 1.1 2014/05/12 18:08:43 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="gdbm"
WANT_AUTOMAKE=1.11
inherit autotools eutils flag-o-matic multilib multilib-minimal mono-env \
python-r1 systemd user
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 ~amd64-fbsd ~x86-fbsd ~x86-linux"
IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 test utils"
REQUIRED_USE="
utils? ( || ( gtk gtk3 ) )
python? ( dbus gdbm )
mono? ( dbus )
howl-compat? ( dbus )
mdnsresponder-compat? ( dbus )
"
COMMON_DEPEND="
dev-libs/libdaemon
dev-libs/expat
dev-libs/glib:2[${MULTILIB_USEDEP}]
gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] )
qt4? ( dev-qt/qtcore:4 )
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
kernel_linux? ( sys-libs/libcap )
introspection? ( dev-libs/gobject-introspection )
mono? (
dev-lang/mono
gtk? ( dev-dotnet/gtk-sharp )
)
python? (
${PYTHON_DEPS}
gtk? ( dev-python/pygtk )
dbus? ( dev-python/dbus-python )
)
bookmarks? (
dev-python/twisted-core
dev-python/twisted-web
)
"
DEPEND="
${COMMON_DEPEND}
dev-util/intltool
virtual/pkgconfig[${MULTILIB_USEDEP}]
doc? (
app-doc/doxygen
)
"
RDEPEND="
${COMMON_DEPEND}
howl-compat? ( !net-misc/howl )
mdnsresponder-compat? ( !net-misc/mDNSResponder )
"
MULTILIB_WRAPPED_HEADERS=(
# necessary until the UI libraries are ported
/usr/include/avahi-qt4/qt-watch.h
/usr/include/avahi-ui/avahi-ui.h
)
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
}
pkg_setup() {
use mono && mono-env_pkg_setup
}
src_prepare() {
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 || die
# Make gtk utils optional
epatch "${FILESDIR}"/${PN}-0.6.30-optional-gtk-utils.patch
# Fix init scripts for >=openrc-0.9.0, bug #383641
epatch "${FILESDIR}"/${PN}-0.6.x-openrc-0.9.x-init-scripts-fixes.patch
# install-exec-local -> install-exec-hook
epatch "${FILESDIR}"/${P}-install-exec-hook.patch
# Backport host-name-from-machine-id patch, bug #466134
epatch "${FILESDIR}"/${P}-host-name-from-machine-id.patch
# Don't install avahi-discover unless ENABLE_GTK_UTILS, bug #359575
epatch "${FILESDIR}"/${P}-fix-install-avahi-discover.patch
epatch "${FILESDIR}"/${P}-so_reuseport-may-not-exist-in-running-kernel.patch
# allow building client without the daemon
epatch "${FILESDIR}"/${P}-build-client-without-daemon.patch
# Drop DEPRECATED flags, bug #384743
sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED=1::g' avahi-ui/Makefile.am || die
# Fix references to Lennart's home directory, bug #466210
sed -i -e 's/\/home\/lennart\/tmp\/avahi//g' man/* || die
# Prevent .pyc files in DESTDIR
>py-compile
eautoreconf
# bundled manpages
multilib_copy_sources
}
src_configure() {
# those steps should be done once-per-ebuild rather than per-ABI
use sh && replace-flags -O? -O0
use python && python_export_best
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
unset DISPLAY
multilib-minimal_src_configure
}
multilib_src_configure() {
local myconf=( --disable-static )
if use python; then
myconf+=(
$(multilib_native_use_enable dbus python-dbus)
$(multilib_native_use_enable gtk pygtk)
)
fi
if use mono; then
myconf+=( $(multilib_native_use_enable doc monodoc) )
fi
if ! multilib_is_native_abi; then
myconf+=(
# used by daemons only
--disable-libdaemon
--with-xml=none
)
fi
econf \
--localstatedir="${EPREFIX}/var" \
--with-distro=gentoo \
--disable-python-dbus \
--disable-pygtk \
--disable-xmltoman \
--disable-monodoc \
--enable-glib \
--enable-gobject \
$(multilib_native_use_enable test tests) \
$(multilib_native_use_enable autoipd) \
$(use_enable mdnsresponder-compat compat-libdns_sd) \
$(use_enable howl-compat compat-howl) \
$(multilib_native_use_enable doc doxygen-doc) \
$(multilib_native_use_enable mono) \
$(use_enable dbus) \
$(multilib_native_use_enable python) \
$(multilib_native_use_enable gtk) \
$(multilib_native_use_enable gtk3) \
$(use_enable nls) \
$(multilib_native_use_enable introspection) \
$(multilib_native_use_enable utils gtk-utils) \
--disable-qt3 \
$(multilib_native_use_enable qt4) \
$(use_enable gdbm) \
$(systemd_with_unitdir) \
"${myconf[@]}"
}
multilib_src_compile() {
emake
multilib_is_native_abi && use doc && emake avahi.devhelp
}
multilib_src_install() {
emake install DESTDIR="${D}"
use bookmarks && use python && use dbus && use gtk || \
rm -f "${ED}"/usr/bin/avahi-bookmarks
use howl-compat && dosym avahi-compat-howl.pc /usr/$(get_libdir)/pkgconfig/howl.pc
use mdnsresponder-compat && dosym avahi-compat-libdns_sd/dns_sd.h /usr/include/dns_sd.h
if multilib_is_native_abi && use doc; then
dohtml -r doxygen/html/. || die
insinto /usr/share/devhelp/books/avahi
doins avahi.devhelp || die
fi
}
multilib_src_install_all() {
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}
prune_libtool_files --all
}
pkg_postinst() {
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
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r5.ebuild ChangeLog
@ 2014-06-18 20:33 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:33 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 20:33:30
Modified: avahi-0.6.31-r5.ebuild ChangeLog
Log:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 net-dns/avahi/avahi-0.6.31-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?r1=1.2&r2=1.3
Index: avahi-0.6.31-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- avahi-0.6.31-r5.ebuild 16 May 2014 18:53:22 -0000 1.2
+++ avahi-0.6.31-r5.ebuild 18 Jun 2014 20:33:30 -0000 1.3
@@ -1,6 +1,6 @@
# 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.31-r5.ebuild,v 1.2 2014/05/16 18:53:22 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v 1.3 2014/06/18 20:33:30 mgorny Exp $
EAPI="5"
@@ -32,12 +32,12 @@
COMMON_DEPEND="
dev-libs/libdaemon
dev-libs/expat
- dev-libs/glib:2[${MULTILIB_USEDEP}]
- gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] )
+ >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ gdbm? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] )
qt4? ( dev-qt/qtcore:4 )
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
- dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
+ dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
kernel_linux? ( sys-libs/libcap )
introspection? ( dev-libs/gobject-introspection )
mono? (
@@ -59,7 +59,7 @@
DEPEND="
${COMMON_DEPEND}
dev-util/intltool
- virtual/pkgconfig[${MULTILIB_USEDEP}]
+ >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
doc? (
app-doc/doxygen
)
1.264 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.263&r2=1.264
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog 16 May 2014 18:53:22 -0000 1.263
+++ ChangeLog 18 Jun 2014 20:33:30 -0000 1.264
@@ -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.263 2014/05/16 18:53:22 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.264 2014/06/18 20:33:30 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> avahi-0.6.31-r5.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
16 May 2014; Sven Vermeulen <swift@gentoo.org> avahi-0.6.30-r3.ebuild,
avahi-0.6.31-r2.ebuild, avahi-0.6.31-r3.ebuild, avahi-0.6.31-r4.ebuild,
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r5.ebuild ChangeLog
@ 2014-06-24 22:17 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-24 22:17 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/24 22:17:17
Modified: avahi-0.6.31-r5.ebuild ChangeLog
Log:
Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 net-dns/avahi/avahi-0.6.31-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?r1=1.3&r2=1.4
Index: avahi-0.6.31-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- avahi-0.6.31-r5.ebuild 18 Jun 2014 20:33:30 -0000 1.3
+++ avahi-0.6.31-r5.ebuild 24 Jun 2014 22:17:17 -0000 1.4
@@ -1,6 +1,6 @@
# 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.31-r5.ebuild,v 1.3 2014/06/18 20:33:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v 1.4 2014/06/24 22:17:17 mgorny Exp $
EAPI="5"
@@ -32,7 +32,7 @@
COMMON_DEPEND="
dev-libs/libdaemon
dev-libs/expat
- >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
gdbm? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] )
qt4? ( dev-qt/qtcore:4 )
gtk? ( x11-libs/gtk+:2 )
1.265 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.264&r2=1.265
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog 18 Jun 2014 20:33:30 -0000 1.264
+++ ChangeLog 24 Jun 2014 22:17:17 -0000 1.265
@@ -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.264 2014/06/18 20:33:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.265 2014/06/24 22:17:17 mgorny Exp $
+
+ 24 Jun 2014; Michał Górny <mgorny@gentoo.org> avahi-0.6.31-r5.ebuild:
+ Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
+ GNOME 3.6.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> avahi-0.6.31-r5.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r5.ebuild ChangeLog
@ 2014-08-20 17:20 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-20 17:20 UTC (permalink / raw
To: gentoo-commits
blueness 14/08/20 17:20:13
Modified: avahi-0.6.31-r5.ebuild ChangeLog
Log:
Fix bug #501664
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.6 net-dns/avahi/avahi-0.6.31-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?r1=1.5&r2=1.6
Index: avahi-0.6.31-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- avahi-0.6.31-r5.ebuild 3 Aug 2014 17:45:35 -0000 1.5
+++ avahi-0.6.31-r5.ebuild 20 Aug 2014 17:20:13 -0000 1.6
@@ -1,6 +1,6 @@
# 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.31-r5.ebuild,v 1.5 2014/08/03 17:45:35 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v 1.6 2014/08/20 17:20:13 blueness Exp $
EAPI="5"
@@ -123,6 +123,9 @@
# allow building client without the daemon
epatch "${FILESDIR}"/${P}-build-client-without-daemon.patch
+ # Fix build under various locales, bug #501664
+ epatch "${FILESDIR}"/${P}-fix-locale-build.patch
+
# Drop DEPRECATED flags, bug #384743
sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED=1::g' avahi-ui/Makefile.am || die
1.267 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.267&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.267&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.266&r2=1.267
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog 3 Aug 2014 17:45:35 -0000 1.266
+++ ChangeLog 20 Aug 2014 17:20:13 -0000 1.267
@@ -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.266 2014/08/03 17:45:35 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.267 2014/08/20 17:20:13 blueness Exp $
+
+ 20 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
+ +files/avahi-0.6.31-fix-locale-build.patch, avahi-0.6.31-r5.ebuild:
+ Fix bug #501664
03 Aug 2014; <tgall@gentoo.org> avahi-0.6.31-r2.ebuild,
avahi-0.6.31-r5.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r5.ebuild ChangeLog
@ 2014-08-23 17:42 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-23 17:42 UTC (permalink / raw
To: gentoo-commits
blueness 14/08/23 17:42:07
Modified: avahi-0.6.31-r5.ebuild ChangeLog
Log:
Stable on ~ppc, ~ppc64. Bug #520338
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.7 net-dns/avahi/avahi-0.6.31-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?r1=1.6&r2=1.7
Index: avahi-0.6.31-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- avahi-0.6.31-r5.ebuild 20 Aug 2014 17:20:13 -0000 1.6
+++ avahi-0.6.31-r5.ebuild 23 Aug 2014 17:42:07 -0000 1.7
@@ -1,6 +1,6 @@
# 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.31-r5.ebuild,v 1.6 2014/08/20 17:20:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v 1.7 2014/08/23 17:42:07 blueness Exp $
EAPI="5"
@@ -18,7 +18,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 nls python qt4 selinux test utils"
REQUIRED_USE="
1.269 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.269&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.269&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.268&r2=1.269
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog 20 Aug 2014 17:22:01 -0000 1.268
+++ ChangeLog 23 Aug 2014 17:42:07 -0000 1.269
@@ -1,6 +1,9 @@
# 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.268 2014/08/20 17:22:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.269 2014/08/23 17:42:07 blueness Exp $
+
+ 23 Aug 2014; Anthony G. Basile <blueness@gentoo.org> avahi-0.6.31-r5.ebuild:
+ Stable on ~ppc, ~ppc64. Bug #520338
20 Aug 2014; Anthony G. Basile <blueness@gentoo.org> -avahi-0.6.31-r3.ebuild,
-avahi-0.6.31-r4.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r5.ebuild ChangeLog
@ 2014-08-30 18:45 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-30 18:45 UTC (permalink / raw
To: gentoo-commits
blueness 14/08/30 18:45:02
Modified: avahi-0.6.31-r5.ebuild ChangeLog
Log:
Stable on arm, bug #520338
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.9 net-dns/avahi/avahi-0.6.31-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild?r1=1.8&r2=1.9
Index: avahi-0.6.31-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- avahi-0.6.31-r5.ebuild 25 Aug 2014 19:20:50 -0000 1.8
+++ avahi-0.6.31-r5.ebuild 30 Aug 2014 18:45:02 -0000 1.9
@@ -1,6 +1,6 @@
# 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.31-r5.ebuild,v 1.8 2014/08/25 19:20:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v 1.9 2014/08/30 18:45:02 blueness Exp $
EAPI="5"
@@ -18,7 +18,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 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 nls python qt4 selinux test utils"
REQUIRED_USE="
1.271 net-dns/avahi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.271&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.271&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.270&r2=1.271
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog 25 Aug 2014 19:20:50 -0000 1.270
+++ ChangeLog 30 Aug 2014 18:45:02 -0000 1.271
@@ -1,6 +1,9 @@
# 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.270 2014/08/25 19:20:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.271 2014/08/30 18:45:02 blueness Exp $
+
+ 30 Aug 2014; Anthony G. Basile <blueness@gentoo.org> avahi-0.6.31-r5.ebuild:
+ Stable on arm, bug #520338
25 Aug 2014; Jeroen Roovers <jer@gentoo.org> avahi-0.6.31-r5.ebuild:
Stable for HPPA (bug #520338).
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-08-30 18:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 18:08 [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r5.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-06-18 20:33 Michal Gorny (mgorny)
2014-06-24 22:17 Michal Gorny (mgorny)
2014-08-20 17:20 Anthony G. Basile (blueness)
2014-08-23 17:42 Anthony G. Basile (blueness)
2014-08-30 18:45 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox