public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/kaa-base: ChangeLog kaa-base-0.4.0-r1.ebuild
@ 2009-04-01 14:00 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-04-01 14:00 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/01 14:00:43

  Modified:             ChangeLog
  Added:                kaa-base-0.4.0-r1.ebuild
  Log:
  Adding dev-lang/python[threads] dep. Fixes #264471
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-python/kaa-base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-base/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-base/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-base/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	23 Aug 2008 11:49:55 -0000	1.15
+++ ChangeLog	1 Apr 2009 14:00:43 -0000	1.16
@@ -1,6 +1,11 @@
 # 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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.16 2009/04/01 14:00:43 patrick Exp $
+
+*kaa-base-0.4.0-r1 (01 Apr 2009)
+
+  01 Apr 2009; Patrick Lauer <patrick@gentoo.org> +kaa-base-0.4.0-r1.ebuild:
+  Adding dev-lang/python[threads] dep. Fixes #264471
 
   23 Aug 2008; Robert Buchholz <rbu@gentoo.org> kaa-base-0.4.0.ebuild:
   Pull avahi and others into DEPEND, and check for avahi before checking for



1.1                  dev-python/kaa-base/kaa-base-0.4.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-base/kaa-base-0.4.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-base/kaa-base-0.4.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: kaa-base-0.4.0-r1.ebuild
===================================================================
# Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/04/01 14:00:43 patrick Exp $

EAPI="2"

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-lang/python[threads]
	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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-01 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 14:00 [gentoo-commits] gentoo-x86 commit in dev-python/kaa-base: ChangeLog kaa-base-0.4.0-r1.ebuild Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox