summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-08 20:46:03 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-08 20:46:03 +0000
commitd95aca9c3a6f4de4e04315451f6d7d44603fec9a (patch)
tree37383beb26088bf42541db63c29d17d623148675 /mail-client
parentInitial import. Ebuild by Christian Ludwig based on earlier work by David Abb... (diff)
downloadgentoo-2-d95aca9c3a6f4de4e04315451f6d7d44603fec9a.tar.gz
gentoo-2-d95aca9c3a6f4de4e04315451f6d7d44603fec9a.tar.bz2
gentoo-2-d95aca9c3a6f4de4e04315451f6d7d44603fec9a.zip
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail-att-remover/ChangeLog10
-rw-r--r--mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild29
2 files changed, 37 insertions, 2 deletions
diff --git a/mail-client/claws-mail-att-remover/ChangeLog b/mail-client/claws-mail-att-remover/ChangeLog
index ce11333ef2f3..10ed2cbc9c2c 100644
--- a/mail-client/claws-mail-att-remover/ChangeLog
+++ b/mail-client/claws-mail-att-remover/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/claws-mail-att-remover
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.29 2009/03/14 15:41:22 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.30 2010/01/08 20:46:03 fauli Exp $
+
+*claws-mail-att-remover-1.0.11 (08 Jan 2010)
+
+ 08 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-att-remover-1.0.11.ebuild:
+ version bump
14 Mar 2009; nixnut <nixnut@gentoo.org> ChangeLog:
~ppc'd
diff --git a/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild
new file mode 100644
index 000000000000..ad4095f08e43
--- /dev/null
+++ b/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild
@@ -0,0 +1,29 @@
+# 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-att-remover/claws-mail-att-remover-1.0.11.ebuild,v 1.1 2010/01/08 20:46:03 fauli Exp $
+
+inherit eutils
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P/-/_}"
+
+DESCRIPTION="This plugin lets you remove attachments from mails."
+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 ~ppc64 ~x86"
+IUSE=""
+RDEPEND=">=mail-client/claws-mail-3.7.4"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ # kill useless files
+ rm -f "${D}"usr/lib*/claws-mail/plugins/*.{a,la}
+}