* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.12.ebuild ChangeLog
@ 2009-12-13 14:06 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-12-13 14:06 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/13 14:06:05
Modified: telepathy-python-0.15.12.ebuild ChangeLog
Log:
Add -j1 to build (bug #288191); also make sure that if install fails the ebuild fails as well.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/telepathy-python/telepathy-python-0.15.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild?r1=1.1&r2=1.2
Index: telepathy-python-0.15.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- telepathy-python-0.15.12.ebuild 29 Sep 2009 14:51:48 -0000 1.1
+++ telepathy-python-0.15.12.ebuild 13 Dec 2009 14:06:04 -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/telepathy-python/telepathy-python-0.15.12.ebuild,v 1.1 2009/09/29 14:51:48 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild,v 1.2 2009/12/13 14:06:04 flameeyes Exp $
DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients."
HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -14,7 +14,10 @@
DEPEND="dev-libs/libxslt"
RDEPEND=">=dev-python/dbus-python-0.80"
+# bug #288191
+MAKEOPTS="-j1"
+
src_install() {
- make install DESTDIR="${D}"
+ emake install DESTDIR="${D}" || die
dodoc AUTHORS NEWS
}
1.19 dev-python/telepathy-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 29 Sep 2009 14:51:48 -0000 1.18
+++ ChangeLog 13 Dec 2009 14:06:04 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/telepathy-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.18 2009/09/29 14:51:48 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.19 2009/12/13 14:06:04 flameeyes Exp $
+
+ 13 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ telepathy-python-0.15.12.ebuild:
+ Add -j1 to build (bug #288191); also make sure that if install fails the
+ ebuild fails as well.
*telepathy-python-0.15.12 (29 Sep 2009)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-13 14:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13 14:06 [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.12.ebuild ChangeLog Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox