diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-23 09:07:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-23 09:07:03 +0000 |
commit | 0251ea4f8ac90f1e98f37828f423f5380eb45d14 (patch) | |
tree | c52c1fb8c46ec7977681c16c59679e4f04f499d6 /mail-client | |
parent | add a die after emake (diff) | |
download | historical-0251ea4f8ac90f1e98f37828f423f5380eb45d14.tar.gz historical-0251ea4f8ac90f1e98f37828f423f5380eb45d14.tar.bz2 historical-0251ea4f8ac90f1e98f37828f423f5380eb45d14.zip |
add a die after emake and don't install NEWS file (no contents)
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'mail-client')
3 files changed, 12 insertions, 7 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index d79370e94a13..c7c68f8328a2 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail-spam_report # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.27 2010/11/22 14:29:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.28 2010/11/23 09:07:03 fauli Exp $ + + 23 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + claws-mail-spam_report-0.3.11.ebuild, + claws-mail-spam_report-0.3.12.ebuild: + add a die after emake and don't install NEWS file (no contents) *claws-mail-spam_report-0.3.12 (22 Nov 2010) diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild index 1dfd59c777b2..13df6500edb0 100644 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild +++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.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-spam_report/claws-mail-spam_report-0.3.11.ebuild,v 1.3 2010/08/07 14:17:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild,v 1.4 2010/11/23 09:07:03 fauli Exp $ inherit eutils @@ -21,8 +21,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README # kill useless files rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild index 73aa0e7e89f2..ffe540d1851a 100644 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild +++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.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-spam_report/claws-mail-spam_report-0.3.12.ebuild,v 1.1 2010/11/22 14:29:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild,v 1.2 2010/11/23 09:07:03 fauli Exp $ inherit eutils @@ -21,8 +21,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README # kill useless files rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} |