summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2013-01-04 11:54:57 +0000
committerChristian Faulhammer <fauli@gentoo.org>2013-01-04 11:54:57 +0000
commita1e2637ee63e6eb518d08d23d629990c445812a3 (patch)
tree113bf115fd0ca0ff379f2916573dad2290be8c84 /mail-client/claws-mail-newmail/claws-mail-newmail-0.0.15.ebuild
parentclean up (diff)
downloadgentoo-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.ebuild26
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}
-}