Version bump.
authorAndrej Kacian <ticho@gentoo.org>
Mon, 16 Apr 2007 13:22:42 +0000 (13:22 +0000)
committerAndrej Kacian <ticho@gentoo.org>
Mon, 16 Apr 2007 13:22:42 +0000 (13:22 +0000)
Package-Manager: portage-2.1.2.3

21 files changed:
mail-client/claws-mail-attachwarner/ChangeLog
mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.6.ebuild [new file with mode: 0644]
mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.6 [new file with mode: 0644]
mail-client/claws-mail-gtkhtml/ChangeLog
mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.ebuild [new file with mode: 0644]
mail-client/claws-mail-gtkhtml/files/digest-claws-mail-gtkhtml-0.15 [new file with mode: 0644]
mail-client/claws-mail-notification/ChangeLog
mail-client/claws-mail-notification/claws-mail-notification-0.10.ebuild [new file with mode: 0644]
mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.10 [new file with mode: 0644]
mail-client/claws-mail-pdf-viewer/ChangeLog
mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.3.ebuild [new file with mode: 0644]
mail-client/claws-mail-pdf-viewer/files/digest-claws-mail-pdf-viewer-0.3 [new file with mode: 0644]
mail-client/claws-mail-perl/ChangeLog
mail-client/claws-mail-perl/claws-mail-perl-0.9.8.ebuild [new file with mode: 0644]
mail-client/claws-mail-perl/files/digest-claws-mail-perl-0.9.8 [new file with mode: 0644]
mail-client/claws-mail-rssyl/ChangeLog
mail-client/claws-mail-rssyl/claws-mail-rssyl-0.12.ebuild [new file with mode: 0644]
mail-client/claws-mail-rssyl/files/digest-claws-mail-rssyl-0.12 [new file with mode: 0644]
mail-client/claws-mail-vcalendar/ChangeLog
mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.95.ebuild [new file with mode: 0644]
mail-client/claws-mail-vcalendar/files/digest-claws-mail-vcalendar-1.95 [new file with mode: 0644]

index 267001bb56647b570b793fc2944789b6c380330d..c007bc8acfaf4846e996ca33edd1b4b7d3361d25 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-attachwarner
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.5 2007/02/27 20:05:18 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.6 2007/04/16 13:13:03 ticho Exp $
+
+*claws-mail-attachwarner-0.2.6 (16 Apr 2007)
+
+  16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+  +claws-mail-attachwarner-0.2.6.ebuild:
+  Version bump.
 
 *claws-mail-attachwarner-0.2.5 (27 Feb 2007)
 
diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.6.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.6.ebuild
new file mode 100644 (file)
index 0000000..e97769d
--- /dev/null
@@ -0,0 +1,31 @@
+# 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-attachwarner/claws-mail-attachwarner-0.2.6.ebuild,v 1.1 2007/04/16 13:13:03 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Warns when the user composes a message mentioning an attachment in
+the message body without attaching any files to the message."
+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 ~x86"
+IUSE="nls"
+DEPEND=">=mail-client/claws-mail-2.9.0
+               nls? ( >=sys-devel/gettext-0.12.1 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+       econf $(use_enable nls) || die "econf failed"
+       emake || die "emake failed"
+}
+
+src_install() {
+       emake DESTDIR="${D}" install || die "make install failed"
+       dodoc ChangeLog README
+
+       # kill useless files
+       rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
diff --git a/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.6 b/mail-client/claws-mail-attachwarner/files/digest-claws-mail-attachwarner-0.2.6
new file mode 100644 (file)
index 0000000..8de7aa7
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 f3a8cdd7c5f86343f86038eb8b6eda45 attachwarner-0.2.6.tar.gz 381518
+RMD160 ce60c29d1321a430c95c98051b677411ba27c3b0 attachwarner-0.2.6.tar.gz 381518
+SHA256 6162a8d6c394181a0384a6e9413e06bc1a7d4738c3c924349ef5dd2078993b9e attachwarner-0.2.6.tar.gz 381518
index d2bfd7f78d5d76355c4a8eb2326af1e1b21b39c9..8cc71182714c313be8197aef1127d6b237f71052 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-gtkhtml
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.7 2007/02/27 20:08:18 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.8 2007/04/16 13:13:53 ticho Exp $
+
+*claws-mail-gtkhtml-0.15 (16 Apr 2007)
+
+  16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+  +claws-mail-gtkhtml-0.15.ebuild:
+  Version bump.
 
 *claws-mail-gtkhtml-0.14.2 (27 Feb 2007)
 
diff --git a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.ebuild b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.ebuild
new file mode 100644 (file)
index 0000000..ac406c3
--- /dev/null
@@ -0,0 +1,28 @@
+# 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-gtkhtml/claws-mail-gtkhtml-0.15.ebuild,v 1.1 2007/04/16 13:13:53 ticho Exp $
+
+inherit eutils
+
+MY_P="${PN#claws-mail-}2_viewer-${PV}"
+
+DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget."
+HOMEPAGE="http://claws.sylpheed.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.9.0
+               =gnome-extra/gtkhtml-2*
+               net-misc/curl"
+
+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}
+}
diff --git a/mail-client/claws-mail-gtkhtml/files/digest-claws-mail-gtkhtml-0.15 b/mail-client/claws-mail-gtkhtml/files/digest-claws-mail-gtkhtml-0.15
new file mode 100644 (file)
index 0000000..db46c2d
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 64d0040925043c0a5d9a8add76a0f98c gtkhtml2_viewer-0.15.tar.gz 390458
+RMD160 aa8d3928562c27ee7219e9f3ea747e7638816e92 gtkhtml2_viewer-0.15.tar.gz 390458
+SHA256 99ce4d10541d964d809036970f53579813bb563495070ab09c742cc1e2cdef38 gtkhtml2_viewer-0.15.tar.gz 390458
index f96cf96667c80ee3459ac8e47a5845d05f95b8fd..a5639fb0f6ec901afc25ddf2d25d2cad5d1e8bfe 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-notification
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.5 2007/02/27 20:11:56 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.6 2007/04/16 13:17:03 ticho Exp $
+
+*claws-mail-notification-0.10 (16 Apr 2007)
+
+  16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+  +claws-mail-notification-0.10.ebuild:
+  Version bump.
 
 *claws-mail-notification-0.9 (27 Feb 2007)
 
diff --git a/mail-client/claws-mail-notification/claws-mail-notification-0.10.ebuild b/mail-client/claws-mail-notification/claws-mail-notification-0.10.ebuild
new file mode 100644 (file)
index 0000000..dad3f64
--- /dev/null
@@ -0,0 +1,24 @@
+# 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-notification/claws-mail-notification-0.10.ebuild,v 1.1 2007/04/16 13:17:03 ticho Exp $
+
+MY_P="${PN#claws-mail-}_plugin-${PV}"
+
+DESCRIPTION="Plugin providing various ways to notify user of new and unread mail."
+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 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.8.0"
+
+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}
+}
diff --git a/mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.10 b/mail-client/claws-mail-notification/files/digest-claws-mail-notification-0.10
new file mode 100644 (file)
index 0000000..56a930a
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 c3e829b97eaf1af3924defdd896913ea notification_plugin-0.10.tar.gz 431138
+RMD160 edbbab4ad24e729f5069ce381e5e719b197ce88b notification_plugin-0.10.tar.gz 431138
+SHA256 0a114d45d4ed050c47fd92123bdbfd1277a84ddcc6fc28d89ce705553ddfd98a notification_plugin-0.10.tar.gz 431138
index d6099149de37dd1c7057cd2e788794af7bbb4a79..c8af4b05d21c3b9d054495fce4e1445b55bb2ea8 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-pdf-viewer
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.5 2007/04/08 01:02:20 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.6 2007/04/16 13:17:45 ticho Exp $
+
+*claws-mail-pdf-viewer-0.3 (16 Apr 2007)
+
+  16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+  +claws-mail-pdf-viewer-0.3.ebuild:
+  Version bump.
 
   08 Apr 2007; Joseph Jezak <josejx@gentoo.org>
   claws-mail-pdf-viewer-0.2.ebuild:
diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.3.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.3.ebuild
new file mode 100644 (file)
index 0000000..a77c8c2
--- /dev/null
@@ -0,0 +1,26 @@
+# 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-pdf-viewer/claws-mail-pdf-viewer-0.3.ebuild,v 1.1 2007/04/16 13:17:45 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P/-/_}"
+
+DESCRIPTION=" Enables viewing of PDF and PostScript attachments using the Poppler lib and GhostScript"
+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 ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.8.0
+               app-text/poppler-bindings"
+
+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}
+}
diff --git a/mail-client/claws-mail-pdf-viewer/files/digest-claws-mail-pdf-viewer-0.3 b/mail-client/claws-mail-pdf-viewer/files/digest-claws-mail-pdf-viewer-0.3
new file mode 100644 (file)
index 0000000..0d0be26
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 33e186435b75ec7e0becda7734ab6a20 pdf_viewer-0.3.tar.gz 395053
+RMD160 dcbad3196f9deb3ba4b489c56075ef07c0d20333 pdf_viewer-0.3.tar.gz 395053
+SHA256 c990a4aad21579c82c937bd46373f5b8e12a7a851696b7e78b237ceb68d3fd20 pdf_viewer-0.3.tar.gz 395053
index abc3a7c51fb255ffcaa07371563956945cc6f6cd..48fd24a116ada646c9ac8b1a833a6bf42d9684c2 100644 (file)
@@ -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 (file)
index 0000000..ac19358
--- /dev/null
@@ -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 (file)
index 0000000..a8b4433
--- /dev/null
@@ -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
index efcf96de2c979d2a06458897af825f49e9da22c2..b42f48f04f4442ed01f156b545c1569c8df37054 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-rssyl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.6 2007/02/27 20:12:59 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-rssyl/ChangeLog,v 1.7 2007/04/16 13:20:22 ticho Exp $
+
+*claws-mail-rssyl-0.12 (16 Apr 2007)
+
+  16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+  +claws-mail-rssyl-0.12.ebuild:
+  Version bump.
 
 *claws-mail-rssyl-0.11 (27 Feb 2007)
 
diff --git a/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.12.ebuild b/mail-client/claws-mail-rssyl/claws-mail-rssyl-0.12.ebuild
new file mode 100644 (file)
index 0000000..cf62de5
--- /dev/null
@@ -0,0 +1,32 @@
+# 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-rssyl/claws-mail-rssyl-0.12.ebuild,v 1.1 2007/04/16 13:20:22 ticho Exp $
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="This plugin allows you to read your favorite newsfeeds in Claws. RSS 1.0, 2.0 and Atom feeds are currently supported."
+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="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+DEPEND=">=mail-client/claws-mail-2.8.0
+       net-misc/curl
+       dev-libs/libxml2
+       nls? ( >=sys-devel/gettext-0.12.1 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+       econf $(use_enable nls) || die "econf failed"
+       emake || die "emake failed"
+}
+
+src_install() {
+       make DESTDIR="${D}" install
+       dodoc ChangeLog README
+
+       # kill useless files
+       rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+}
diff --git a/mail-client/claws-mail-rssyl/files/digest-claws-mail-rssyl-0.12 b/mail-client/claws-mail-rssyl/files/digest-claws-mail-rssyl-0.12
new file mode 100644 (file)
index 0000000..610d262
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 a9137111346052b368835975603271c0 rssyl-0.12.tar.gz 462586
+RMD160 e69012c922f8c6206b7740ca17c2c643b3fea5ba rssyl-0.12.tar.gz 462586
+SHA256 7d3d96612eea30be88fa35df40a08b57b6cb12f774e1e579e00d2d9acb985f22 rssyl-0.12.tar.gz 462586
index 14aa7264ad50a2bd0f712556adde21cf0614071a..3e206e60f40640915e6d7f044c40927ccc3fed87 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-vcalendar
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.7 2007/02/27 20:17:50 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-vcalendar/ChangeLog,v 1.8 2007/04/16 13:22:41 ticho Exp $
+
+*claws-mail-vcalendar-1.95 (16 Apr 2007)
+
+  16 Apr 2007; Andrej Kacian <ticho@gentoo.org>
+  +claws-mail-vcalendar-1.95.ebuild:
+  Version bump.
 
 *claws-mail-vcalendar-1.94 (27 Feb 2007)
 
diff --git a/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.95.ebuild b/mail-client/claws-mail-vcalendar/claws-mail-vcalendar-1.95.ebuild
new file mode 100644 (file)
index 0000000..6cb31af
--- /dev/null
@@ -0,0 +1,29 @@
+# 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-vcalendar/claws-mail-vcalendar-1.95.ebuild,v 1.1 2007/04/16 13:22:41 ticho Exp $
+
+inherit eutils
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin for sylpheed-claws to support the vCalendar meeting format"
+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 ~sparc ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-2.9.0"
+
+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}
+
+       # going to conflict with libical
+       rm -f ${D}/usr/include/ical.h
+}
diff --git a/mail-client/claws-mail-vcalendar/files/digest-claws-mail-vcalendar-1.95 b/mail-client/claws-mail-vcalendar/files/digest-claws-mail-vcalendar-1.95
new file mode 100644 (file)
index 0000000..1e9fbf3
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 543b393e7f8620ed71bd94797803d2f4 vcalendar-1.95.tar.gz 746762
+RMD160 9150f7b69b7fd453ef1e346487b3600ae3785129 vcalendar-1.95.tar.gz 746762
+SHA256 b6bd42132bbae439546159f26a9b4406593d1017559e4b7522e9743bb596187d vcalendar-1.95.tar.gz 746762