summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-04-16 13:19:38 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-04-16 13:19:38 +0000
commit69763366782c0155b81d0669a6f546612b00899c (patch)
tree32783794ad9087d04ddf542a8b8c52487a4105e6 /mail-client
parentVersion bump. (diff)
downloadgentoo-2-69763366782c0155b81d0669a6f546612b00899c.tar.gz
gentoo-2-69763366782c0155b81d0669a6f546612b00899c.tar.bz2
gentoo-2-69763366782c0155b81d0669a6f546612b00899c.zip
Version bump.
(Portage version: 2.1.2.3)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail-perl/ChangeLog8
-rw-r--r--mail-client/claws-mail-perl/claws-mail-perl-0.9.8.ebuild47
-rw-r--r--mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.83
3 files changed, 57 insertions, 1 deletions
diff --git a/mail-client/claws-mail-perl/ChangeLog b/mail-client/claws-mail-perl/ChangeLog
index abc3a7c51fb2..48fd24a116ad 100644
--- a/mail-client/claws-mail-perl/ChangeLog
+++ b/mail-client/claws-mail-perl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/claws-mail-perl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.4 2007/01/31 19:41:19 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.5 2007/04/16 13:19:38 ticho Exp $
+
+*claws-mail-perl-0.9.8 (16 Apr 2007)
+
+ 16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+ +claws-mail-perl-0.9.8.ebuild:
+ Version bump.
31 Jan 2007; Markus Rothe <corsair@gentoo.org>
claws-mail-perl-0.9.6.ebuild:
diff --git a/mail-client/claws-mail-perl/claws-mail-perl-0.9.8.ebuild b/mail-client/claws-mail-perl/claws-mail-perl-0.9.8.ebuild
new file mode 100644
index 000000000000..ac19358cc22b
--- /dev/null
+++ b/mail-client/claws-mail-perl/claws-mail-perl-0.9.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.8.ebuild,v 1.1 2007/04/16 13:19:38 ticho Exp $
+
+MY_P="${PN#claws-mail-}_plugin-${PV}"
+
+DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules"
+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 ~ppc64 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.7.0
+ dev-lang/perl"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ econf || die
+ emake || die
+
+ pod2man --section=1 --release=${PV} --name=sc_perl sc_perl.pod > sc_perl.1
+
+ cd tools
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ doman sc_perl.1
+
+ cd tools
+ exeinto /usr/lib/claws-mail/tools
+ doexe *.pl
+
+ rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
+
+pkg_postinst() {
+ echo
+ elog "The documentation for this plugin is contained in a manpage."
+ elog "You can access it with 'man cm_perl'"
+ echo
+}
diff --git a/mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.8 b/mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.8
new file mode 100644
index 000000000000..a8b44337c835
--- /dev/null
+++ b/mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.8
@@ -0,0 +1,3 @@
+MD5 48cbdb0eeb55fa505ef7c3f77e1255bc perl_plugin-0.9.8.tar.gz 349560
+RMD160 a9a79ec7834317ea2837d13276a4c503cc4d4608 perl_plugin-0.9.8.tar.gz 349560
+SHA256 c1024d869e0a054f447632b2ec822d4500fff6a5146659abb2b085922af7c559 perl_plugin-0.9.8.tar.gz 349560