summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-11-13 17:58:58 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-11-13 17:58:58 +0000
commit9594abfdfd3414128ead2e88c464e1780fde915e (patch)
tree5de37abc33a8f0f3299138e91d0d575b13114d94 /mail-client
parentUse separate tarball instead of the whole extra-plugins package. (diff)
downloadhistorical-9594abfdfd3414128ead2e88c464e1780fde915e.tar.gz
historical-9594abfdfd3414128ead2e88c464e1780fde915e.tar.bz2
historical-9594abfdfd3414128ead2e88c464e1780fde915e.zip
Version bump. Use separate tarball instead of the whole extra-plugins package.
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed-claws-rssyl/ChangeLog8
-rw-r--r--mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.73
-rw-r--r--mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.7.ebuild32
-rw-r--r--mail-client/sylpheed-claws-smime/ChangeLog8
-rw-r--r--mail-client/sylpheed-claws-smime/files/digest-sylpheed-claws-smime-0.5.63
-rw-r--r--mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild25
6 files changed, 77 insertions, 2 deletions
diff --git a/mail-client/sylpheed-claws-rssyl/ChangeLog b/mail-client/sylpheed-claws-rssyl/ChangeLog
index c11b5a56032b..34d41c109e7b 100644
--- a/mail-client/sylpheed-claws-rssyl/ChangeLog
+++ b/mail-client/sylpheed-claws-rssyl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/sylpheed-claws-rssyl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-rssyl/ChangeLog,v 1.15 2006/11/13 10:11:49 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-rssyl/ChangeLog,v 1.16 2006/11/13 17:55:00 ticho Exp $
+
+*sylpheed-claws-rssyl-0.7 (13 Nov 2006)
+
+ 13 Nov 2006; Andrej Kacian <ticho@gentoo.org>
+ +sylpheed-claws-rssyl-0.7.ebuild:
+ Version bump. Use separate tarball instead of the whole extra-plugins package.
13 Nov 2006; Joseph Jezak <josejx@gentoo.org>
sylpheed-claws-rssyl-0.6.1.ebuild:
diff --git a/mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.7 b/mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.7
new file mode 100644
index 000000000000..d4606a03bd82
--- /dev/null
+++ b/mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.7
@@ -0,0 +1,3 @@
+MD5 a5f8d0b37ac294732539e6315eebe2f6 rssyl-0.7.tar.gz 448632
+RMD160 d7e1d7766096a40a21f477818e047df542772365 rssyl-0.7.tar.gz 448632
+SHA256 20d16203880c914642ad97d377cb32eacd165355777c8b2ba821a87b63d6b299 rssyl-0.7.tar.gz 448632
diff --git a/mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.7.ebuild b/mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.7.ebuild
new file mode 100644
index 000000000000..049a11fb02bb
--- /dev/null
+++ b/mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.7.ebuild
@@ -0,0 +1,32 @@
+# 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-rssyl/sylpheed-claws-rssyl-0.7.ebuild,v 1.1 2006/11/13 17:55:00 ticho Exp $
+
+MY_P="${P#sylpheed-claws-}"
+
+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://claws.sylpheed.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/sylpheed-claws-2.6.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*/sylpheed-claws/plugins/*.{a,la}
+}
diff --git a/mail-client/sylpheed-claws-smime/ChangeLog b/mail-client/sylpheed-claws-smime/ChangeLog
index 2146b8a58cd5..e9edead18516 100644
--- a/mail-client/sylpheed-claws-smime/ChangeLog
+++ b/mail-client/sylpheed-claws-smime/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/sylpheed-claws-smime
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-smime/ChangeLog,v 1.3 2006/10/14 04:13:13 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-smime/ChangeLog,v 1.4 2006/11/13 17:58:58 ticho Exp $
+
+*sylpheed-claws-smime-0.5.6 (13 Nov 2006)
+
+ 13 Nov 2006; Andrej Kacian <ticho@gentoo.org>
+ +sylpheed-claws-smime-0.5.6.ebuild:
+ Version bump. Use separate tarball instead of the whole extra-plugins package.
14 Oct 2006; Marius Mauch <genone@gentoo.org> metadata.xml:
update maintainer info
diff --git a/mail-client/sylpheed-claws-smime/files/digest-sylpheed-claws-smime-0.5.6 b/mail-client/sylpheed-claws-smime/files/digest-sylpheed-claws-smime-0.5.6
new file mode 100644
index 000000000000..1d209599a5ca
--- /dev/null
+++ b/mail-client/sylpheed-claws-smime/files/digest-sylpheed-claws-smime-0.5.6
@@ -0,0 +1,3 @@
+MD5 d2dd688fd17cd462b332590ac2311dfd smime-0.5.6.tar.gz 327306
+RMD160 7409f6c3f5ac20f9436f5abc3ce45b4b6c2c290e smime-0.5.6.tar.gz 327306
+SHA256 52715d7ebbf52667b51e503e664ddcb7313e22e12f7f9b7cba66a93dc8044a7c smime-0.5.6.tar.gz 327306
diff --git a/mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild b/mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild
new file mode 100644
index 000000000000..f6955c6e0bfc
--- /dev/null
+++ b/mail-client/sylpheed-claws-smime/sylpheed-claws-smime-0.5.6.ebuild
@@ -0,0 +1,25 @@
+# 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-smime/sylpheed-claws-smime-0.5.6.ebuild,v 1.1 2006/11/13 17:58:58 ticho Exp $
+
+MY_P="${P#sylpheed-claws-}"
+
+DESCRIPTION="This plugin allows you to handle S/MIME signed and/or encrypted mails."
+HOMEPAGE="http://claws.sylpheed.org"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=mail-client/sylpheed-claws-2.6.0
+ >=app-crypt/gpgme-1.1.1"
+
+S="${WORKDIR}/${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}
+}