Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-python/kaa-base
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.15 2008/08/23 11:49:55 rbu Exp $
23 Aug 2008; Robert Buchholz
Pull avahi and others into DEPEND, and check for avahi before checking for
use flags (bug #235123 by Anton Romanov)
16 Aug 2008; Robert Buchholz
kaa-base-0.4.0.ebuild:
Add tls useflag for tlslite, also add avahi dependency, readd ~ppc
*kaa-base-0.4.0 (16 Aug 2008)
16 Aug 2008; Robert Buchholz
+kaa-base-0.4.0.ebuild:
Version bump, bug #217542
Dropping ~ppc keyword due to new tlslite dependency
20 Jun 2008; Santiago M. Mola
Set PYTHON_MODNAME to fit new distutils.eclass behaviour.
01 May 2008; Tobias Scherbaum
kaa-base-0.3.0.ebuild:
ppc stable, bug #218647
27 Apr 2008; Markus Meier
x86 stable, bug #218647
20 Apr 2008; Robert Buchholz
amd64 stable, bug 218647
*kaa-base-0.3.0 (12 Mar 2008)
12 Mar 2008; Robert Buchholz
Version bump, thanks to alpiturchi (bug #210343)
06 Oct 2007; Tobias Scherbaum
kaa-base-0.1.3.ebuild:
ppc stable, bug #190238
10 Sep 2007; Markus Meier
stable on x86, wrt bug #190238
25 Aug 2007; Steve Dibb
amd64 stable, bug 190238
*kaa-base-0.1.3-r1 (23 Aug 2007)
23 Aug 2007; Robert Buchholz
kaa-base-0.1.3.ebuild:
Remove pynotifier files from kaa-sources and depend on dev-python/pynotifier
*kaa-base-0.1.3 (11 Jul 2007)
11 Jul 2007; Robert Buchholz
+kaa-base-0.1.3.ebuild:
Initial commit of ebuild by Ian Stakenvicius (_AxS_)
DIST kaa-base-0.1.3.tar.gz 122141 RMD160 898f4a7b0c10c6cda3289fd7721dc7dff02048ea SHA1 14f81db1a4890516c48eccdca0e6d722aa6cd494 SHA256 97d43e82bc52013bfcd46370118211475a9edd88a8c5d90abf71464bd4f3572f
DIST kaa-base-0.3.0.tar.gz 152079 RMD160 ce5636723b0881f01592527aa1e5f00d2fbff582 SHA1 967852fd11cc478d292a953652fdd1cb6dc2712b SHA256 334c2e265d0fb98ac2f7bd317395d79f02b6e99b998ada75bf78e0a35531dbc3
DIST kaa-base-0.4.0.tar.gz 169848 RMD160 6b07753aae440404d41cc902b3223432238cfd18 SHA1 f9b0af0ffd17d99629f61dea198b4c8004045e53 SHA256 7795e5e1505bb66526c198b78309a2a111135e5d5c679ef713974b71d6580b46
EBUILD kaa-base-0.1.3.ebuild 840 RMD160 9579ebdfa12aaa3a8e1169f3dce696c544260be2 SHA1 63da6d6fb50c24c5727961f2868650426e7add6d SHA256 43596fb5a04ad72b05079350cafdbbbbf271bd63001beaf07b753c09b8317ebf
EBUILD kaa-base-0.3.0.ebuild 944 RMD160 20018c5e411459ba12b062c6b14da6473a50fc59 SHA1 01ffb6fab20fd7c2c1de44a2c40250a6f63b6c05 SHA256 a57ba82d2eb554c91834a54a5102f07e835c494105bc6fa41b355ecb2907a65c
EBUILD kaa-base-0.4.0.ebuild 1229 RMD160 72dd6134da4543ee86169eb840389b9fda14cf18 SHA1 c1adaf250539a082a5911cdfe31a53085b7a2bf1 SHA256 9cc0c58b982577be7d7b059dff95e8c5a48a083b3ce5f4a0d3521f6a69607e51
MISC ChangeLog 2121 RMD160 1c276bddea28d5865d44be739f6c56c063fd2435 SHA1 c71cef7ed85a36a2a553e8d5dfa44dd8940959c2 SHA256 a0bb55fbb711c1e42682cafb9b1649950f98fa4a8d8e8749193a30d4782cc65b
MISC metadata.xml 939 RMD160 564ca451943e3913c6ce83468abd9f4d6c00a85d SHA1 ccead8a2425abb0b3b5db09ef08d5045866cb3dc SHA256 92fa5640ba5a1f8be3de22081645ece1429766f978e641486d663e02cf0b3bb3
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.1.3.ebuild,v 1.5 2007/10/06 20:13:26 dertobi123 Exp $
inherit python eutils distutils
DESCRIPTION="Basic Framework for all Kaa Python Modules."
HOMEPAGE="http://freevo.sourceforge.net/kaa/"
SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="sqlite lirc"
RDEPEND="dev-libs/libxml2
sqlite? ( >=dev-libs/glib-2.4.0 >=dev-python/pysqlite-2.2 )
lirc? ( dev-python/pylirc )
dev-python/pygobject"
pkg_setup() {
if !(built_with_use dev-libs/libxml2 python); then
eerror "dev-libs/libxml2 must be built with the 'python' USE flag"
die "Recompile dev-libs/libxml2 with the 'python' USE flag enabled"
fi
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.3.0.ebuild,v 1.5 2008/06/20 15:26:55 coldwind Exp $
inherit python eutils distutils
DESCRIPTION="Basic Framework for all Kaa Python Modules."
HOMEPAGE="http://freevo.sourceforge.net/kaa/"
SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="sqlite lirc"
RDEPEND="dev-libs/libxml2
dev-python/pynotifier
sqlite? ( >=dev-libs/glib-2.4.0 >=dev-python/pysqlite-2.2 )
lirc? ( dev-python/pylirc )"
PYTHON_MODNAME="kaa"
src_unpack() {
distutils_src_unpack
cd "${S}"
rm -rf src/notifier/pynotifier
}
pkg_setup() {
if ! built_with_use dev-libs/libxml2 python; then
eerror "dev-libs/libxml2 must be built with the 'python' USE flag"
die "Recompile dev-libs/libxml2 with the 'python' USE flag enabled"
fi
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.4.0.ebuild,v 1.5 2008/08/23 11:49:55 rbu Exp $
inherit python eutils distutils
DESCRIPTION="Basic Framework for all Kaa Python Modules."
HOMEPAGE="http://freevo.sourceforge.net/kaa/"
SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="avahi ssl sqlite tls lirc"
DEPEND="dev-libs/libxml2
sqlite? ( dev-python/dbus-python >=dev-python/pysqlite-2.2 )
avahi? ( net-dns/avahi )"
RDEPEND="${DEPEND}
dev-python/pynotifier
lirc? ( dev-python/pylirc )
tls? ( dev-python/tlslite )"
PYTHON_MODNAME="kaa"
src_unpack() {
distutils_src_unpack
cd "${S}"
rm -rf src/notifier/pynotifier
}
pkg_setup() {
if ! built_with_use dev-libs/libxml2 python; then
eerror "dev-libs/libxml2 must be built with the 'python' USE flag"
die "Recompile dev-libs/libxml2 with the 'python' USE flag enabled"
fi
if use avahi && ! built_with_use net-dns/avahi python; then
eerror "net-dns/avahi must be built with the 'python' USE flag"
die "Recompile net-dns/avahi with the 'python' USE flag enabled"
fi
}
Kaa-base provides the base Kaa framework and is an implicit
dependency for all kaa modules. The kaa framework includes a
mainloop facility with an API for signals and callbacks, timers,
process and thread management, file descriptor monitoring (with
INotify support), inter-process communication, as well as a
rich, practically magical API for asynchronous programming.