summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-10-03 10:39:35 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-10-03 10:39:35 +0000
commit682d45bd086e536ebf3be808718d73505df91b9c (patch)
tree883fe29f52c5438f7b862778149abe1100cfc6e1 /mail-client
parentBump to 3.5.5 (pre-release). (diff)
downloadgentoo-2-682d45bd086e536ebf3be808718d73505df91b9c.tar.gz
gentoo-2-682d45bd086e536ebf3be808718d73505df91b9c.tar.bz2
gentoo-2-682d45bd086e536ebf3be808718d73505df91b9c.zip
Version bump.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed-claws-rssyl/ChangeLog7
-rw-r--r--mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.6.13
-rw-r--r--mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.6.1.ebuild34
3 files changed, 43 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-rssyl/ChangeLog b/mail-client/sylpheed-claws-rssyl/ChangeLog
index 8ec260123f51..e7500ecfbbca 100644
--- a/mail-client/sylpheed-claws-rssyl/ChangeLog
+++ b/mail-client/sylpheed-claws-rssyl/ChangeLog
@@ -1,6 +1,11 @@
# 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.10 2006/08/17 19:50:42 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-rssyl/ChangeLog,v 1.11 2006/10/03 10:39:35 ticho Exp $
+
+*sylpheed-claws-rssyl-0.6.1 (03 Oct 2006)
+
+ 03 Oct 2006; <ticho@gentoo.org> +sylpheed-claws-rssyl-0.6.1.ebuild:
+ Version bump.
17 Aug 2006; Markus Rothe <corsair@gentoo.org>
sylpheed-claws-rssyl-0.5.ebuild:
diff --git a/mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.6.1 b/mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.6.1
new file mode 100644
index 000000000000..0c6e57480b5b
--- /dev/null
+++ b/mail-client/sylpheed-claws-rssyl/files/digest-sylpheed-claws-rssyl-0.6.1
@@ -0,0 +1,3 @@
+MD5 db771d49bf9bde1cce075b93f8028a19 sylpheed-claws-extra-plugins-2.5.2.tar.bz2 3991186
+RMD160 8e59b11fdcf6dbee11ca2c28d7616593d420333a sylpheed-claws-extra-plugins-2.5.2.tar.bz2 3991186
+SHA256 2ac9469dfb914ab20fd73b75388db6e3e0a305883c789e34a5c9458feb838349 sylpheed-claws-extra-plugins-2.5.2.tar.bz2 3991186
diff --git a/mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.6.1.ebuild b/mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.6.1.ebuild
new file mode 100644
index 000000000000..48a5f451db6c
--- /dev/null
+++ b/mail-client/sylpheed-claws-rssyl/sylpheed-claws-rssyl-0.6.1.ebuild
@@ -0,0 +1,34 @@
+# 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.6.1.ebuild,v 1.1 2006/10/03 10:39:35 ticho Exp $
+
+MY_P="${P##sylpheed-claws-}"
+SC_BASE="2.5.2"
+SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}"
+
+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="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
+IUSE="nls"
+DEPEND=">=mail-client/sylpheed-claws-2.5.0
+ net-misc/curl
+ dev-libs/libxml2
+ nls? ( >=sys-devel/gettext-0.12.1 )"
+
+S="${WORKDIR}/${SC_BASE_NAME}/${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}
+}