diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-12-19 20:18:34 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-12-19 20:18:34 +0000 |
commit | f1a26a63e5596442363887f2541e088c1c7acc22 (patch) | |
tree | 4947580cea2580f2f41bc014c756efe73e2f9b14 /mail-client/claws-mail-fetchinfo | |
parent | This is the new name of mail-client/sylpheed-claws-etpan-privacy. (diff) | |
download | historical-f1a26a63e5596442363887f2541e088c1c7acc22.tar.gz historical-f1a26a63e5596442363887f2541e088c1c7acc22.tar.bz2 historical-f1a26a63e5596442363887f2541e088c1c7acc22.zip |
This is the new name of mail-client/sylpheed-claws-fetchinfo.
Package-Manager: portage-2.1.2_rc3-r7
Diffstat (limited to 'mail-client/claws-mail-fetchinfo')
4 files changed, 48 insertions, 0 deletions
diff --git a/mail-client/claws-mail-fetchinfo/ChangeLog b/mail-client/claws-mail-fetchinfo/ChangeLog new file mode 100644 index 000000000000..31d22f50d0c7 --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for mail-client/claws-mail-fetchinfo +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.1 2006/12/19 20:18:34 ticho Exp $ + +*claws-mail-fetchinfo-0.4.17 (19 Dec 2006) + + 19 Dec 2006; Andrej Kacian <ticho@gentoo.org> +metadata.xml, + +claws-mail-fetchinfo-0.4.17.ebuild: + This is the new name of mail-client/sylpheed-claws-fetchinfo. + diff --git a/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.17.ebuild b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.17.ebuild new file mode 100644 index 000000000000..b85309957b9c --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.17.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.17.ebuild,v 1.1 2006/12/19 20:18:34 ticho Exp $ + +MY_P="${PN#claws-mail-}-plugin-${PV}" + +DESCRIPTION="Plugin for sylpheed-claws to add additional headers with download information" +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.6.1" + +S="${WORKDIR}/${MY_P}" + +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-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.17 b/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.17 new file mode 100644 index 000000000000..6410d5287f17 --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/files/digest-claws-mail-fetchinfo-0.4.17 @@ -0,0 +1,3 @@ +MD5 133a10b983e9555a006eecc8a9152ae3 fetchinfo-plugin-0.4.17.tar.gz 325773 +RMD160 a0af05bf3b2613dd17f8da68b6947ea2084885b7 fetchinfo-plugin-0.4.17.tar.gz 325773 +SHA256 31f3f3e73adb7ab12ca9ae03d32ede52a616e5578b968a1e6a1d78fc3b7bc10d fetchinfo-plugin-0.4.17.tar.gz 325773 diff --git a/mail-client/claws-mail-fetchinfo/metadata.xml b/mail-client/claws-mail-fetchinfo/metadata.xml new file mode 100644 index 000000000000..6c52fd2195f4 --- /dev/null +++ b/mail-client/claws-mail-fetchinfo/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +<maintainer> + <email>genone@gentoo.org</email> +</maintainer> +<maintainer> + <email>ticho@gentoo.org</email> +</maintainer> +</pkgmetadata> |