diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-26 15:12:40 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-26 15:12:40 +0000 |
commit | bfdbaf4d94e4e166e9cde674b4b0eb16bc2805e3 (patch) | |
tree | 7c492c9c411f5308df0ac97e0d06d48a66b20a6a | |
parent | remove obsolete workaround for src_test (diff) | |
download | gentoo-2-bfdbaf4d94e4e166e9cde674b4b0eb16bc2805e3.tar.gz gentoo-2-bfdbaf4d94e4e166e9cde674b4b0eb16bc2805e3.tar.bz2 gentoo-2-bfdbaf4d94e4e166e9cde674b4b0eb16bc2805e3.zip |
egnustep_install dies by itself
(Portage version: 2.1.3.9)
-rw-r--r-- | gnustep-apps/gnumail/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gnustep-apps/gnumail/ChangeLog b/gnustep-apps/gnumail/ChangeLog index c177dad10a68..c3bcd39677d3 100644 --- a/gnustep-apps/gnumail/ChangeLog +++ b/gnustep-apps/gnumail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-apps/gnumail # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.25 2007/09/26 11:52:46 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.26 2007/09/26 15:12:40 voyageur Exp $ + + 26 Sep 2007; Bernard Cafarelli <voyageur@gentoo.org> + gnumail-1.2.0_pre3-r1.ebuild: + egnustep_install dies by itself, no need to do it in the ebuild *gnumail-1.2.0_pre3-r1 (26 Sep 2007) diff --git a/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild index a7eab67a2974..e841b0a5217f 100644 --- a/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild,v 1.1 2007/09/26 11:52:46 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild,v 1.2 2007/09/26 15:12:40 voyageur Exp $ inherit gnustep-2 @@ -64,22 +64,22 @@ src_install() { gnustep-base_src_install cd Bundles/Clock - egnustep_install || die + egnustep_install cd "${S}" if use xface ; then cd Bundles/Face - egnustep_install || die + egnustep_install cd "${S}" fi if use crypt ; then cd Bundles/PGP - egnustep_install || die + egnustep_install cd "${S}" fi if use emoticon ; then cd Bundles/Emoticon - egnustep_install || die + egnustep_install cd "${S}" fi |