Portage is a package management system used by Gentoo Linux
# ChangeLog for kde-misc/kdnssd-avahi
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdnssd-avahi/ChangeLog,v 1.19 2008/03/04 23:45:20 dirtyepic Exp $
04 Mar 2008; Ryan Hill
Keyword ~mips.
24 May 2007; Diego Pettenò
kdnssd-avahi-0.1.2.ebuild:
Check also for dbus useflag on avahi, as without that avahi-client is not
built, and kdnssd-avahi will fail at configure for missing prerequisites.
30 Apr 2007; Carsten Lohrke
Fix thinko.
14 Feb 2007; Bryan Østergaard
kdnssd-avahi-0.1.2.ebuild:
Stable on IA64, bug 165606.
09 Feb 2007; Chris Gianelloni
kdnssd-avahi-0.1.2.ebuild:
Stable on alpha/amd64 wrt bug #164079.
01 Feb 2007; Markus Rothe
Stable on ppc64; bug #164079
31 Jan 2007; Joseph Jezak
Marked ppc stable for bug #164079.
30 Jan 2007; Jeroen Roovers
Stable for HPPA (bug #164079).
29 Jan 2007; Gustavo Zacarias
kdnssd-avahi-0.1.2.ebuild:
Stable on sparc wrt #164079
29 Jan 2007; Christian Faulhammer
kdnssd-avahi-0.1.2.ebuild:
stable x86; bug #164079
21 Jan 2007; Jeroen Roovers
Marked ~hppa (bug #152818).
18 Dec 2006; Jason Wever
Added ~sparc keyword wrt bug #152818.
25 Nov 2006; Bryan Østergaard
kdnssd-avahi-0.1.2.ebuild:
Add ~alpha + ~ia64 keywords.
24 Nov 2006; Markus Rothe
Added ~ppc64; bug #155505
22 Nov 2006; Joseph Jezak
Marked ~ppc for bug #155505.
21 Nov 2006; Diego Pettenò
Give this back to kde herd.
18 Nov 2006; Christian Faulhammer
kdnssd-avahi-0.1.2.ebuild:
keyworded ~x86, bug #155505
18 Nov 2006; Diego Pettenò
kdnssd-avahi-0.1.2.ebuild:
Add error when avahi is built without qt3 useflag, and ~x86-fbsd keyword.
*kdnssd-avahi-0.1.2 (17 Nov 2006)
17 Nov 2006; Diego Pettenò
+kdnssd-avahi-0.1.2.ebuild:
Initial import, thanks to Nathan Caldwell in bug #118178.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST kde-admindir-3.5.5.tar.bz2 187274 RMD160 24528f3bf94e7d1a1036b6e5af180719785839ed SHA1 b640d2606305201b0ec030555c324d326440efff SHA256 1aa56856e432839ec74a67ab33fc21b56ed4f1b4b5c60bfd5b953cb2d3423153
DIST kdnssd-avahi_0.1.2.orig.tar.gz 569115 RMD160 a9ee8286931f60acddce338abcadf2447a803ab6 SHA1 ac7372beb6baa62dc99cc729ce3a2ff3c6300c7c SHA256 ec7075875b1e64910e6be4aecfbff691964079abcd1b2ac46d066e836bd5b8fb
EBUILD kdnssd-avahi-0.1.2.ebuild 1128 RMD160 4f68d738db7c0bbd0c58525b1dd86937c4e5a06f SHA1 55e186f2c6e4e97a7942cd54e248517b9effcde4 SHA256 bb7ab2d6947988f60f4c4ad8a2dcecb27192dd61fbfd0c209a215e7c61928fce
MISC ChangeLog 2541 RMD160 ae35f07b0aa949426f3ead1ec2ed2ee165eb12fd SHA1 fad79a7f1c68cf950b2066a92460f7739a03c08a SHA256 6bef19a2185950722eb666cf6a9d07a2787d6d75f40a63a214fd93e8ceccfca2
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHzd8ciqiDRvmkBmIRAj0TAJ9mUyAq8YRkuoQbvEsBKMvdB2GcUACg3IMF
ebXk9k+U1z94/64PUC1r5Ns=
=3x9U
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdnssd-avahi/kdnssd-avahi-0.1.2.ebuild,v 1.18 2008/03/04 23:45:20 dirtyepic Exp $
inherit kde
DESCRIPTION="DNS Service Discovery kioslave using Avahi (rather than mDNSResponder)"
HOMEPAGE="http://wiki.kde.org/tiki-index.php?page=Zeroconf+in+KDE"
SRC_URI="http://helios.et.put.poznan.pl/~jstachow/pub/${PN}_${PV}.orig.tar.gz
mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
RDEPEND="net-dns/avahi"
DEPEND="${RDEPEND}"
need-kde 3.5
pkg_setup() {
if ! built_with_use net-dns/avahi qt3 dbus; then
eerror "To compile kdnssd-avahi package you need Avahi with DBus and Qt 3.x support."
eerror "but net-dns/avahi is not built with qt3 and/or dbus USE flags enabled."
die "Please, rebuild net-dns/avahi with the \"qt3\" and \"dbus\" USE flags."
fi
}
src_compile() {
kde_src_compile myconf configure
emake -C "${S}/${PN}" mocs || die "make mocs failed"
kde_src_compile make
}