summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-12-19 20:24:08 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-12-19 20:24:08 +0000
commitd22a3579bd9705085a5ec16bc2cbc99a3a57dfac (patch)
treeb5908eaae997bb0f1f67cf0272adc96d3f596070 /mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.12.3.ebuild
parentI was talking b*llocks on that last commit; had a rogue use.force lying around. (diff)
downloadgentoo-2-d22a3579bd9705085a5ec16bc2cbc99a3a57dfac.tar.gz
gentoo-2-d22a3579bd9705085a5ec16bc2cbc99a3a57dfac.tar.bz2
gentoo-2-d22a3579bd9705085a5ec16bc2cbc99a3a57dfac.zip
This is the new name of mail-client/sylpheed-claws-mailmbox.
(Portage version: 2.1.2_rc3-r7)
Diffstat (limited to 'mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.12.3.ebuild')
-rw-r--r--mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.12.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.12.3.ebuild b/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.12.3.ebuild
new file mode 100644
index 000000000000..a9e782426a4b
--- /dev/null
+++ b/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.12.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-mailmbox/claws-mail-mailmbox-1.12.3.ebuild,v 1.1 2006/12/19 20:24:08 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin for sylpheed-claws to operate on mbox type mailboxes"
+HOMEPAGE="http://www.claws-mail.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.6.1"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ # kill useless files
+ rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}