public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/kaa-base: ChangeLog kaa-base-0.4.0-r1.ebuild
Date: Wed, 01 Apr 2009 14:00:43 +0000	[thread overview]
Message-ID: <E1Lp0zj-0007sV-KU@stork.gentoo.org> (raw)

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
}






                 reply	other threads:[~2009-04-01 14:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Lp0zj-0007sV-KU@stork.gentoo.org \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox