summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-06-25 03:53:54 +0000
committerMarius Mauch <genone@gentoo.org>2006-06-25 03:53:54 +0000
commit18faf3d17908bdcf0123de503312e53757b7959c (patch)
treec09f88da6121ee3fb05c8e434a37456718042fb2 /mail-client
parentVersion bump. (diff)
downloadgentoo-2-18faf3d17908bdcf0123de503312e53757b7959c.tar.gz
gentoo-2-18faf3d17908bdcf0123de503312e53757b7959c.tar.bz2
gentoo-2-18faf3d17908bdcf0123de503312e53757b7959c.zip
Version bump
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed-claws-etpan-privacy/ChangeLog8
-rw-r--r--mail-client/sylpheed-claws-etpan-privacy/files/digest-sylpheed-claws-etpan-privacy-0.15.13
-rw-r--r--mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.15.1.ebuild29
3 files changed, 39 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-etpan-privacy/ChangeLog b/mail-client/sylpheed-claws-etpan-privacy/ChangeLog
index 338473d538a7..a1790d12ae22 100644
--- a/mail-client/sylpheed-claws-etpan-privacy/ChangeLog
+++ b/mail-client/sylpheed-claws-etpan-privacy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/sylpheed-claws-etpan-privacy
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-etpan-privacy/ChangeLog,v 1.4 2006/04/17 18:40:25 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-etpan-privacy/ChangeLog,v 1.5 2006/06/25 03:53:53 genone Exp $
+
+*sylpheed-claws-etpan-privacy-0.15.1 (25 Jun 2006)
+
+ 25 Jun 2006; Marius Mauch <genone@gentoo.org>
+ +sylpheed-claws-etpan-privacy-0.15.1.ebuild:
+ Version bump
17 Apr 2006; Markus Rothe <corsair@gentoo.org>
sylpheed-claws-etpan-privacy-0.13.ebuild:
diff --git a/mail-client/sylpheed-claws-etpan-privacy/files/digest-sylpheed-claws-etpan-privacy-0.15.1 b/mail-client/sylpheed-claws-etpan-privacy/files/digest-sylpheed-claws-etpan-privacy-0.15.1
new file mode 100644
index 000000000000..60b313a1234c
--- /dev/null
+++ b/mail-client/sylpheed-claws-etpan-privacy/files/digest-sylpheed-claws-etpan-privacy-0.15.1
@@ -0,0 +1,3 @@
+MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667
+RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667
+SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667
diff --git a/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.15.1.ebuild b/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.15.1.ebuild
new file mode 100644
index 000000000000..69c9e1416166
--- /dev/null
+++ b/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.15.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-etpan-privacy/sylpheed-claws-etpan-privacy-0.15.1.ebuild,v 1.1 2006/06/25 03:53:53 genone Exp $
+
+MY_P="${P##sylpheed-claws-}"
+MY_P="${MY_P%%[-_]plugin}"
+SC_BASE="2.3.0"
+
+DESCRIPTION="Plugin for sylpheed-claws to sign and verify mails with s/mime or pgp"
+HOMEPAGE="http://claws.sylpheed.org"
+SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-extra-plugins-${SC_BASE}.tar.bz2"
+#SRC_URI="http://claws.sylpheed.org/downloads/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}
+ net-libs/libetpan
+ dev-libs/openssl"
+
+S="${WORKDIR}/sylpheed-claws-extra-plugins-${SC_BASE}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ # kill useless files
+ rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la}
+}