summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-11-23 09:07:03 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-11-23 09:07:03 +0000
commit873739fe8e67240d0f4d5ac54fbdb9beb9c7e690 (patch)
treefdd139eed4df0703323207b2678bd66a855925c4 /mail-client/claws-mail-spam_report
parentadd a die after emake (diff)
downloadgentoo-2-873739fe8e67240d0f4d5ac54fbdb9beb9c7e690.tar.gz
gentoo-2-873739fe8e67240d0f4d5ac54fbdb9beb9c7e690.tar.bz2
gentoo-2-873739fe8e67240d0f4d5ac54fbdb9beb9c7e690.zip
add a die after emake and don't install NEWS file (no contents)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'mail-client/claws-mail-spam_report')
-rw-r--r--mail-client/claws-mail-spam_report/ChangeLog7
-rw-r--r--mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.11.ebuild6
-rw-r--r--mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.12.ebuild6
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}