* [gentoo-commits] gentoo-x86 commit in dev-util/eric: ChangeLog eric-3.7.2-r1.ebuild
@ 2008-10-23 20:41 Peter Alfredsen (loki_val)
0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-10-23 20:41 UTC (permalink / raw
To: gentoo-commits
loki_val 08/10/23 20:41:17
Modified: ChangeLog eric-3.7.2-r1.ebuild
Log:
Fix problem where installation would fail but src_install would succeed because no || die was appended to the installation command. Bug 243404, thanks to Oliver Borm <oli.borm@web.de>
(Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)
Revision Changes Path
1.66 dev-util/eric/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 3 Sep 2008 23:32:03 -0000 1.65
+++ ChangeLog 23 Oct 2008 20:41:17 -0000 1.66
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/eric
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.65 2008/09/03 23:32:03 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.66 2008/10/23 20:41:17 loki_val Exp $
+
+ 23 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> eric-3.7.2-r1.ebuild:
+ Fix problem where installation would fail but src_install would succeed
+ because no || die was appended to the installation command. Bug 243404,
+ thanks to Oliver Borm <oli.borm@web.de>
03 Sep 2008; Rob Cakebread <pythonhead@gentoo.org> eric-4.2.0.ebuild:
Fix qscintilla-python RDEPEND. Bug #236552
1.10 dev-util/eric/eric-3.7.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild?r1=1.9&r2=1.10
Index: eric-3.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eric-3.7.2-r1.ebuild 20 Nov 2007 05:42:49 -0000 1.9
+++ eric-3.7.2-r1.ebuild 23 Oct 2008 20:41:17 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild,v 1.9 2007/11/20 05:42:49 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild,v 1.10 2008/10/23 20:41:17 loki_val Exp $
inherit python eutils multilib
@@ -40,7 +40,7 @@
-b /usr/bin \
-i "${D}" \
-d /usr/$(get_libdir)/python${PYVER}/site-packages \
- -c
+ -c || die "install failed"
dodoc HISTORY LICENSE.GPL THANKS eric/README*
make_desktop_entry "eric3 --nosplash" \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-23 20:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 20:41 [gentoo-commits] gentoo-x86 commit in dev-util/eric: ChangeLog eric-3.7.2-r1.ebuild Peter Alfredsen (loki_val)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox