diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-23 09:04:38 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-23 09:04:38 +0000 |
commit | 51aafea3a85e06b3902128c1b78791ee085ba2fe (patch) | |
tree | bb30cae1b9f2c89dfad90474429a1666377e3a1a /mail-client/claws-mail-python | |
parent | add a die after emake and use -C option of make to change directory (diff) | |
download | gentoo-2-51aafea3a85e06b3902128c1b78791ee085ba2fe.tar.gz gentoo-2-51aafea3a85e06b3902128c1b78791ee085ba2fe.tar.bz2 gentoo-2-51aafea3a85e06b3902128c1b78791ee085ba2fe.zip |
add a die after emake
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'mail-client/claws-mail-python')
4 files changed, 12 insertions, 7 deletions
diff --git a/mail-client/claws-mail-python/ChangeLog b/mail-client/claws-mail-python/ChangeLog index 4813f2252fb6..e2aad3622eec 100644 --- a/mail-client/claws-mail-python/ChangeLog +++ b/mail-client/claws-mail-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.10 2010/11/22 14:25:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.11 2010/11/23 09:04:38 fauli Exp $ + + 23 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + claws-mail-python-0.3.ebuild, claws-mail-python-0.4.ebuild, + claws-mail-python-0.5.ebuild: + add a die after emake *claws-mail-python-0.5 (22 Nov 2010) diff --git a/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild index b2564138390c..c8c5dc1eded4 100644 --- a/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild +++ b/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild @@ -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/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild,v 1.3 2010/03/11 20:46:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild,v 1.4 2010/11/23 09:04:38 fauli Exp $ MY_P="${PN#claws-mail-}_plugin-${PV}" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die dodoc ChangeLog README # kill useless files diff --git a/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild index 68c87103c907..45e05b932efd 100644 --- a/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild +++ b/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild @@ -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/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild,v 1.2 2010/11/22 14:22:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild,v 1.3 2010/11/23 09:04:38 fauli Exp $ MY_P="${PN#claws-mail-}_plugin-${PV}" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die dodoc ChangeLog README # kill useless files diff --git a/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild index c880bcaf9fa5..3e6144c9e570 100644 --- a/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild +++ b/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild @@ -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/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild,v 1.1 2010/11/22 14:25:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild,v 1.2 2010/11/23 09:04:38 fauli Exp $ MY_P="${PN#claws-mail-}_plugin-${PV}" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die dodoc ChangeLog README # kill useless files |