summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-10-03 14:35:06 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-10-03 14:35:06 +0000
commit4eed833a62ff8e870e494718915b338ee2c76ae3 (patch)
treee1b8458f1bfc6c6c230329f0fe2bbeb622c020ab /mail-client
parentAdd depend on required autotools. Fix libtool problems on no-multlib systems.... (diff)
downloadgentoo-2-4eed833a62ff8e870e494718915b338ee2c76ae3.tar.gz
gentoo-2-4eed833a62ff8e870e494718915b338ee2c76ae3.tar.bz2
gentoo-2-4eed833a62ff8e870e494718915b338ee2c76ae3.zip
Version bump.
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed-claws-cachesaver/ChangeLog7
-rw-r--r--mail-client/sylpheed-claws-cachesaver/files/digest-sylpheed-claws-cachesaver-0.10.23
-rw-r--r--mail-client/sylpheed-claws-cachesaver/sylpheed-claws-cachesaver-0.10.2.ebuild27
3 files changed, 36 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-cachesaver/ChangeLog b/mail-client/sylpheed-claws-cachesaver/ChangeLog
index 070a006b41f6..90ed47c8022e 100644
--- a/mail-client/sylpheed-claws-cachesaver/ChangeLog
+++ b/mail-client/sylpheed-claws-cachesaver/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/sylpheed-claws-cachesaver
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-cachesaver/ChangeLog,v 1.9 2006/06/25 03:03:17 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-cachesaver/ChangeLog,v 1.10 2006/10/03 14:35:06 ticho Exp $
+
+*sylpheed-claws-cachesaver-0.10.2 (03 Oct 2006)
+
+ 03 Oct 2006; <ticho@gentoo.org> +sylpheed-claws-cachesaver-0.10.2.ebuild:
+ Version bump.
*sylpheed-claws-cachesaver-0.10.1 (25 Jun 2006)
diff --git a/mail-client/sylpheed-claws-cachesaver/files/digest-sylpheed-claws-cachesaver-0.10.2 b/mail-client/sylpheed-claws-cachesaver/files/digest-sylpheed-claws-cachesaver-0.10.2
new file mode 100644
index 000000000000..0c6e57480b5b
--- /dev/null
+++ b/mail-client/sylpheed-claws-cachesaver/files/digest-sylpheed-claws-cachesaver-0.10.2
@@ -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-cachesaver/sylpheed-claws-cachesaver-0.10.2.ebuild b/mail-client/sylpheed-claws-cachesaver/sylpheed-claws-cachesaver-0.10.2.ebuild
new file mode 100644
index 000000000000..8c457906269a
--- /dev/null
+++ b/mail-client/sylpheed-claws-cachesaver/sylpheed-claws-cachesaver-0.10.2.ebuild
@@ -0,0 +1,27 @@
+# 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-cachesaver/sylpheed-claws-cachesaver-0.10.2.ebuild,v 1.1 2006/10/03 14:35:06 ticho Exp $
+
+MY_P="${P##sylpheed-claws-}"
+MY_PN="${PN##sylpheed-claws-}"
+SC_BASE="2.5.2"
+SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}"
+
+DESCRIPTION="Plugin for sylpheed-claws to automatically save the cache regulary to avoid folder rebuilds in case of a crash"
+HOMEPAGE="http://claws.sylpheed.org"
+SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}"
+
+S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS
+
+ # kill useless files
+ rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la}
+}