diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-09-06 13:14:11 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-09-06 13:14:11 +0000 |
commit | 9d55e7b678564627ab3f5958caaab2abc1f8c8f9 (patch) | |
tree | d8892ba0509ff68872a7ac4fd8f616349b352fe8 /dev-python/dbus-python | |
parent | upstream fixes. firewire inputs handling mainly (diff) | |
download | gentoo-2-9d55e7b678564627ab3f5958caaab2abc1f8c8f9.tar.gz gentoo-2-9d55e7b678564627ab3f5958caaab2abc1f8c8f9.tar.bz2 gentoo-2-9d55e7b678564627ab3f5958caaab2abc1f8c8f9.zip |
ver bump
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.82.2.ebuild | 51 | ||||
-rw-r--r-- | dev-python/dbus-python/files/digest-dbus-python-0.82.2 | 3 |
3 files changed, 59 insertions, 1 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index f2ceee127600..5fba21112b4f 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.27 2007/07/07 22:52:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.28 2007/09/06 13:14:11 cardoe Exp $ + + 06 Sep 2007; Doug Goldstein <cardoe@gentoo.org> + +dbus-python-0.82.2.ebuild: + ver bump 07 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> dbus-python-0.80.2.ebuild, dbus-python-0.81.0.ebuild: diff --git a/dev-python/dbus-python/dbus-python-0.82.2.ebuild b/dev-python/dbus-python/dbus-python-0.82.2.ebuild new file mode 100644 index 000000000000..f5e9ee40c962 --- /dev/null +++ b/dev-python/dbus-python/dbus-python-0.82.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.2.ebuild,v 1.1 2007/09/06 13:14:11 cardoe Exp $ + +inherit python multilib + +DESCRIPTION="Python bindings for the D-Bus messagebus." +HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings \ +http://dbus.freedesktop.org/doc/dbus-python/" +SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="|| ( GPL-2 AFL-2.1 )" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=">=dev-lang/python-2.4 + >=dev-python/pyrex-0.9.3-r2 + >=dev-libs/dbus-glib-0.71 + >=sys-apps/dbus-0.91" + +DEPEND="${RDEPEND} + test? ( dev-python/pygobject ) + dev-util/pkgconfig" + +src_unpack() { + unpack ${A} + cd "${S}" + + # don't run py-compile + sed -i \ + -e '/if test -n "$$dlist"; then/,/else :; fi/d' \ + dbus/Makefile.in Makefile.in || die "sed in Makefile.in failed" +} + +src_compile() { + econf --docdir=/usr/share/doc/dbus-python-${PV} || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/dbus +} + +pkg_postrm() { + python_mod_cleanup +} diff --git a/dev-python/dbus-python/files/digest-dbus-python-0.82.2 b/dev-python/dbus-python/files/digest-dbus-python-0.82.2 new file mode 100644 index 000000000000..c3f18677b0a9 --- /dev/null +++ b/dev-python/dbus-python/files/digest-dbus-python-0.82.2 @@ -0,0 +1,3 @@ +MD5 e3b632ed260718301668bc079b6b3172 dbus-python-0.82.2.tar.gz 489458 +RMD160 e00c449455344d2426b165c5921a9502b6b0b56e dbus-python-0.82.2.tar.gz 489458 +SHA256 4a1cb80c185118dcbb2b20ce81e164db570636fb4bd20501fbabe426658ec0e3 dbus-python-0.82.2.tar.gz 489458 |