diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-23 09:00:32 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-23 09:00:32 +0000 |
commit | 22e60cde44dbaac351311a42b19e1d2c61db19f3 (patch) | |
tree | 5a7039d977f1d3a8bb7a570bd0d999cde884605b /mail-client | |
parent | stable x86, security bug 339866 (diff) | |
download | gentoo-2-22e60cde44dbaac351311a42b19e1d2c61db19f3.tar.gz gentoo-2-22e60cde44dbaac351311a42b19e1d2c61db19f3.tar.bz2 gentoo-2-22e60cde44dbaac351311a42b19e1d2c61db19f3.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')
3 files changed, 11 insertions, 7 deletions
diff --git a/mail-client/claws-mail-notification/ChangeLog b/mail-client/claws-mail-notification/ChangeLog index cd2ab3dc35ee..95158c34b8cb 100644 --- a/mail-client/claws-mail-notification/ChangeLog +++ b/mail-client/claws-mail-notification/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-notification # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.53 2010/11/22 14:23:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.54 2010/11/23 09:00:32 fauli Exp $ + + 23 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + claws-mail-notification-0.25.ebuild, claws-mail-notification-0.26.ebuild: + add a die after emake and don't install NEWS file (no contents) *claws-mail-notification-0.26 (22 Nov 2010) diff --git a/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild b/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild index 4ed9a6985266..13af45c86afa 100644 --- a/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild +++ b/mail-client/claws-mail-notification/claws-mail-notification-0.25.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-notification/claws-mail-notification-0.25.ebuild,v 1.3 2010/08/07 14:15:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.25.ebuild,v 1.4 2010/11/23 09:00:32 fauli Exp $ MY_P="${PN#claws-mail-}_plugin-${PV}" @@ -25,8 +25,8 @@ src_compile() { } 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-notification/claws-mail-notification-0.26.ebuild b/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild index f3ab72952a61..b2c308ee2d80 100644 --- a/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild +++ b/mail-client/claws-mail-notification/claws-mail-notification-0.26.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-notification/claws-mail-notification-0.26.ebuild,v 1.1 2010/11/22 14:23:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.26.ebuild,v 1.2 2010/11/23 09:00:32 fauli Exp $ MY_P="${PN#claws-mail-}_plugin-${PV}" @@ -25,8 +25,8 @@ src_compile() { } 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} |