public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-02-15 12:12 Patrick Lauer (patrick)
  0 siblings, 0 replies; 14+ messages in thread
From: Patrick Lauer (patrick) @ 2009-02-15 12:12 UTC (permalink / raw
  To: gentoo-commits

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
}






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-03-10 15:33 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 14+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-03-10 15:33 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/03/10 15:33:46

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Add examples use flag.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc6 i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	15 Feb 2009 12:12:11 -0000	1.44
+++ ChangeLog	10 Mar 2009 15:33:46 -0000	1.45
@@ -1,6 +1,10 @@
 # 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.44 2009/02/15 12:12:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.45 2009/03/10 15:33:46 betelgeuse Exp $
+
+  10 Mar 2009; Petteri Räty <betelgeuse@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Add examples use flag.
 
 *dbus-python-0.83.0-r1 (15 Feb 2009)
 
@@ -71,6 +75,8 @@
   bug #191590. Appears this is an issue with the old python-config. -r5 and
   higher use the new one
 
+*dbus-python-0.82.2 (06 Sep 2007)
+
   06 Sep 2007; Doug Goldstein <cardoe@gentoo.org>
   +dbus-python-0.82.2.ebuild:
   ver bump



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.1&r2=1.2

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbus-python-0.83.0-r1.ebuild	15 Feb 2009 12:12:11 -0000	1.1
+++ dbus-python-0.83.0-r1.ebuild	10 Mar 2009 15:33:46 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.2 2009/03/10 15:33:46 betelgeuse Exp $
 
 inherit python multilib
 
@@ -12,7 +12,7 @@
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="test"
+IUSE="examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5
 	>=dev-python/pyrex-0.9.3-r2
@@ -39,6 +39,11 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die "make install failed"
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}/
+		doins -r examples || die
+	fi
 }
 
 pkg_postinst() {






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-08-02  0:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 14+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-08-02  0:45 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/08/02 00:45:44

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 13874-svn/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	10 Mar 2009 15:35:12 -0000	1.46
+++ ChangeLog	2 Aug 2009 00:45:44 -0000	1.47
@@ -1,6 +1,10 @@
 # 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.46 2009/03/10 15:35:12 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.47 2009/08/02 00:45:44 arfrever Exp $
+
+  02 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
   10 Mar 2009; Petteri Räty <betelgeuse@gentoo.org> metadata.xml:
   Remove steev from metadata.xml as he isn't associated with this package



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.2&r2=1.3

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dbus-python-0.83.0-r1.ebuild	10 Mar 2009 15:33:46 -0000	1.2
+++ dbus-python-0.83.0-r1.ebuild	2 Aug 2009 00:45:44 -0000	1.3
@@ -1,6 +1,9 @@
 # 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.2 2009/03/10 15:33:46 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.3 2009/08/02 00:45:44 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit python multilib
 
@@ -23,22 +26,37 @@
 	test? ( dev-python/pygobject )
 	dev-util/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+RESTRICT_PYTHON_ABIS="3*"
 
-	# disable pyc compiling
+src_prepare() {
+	# Disable compiling of .pyc files.
 	mv "${S}"/py-compile "${S}"/py-compile.orig
 	ln -s $(type -P true) "${S}"/py-compile
+
+	python_copy_sources
+}
+
+src_configure() {
+	configure_package() {
+		econf --docdir=/usr/share/doc/dbus-python-${PV}
+	}
+	python_execute_function -s configure_package
 }
 
 src_compile() {
-	econf --docdir=/usr/share/doc/dbus-python-${PV}
-	emake || die "emake failed"
+	build_package() {
+		emake
+	}
+	python_execute_function -s build_package
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
+	python_need_rebuild
+
+	install_package() {
+		emake DESTDIR="${D}" install
+	}
+	python_execute_function -s install_package
 
 	if use examples; then
 		insinto /usr/share/doc/${PF}/
@@ -47,9 +65,7 @@
 }
 
 pkg_postinst() {
-	python_version
-	python_need_rebuild
-	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/dbus
+	python_mod_optimize dbus
 }
 
 pkg_postrm() {






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-03 17:26 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 14+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-10-03 17:26 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/10/03 17:26:14

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Add "doc" USE flag.
  (Portage version: 14479-svn/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	2 Aug 2009 00:45:44 -0000	1.47
+++ ChangeLog	3 Oct 2009 17:26:13 -0000	1.48
@@ -1,6 +1,10 @@
 # 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.47 2009/08/02 00:45:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.48 2009/10/03 17:26:13 arfrever Exp $
+
+  03 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Add "doc" USE flag.
 
   02 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.5&r2=1.6

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dbus-python-0.83.0-r1.ebuild	3 Oct 2009 05:19:23 -0000	1.5
+++ dbus-python-0.83.0-r1.ebuild	3 Oct 2009 17:26:13 -0000	1.6
@@ -1,8 +1,9 @@
 # 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.5 2009/10/03 05:19:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.6 2009/10/03 17:26:13 arfrever Exp $
 
 EAPI="2"
+PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
 
 inherit multilib python
@@ -15,42 +16,50 @@
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="examples test"
+IUSE="doc examples 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}
+	doc? ( =dev-python/epydoc-3* )
 	test? ( dev-python/pygobject )
 	dev-util/pkgconfig"
-
-RESTRICT_PYTHON_ABIS="3*"
+RESTRICT_PYTHON_ABIS="3.*"
 
 src_prepare() {
 	# Disable compiling of .pyc files.
 	mv "${S}"/py-compile "${S}"/py-compile.orig
 	ln -s $(type -P true) "${S}"/py-compile
 
-	python_copy_sources
+	python_src_prepare
 }
 
 src_configure() {
 	configuration() {
-		econf --docdir=/usr/share/doc/dbus-python-${PV}
+		econf \
+			--docdir=/usr/share/doc/dbus-python-${PV} \
+			$(use_enable doc api-docs)
 	}
 	python_execute_function -s configuration
 }
 
-src_compile() {
-	python_execute_function -d -s
-}
-
 src_install() {
 	python_need_rebuild
 
-	python_execute_function -d -s
+	python_src_install
+
+	if use doc; then
+		# Install documentation only once.
+		documentation_installed="0"
+		install_documentation() {
+			[[ "${documentation_installed}" == "1" ]] && return
+			dohtml api/* || return 1
+			documentation_installed="1"
+		}
+		python_execute_function -q -s install_documentation
+	fi
 
 	if use examples; then
 		insinto /usr/share/doc/${PF}/






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-07 16:13 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 14+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-07 16:13 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/07 16:13:30

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  ppc stable #287548
  (Portage version: 2.1.6.13/cvs/Linux ppc)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	3 Oct 2009 17:26:13 -0000	1.48
+++ ChangeLog	7 Oct 2009 16:13:30 -0000	1.49
@@ -1,6 +1,9 @@
 # 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.48 2009/10/03 17:26:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.49 2009/10/07 16:13:30 nixnut Exp $
+
+  07 Oct 2009; nixnut <nixnut@gentoo.org> dbus-python-0.83.0-r1.ebuild:
+  ppc stable #287548
 
   03 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.6&r2=1.7

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dbus-python-0.83.0-r1.ebuild	3 Oct 2009 17:26:13 -0000	1.6
+++ dbus-python-0.83.0-r1.ebuild	7 Oct 2009 16:13:30 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.6 2009/10/03 17:26:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.7 2009/10/07 16:13:30 nixnut Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-09 21:00 Markus Meier (maekke)
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Meier (maekke) @ 2009-10-09 21:00 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/09 21:00:42

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  amd64/x86 stable, bug #287548
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	7 Oct 2009 16:13:30 -0000	1.49
+++ ChangeLog	9 Oct 2009 21:00:42 -0000	1.50
@@ -1,6 +1,10 @@
 # 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.49 2009/10/07 16:13:30 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.50 2009/10/09 21:00:42 maekke Exp $
+
+  09 Oct 2009; Markus Meier <maekke@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  amd64/x86 stable, bug #287548
 
   07 Oct 2009; nixnut <nixnut@gentoo.org> dbus-python-0.83.0-r1.ebuild:
   ppc stable #287548



1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.7&r2=1.8

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dbus-python-0.83.0-r1.ebuild	7 Oct 2009 16:13:30 -0000	1.7
+++ dbus-python-0.83.0-r1.ebuild	9 Oct 2009 21:00:42 -0000	1.8
@@ -1,6 +1,6 @@
 # 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.7 2009/10/07 16:13:30 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.8 2009/10/09 21:00:42 maekke Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-18 16:37 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-10-18 16:37 UTC (permalink / raw
  To: gentoo-commits

klausman    09/10/18 16:37:18

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Stable on alpha, bug #287548
  (Portage version: 2.1.7.1/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	9 Oct 2009 21:00:42 -0000	1.50
+++ ChangeLog	18 Oct 2009 16:37:17 -0000	1.51
@@ -1,6 +1,10 @@
 # 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.50 2009/10/09 21:00:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.51 2009/10/18 16:37:17 klausman Exp $
+
+  18 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Stable on alpha, bug #287548
 
   09 Oct 2009; Markus Meier <maekke@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.8&r2=1.9

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dbus-python-0.83.0-r1.ebuild	9 Oct 2009 21:00:42 -0000	1.8
+++ dbus-python-0.83.0-r1.ebuild	18 Oct 2009 16:37:17 -0000	1.9
@@ -1,6 +1,6 @@
 # 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.8 2009/10/09 21:00:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.9 2009/10/18 16:37:17 klausman Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-21  9:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers (jer) @ 2009-10-21  9:03 UTC (permalink / raw
  To: gentoo-commits

jer         09/10/21 09:03:06

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Stable for HPPA (bug #287548).
  (Portage version: 2.2_rc46/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	18 Oct 2009 16:37:17 -0000	1.51
+++ ChangeLog	21 Oct 2009 09:03:06 -0000	1.52
@@ -1,6 +1,9 @@
 # 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.51 2009/10/18 16:37:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.52 2009/10/21 09:03:06 jer Exp $
+
+  21 Oct 2009; Jeroen Roovers <jer@gentoo.org> dbus-python-0.83.0-r1.ebuild:
+  Stable for HPPA (bug #287548).
 
   18 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.9&r2=1.10

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dbus-python-0.83.0-r1.ebuild	18 Oct 2009 16:37:17 -0000	1.9
+++ dbus-python-0.83.0-r1.ebuild	21 Oct 2009 09:03:06 -0000	1.10
@@ -1,6 +1,6 @@
 # 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.9 2009/10/18 16:37:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.10 2009/10/21 09:03:06 jer Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-21 19:40 Markus Meier (maekke)
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Meier (maekke) @ 2009-10-21 19:40 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/21 19:40:14

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  arm stable, bug #287548
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	21 Oct 2009 09:03:06 -0000	1.52
+++ ChangeLog	21 Oct 2009 19:40:13 -0000	1.53
@@ -1,6 +1,10 @@
 # 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.52 2009/10/21 09:03:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.53 2009/10/21 19:40:13 maekke Exp $
+
+  21 Oct 2009; Markus Meier <maekke@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  arm stable, bug #287548
 
   21 Oct 2009; Jeroen Roovers <jer@gentoo.org> dbus-python-0.83.0-r1.ebuild:
   Stable for HPPA (bug #287548).



1.11                 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.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.10&r2=1.11

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dbus-python-0.83.0-r1.ebuild	21 Oct 2009 09:03:06 -0000	1.10
+++ dbus-python-0.83.0-r1.ebuild	21 Oct 2009 19:40:13 -0000	1.11
@@ -1,6 +1,6 @@
 # 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.10 2009/10/21 09:03:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.11 2009/10/21 19:40:13 maekke Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-28 18:27 Raul Porcel (armin76)
  0 siblings, 0 replies; 14+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-28 18:27 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/28 18:27:32

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  ia64/s390/sh/sparc stable wrt #287548
  (Portage version: 2.1.6.13/cvs/Linux ia64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	21 Oct 2009 19:40:13 -0000	1.53
+++ ChangeLog	28 Oct 2009 18:27:32 -0000	1.54
@@ -1,6 +1,10 @@
 # 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.53 2009/10/21 19:40:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.54 2009/10/28 18:27:32 armin76 Exp $
+
+  28 Oct 2009; Raúl Porcel <armin76@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  ia64/s390/sh/sparc stable wrt #287548
 
   21 Oct 2009; Markus Meier <maekke@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.12                 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.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.11&r2=1.12

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dbus-python-0.83.0-r1.ebuild	21 Oct 2009 19:40:13 -0000	1.11
+++ dbus-python-0.83.0-r1.ebuild	28 Oct 2009 18:27:32 -0000	1.12
@@ -1,6 +1,6 @@
 # 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.11 2009/10/21 19:40:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.12 2009/10/28 18:27:32 armin76 Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2009-10-31 14:20 Brent Baude (ranger)
  0 siblings, 0 replies; 14+ messages in thread
From: Brent Baude (ranger) @ 2009-10-31 14:20 UTC (permalink / raw
  To: gentoo-commits

ranger      09/10/31 14:20:19

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Marking dbus-python-0.83.0-r1 ppc64 for bug 287548
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	28 Oct 2009 18:27:32 -0000	1.54
+++ ChangeLog	31 Oct 2009 14:20:19 -0000	1.55
@@ -1,6 +1,9 @@
 # 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.54 2009/10/28 18:27:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.55 2009/10/31 14:20:19 ranger Exp $
+
+  31 Oct 2009; Brent Baude <ranger@gentoo.org> dbus-python-0.83.0-r1.ebuild:
+  Marking dbus-python-0.83.0-r1 ppc64 for bug 287548
 
   28 Oct 2009; Raúl Porcel <armin76@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.12&r2=1.13

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dbus-python-0.83.0-r1.ebuild	28 Oct 2009 18:27:32 -0000	1.12
+++ dbus-python-0.83.0-r1.ebuild	31 Oct 2009 14:20:19 -0000	1.13
@@ -1,6 +1,6 @@
 # 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.12 2009/10/28 18:27:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.13 2009/10/31 14:20:19 ranger Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2010-01-11 16:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 14+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-11 16:49 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/01/11 16:49:22

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Don't call python_need_rebuild() (bug #300523).
  (Portage version: 15191-svn/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	31 Oct 2009 14:20:19 -0000	1.55
+++ ChangeLog	11 Jan 2010 16:49:22 -0000	1.56
@@ -1,6 +1,10 @@
 # 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.55 2009/10/31 14:20:19 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.56 2010/01/11 16:49:22 arfrever Exp $
+
+  11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Don't call python_need_rebuild() (bug #300523).
 
   31 Oct 2009; Brent Baude <ranger@gentoo.org> dbus-python-0.83.0-r1.ebuild:
   Marking dbus-python-0.83.0-r1 ppc64 for bug 287548



1.14                 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.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.13&r2=1.14

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dbus-python-0.83.0-r1.ebuild	31 Oct 2009 14:20:19 -0000	1.13
+++ dbus-python-0.83.0-r1.ebuild	11 Jan 2010 16:49:22 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.13 2009/10/31 14:20:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.14 2010/01/11 16:49:22 arfrever Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -46,8 +46,6 @@
 }
 
 src_install() {
-	python_need_rebuild
-
 	python_src_install
 
 	if use doc; then






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2010-01-20  0:11 Jonathan Callen (abcd)
  0 siblings, 0 replies; 14+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-20  0:11 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/20 00:11:10

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Add prefix keywords, support
  (Portage version: -svn/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	11 Jan 2010 16:49:22 -0000	1.56
+++ ChangeLog	20 Jan 2010 00:11:09 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/dbus-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.56 2010/01/11 16:49:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.57 2010/01/20 00:11:09 abcd Exp $
+
+  20 Jan 2010; Jonathan Callen <abcd@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Add prefix keywords, support
 
   11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.15                 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.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.14&r2=1.15

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dbus-python-0.83.0-r1.ebuild	11 Jan 2010 16:49:22 -0000	1.14
+++ dbus-python-0.83.0-r1.ebuild	20 Jan 2010 00:11:09 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.14 2010/01/11 16:49:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.15 2010/01/20 00:11:09 abcd Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-lang/python-2.4.4-r5
@@ -37,9 +37,11 @@
 }
 
 src_configure() {
+	use prefix || EPREFIX=
+
 	configuration() {
 		econf \
-			--docdir=/usr/share/doc/dbus-python-${PV} \
+			--docdir="${EPREFIX}"/usr/share/doc/dbus-python-${PV} \
 			$(use_enable doc api-docs)
 	}
 	python_execute_function -s configuration






^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
@ 2010-02-17 22:48 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-02-17 22:48 UTC (permalink / raw
  To: gentoo-commits

eva         10/02/17 22:48:13

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Do not install pointless .la file, bug #299101. Install documentation in one place, bug #299102.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	20 Jan 2010 00:11:09 -0000	1.57
+++ ChangeLog	17 Feb 2010 22:48:13 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/dbus-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.57 2010/01/20 00:11:09 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.58 2010/02/17 22:48:13 eva Exp $
+
+  17 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Do not install pointless .la file, bug #299101. Install documentation in
+  one place, bug #299102.
 
   20 Jan 2010; Jonathan Callen <abcd@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.16                 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.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.15&r2=1.16

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dbus-python-0.83.0-r1.ebuild	20 Jan 2010 00:11:09 -0000	1.15
+++ dbus-python-0.83.0-r1.ebuild	17 Feb 2010 22:48:13 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.15 2010/01/20 00:11:09 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.16 2010/02/17 22:48:13 eva Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -41,7 +41,7 @@
 
 	configuration() {
 		econf \
-			--docdir="${EPREFIX}"/usr/share/doc/dbus-python-${PV} \
+			--docdir="${EPREFIX}"/usr/share/doc/${PF} \
 			$(use_enable doc api-docs)
 	}
 	python_execute_function -s configuration
@@ -65,6 +65,8 @@
 		insinto /usr/share/doc/${PF}/
 		doins -r examples || die
 	fi
+
+	find "${D}" -name "*.la" -delete || die "removing *.la files failed"
 }
 
 pkg_postinst() {






^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-02-17 23:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-15 12:12 [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-10 15:33 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)

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