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/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
Date: Sun, 15 Feb 2009 12:12:11 +0000	[thread overview]
Message-ID: <E1LYfr1-0003ZL-W9@stork.gentoo.org> (raw)

patrick     09/02/15 12:12:11

  Modified:             ChangeLog
  Added:                dbus-python-0.83.0-r1.ebuild
  Log:
  Fixing dbus dep of 0.83 to fix #258967
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 dev-python/dbus-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	18 Jan 2009 18:59:43 -0000	1.43
+++ ChangeLog	15 Feb 2009 12:12:11 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/dbus-python
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.43 2009/01/18 18:59:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.44 2009/02/15 12:12:11 patrick Exp $
+
+*dbus-python-0.83.0-r1 (15 Feb 2009)
+
+  15 Feb 2009; Patrick Lauer <patrick@gentoo.org>
+  +dbus-python-0.83.0-r1.ebuild:
+  Fixing dbus dep of 0.83 to fix #258967
 
   18 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
   -dbus-python-0.71.ebuild, dbus-python-0.80.2.ebuild,



1.1                  dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild

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

Index: dbus-python-0.83.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/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.1 2009/02/15 12:12:11 patrick 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="MIT"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="test"

RDEPEND=">=dev-lang/python-2.4.4-r5
	>=dev-python/pyrex-0.9.3-r2
	>=dev-libs/dbus-glib-0.71
	>=sys-apps/dbus-1.1.1"

DEPEND="${RDEPEND}
	test? ( dev-python/pygobject )
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# disable pyc compiling
	mv "${S}"/py-compile "${S}"/py-compile.orig
	ln -s $(type -P true) "${S}"/py-compile
}

src_compile() {
	econf --docdir=/usr/share/doc/dbus-python-${PV}
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
}

pkg_postinst() {
	python_version
	python_need_rebuild
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/dbus
}

pkg_postrm() {
	python_mod_cleanup
}






             reply	other threads:[~2009-02-15 12:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-15 12:12 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-10 15:33 [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild Petteri Raty (betelgeuse)
2009-08-02  0:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-03 17:26 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-07 16:13 Gysbert Wassenaar (nixnut)
2009-10-09 21:00 Markus Meier (maekke)
2009-10-18 16:37 Tobias Klausmann (klausman)
2009-10-21  9:03 Jeroen Roovers (jer)
2009-10-21 19:40 Markus Meier (maekke)
2009-10-28 18:27 Raul Porcel (armin76)
2009-10-31 14:20 Brent Baude (ranger)
2010-01-11 16:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-01-20  0:11 Jonathan Callen (abcd)
2010-02-17 22:48 Gilles Dartiguelongue (eva)

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=E1LYfr1-0003ZL-W9@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