diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2013-01-04 11:54:57 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2013-01-04 11:54:57 +0000 |
commit | a1e2637ee63e6eb518d08d23d629990c445812a3 (patch) | |
tree | 113bf115fd0ca0ff379f2916573dad2290be8c84 /mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild | |
parent | clean up (diff) | |
download | gentoo-2-a1e2637ee63e6eb518d08d23d629990c445812a3.tar.gz gentoo-2-a1e2637ee63e6eb518d08d23d629990c445812a3.tar.bz2 gentoo-2-a1e2637ee63e6eb518d08d23d629990c445812a3.zip |
clean up
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild')
-rw-r--r-- | mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild b/mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild deleted file mode 100644 index f88f21d7f1bb..000000000000 --- a/mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild,v 1.5 2012/05/04 08:42:24 jdhore Exp $ - -MY_P="${P#claws-mail-}" - -DESCRIPTION="Plugin which writes a header summary to a log file for each received mail" -HOMEPAGE="http://www.claws-mail.org/" -SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" -RDEPEND=">=mail-client/claws-mail-3.7.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - - # kill useless files - rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} -} |