diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:39:22 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 17:39:22 +0000 |
commit | dc2b5b59c8176dbc1765c52cfbd7fa82b7fc40ea (patch) | |
tree | 508628dd4ee0dd68128de7c04b73a3430b72106c /mail-client | |
parent | Use separate tarball instead of the whole extra-plugins package. (diff) | |
download | historical-dc2b5b59c8176dbc1765c52cfbd7fa82b7fc40ea.tar.gz historical-dc2b5b59c8176dbc1765c52cfbd7fa82b7fc40ea.tar.bz2 historical-dc2b5b59c8176dbc1765c52cfbd7fa82b7fc40ea.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')
3 files changed, 34 insertions, 1 deletions
diff --git a/mail-client/sylpheed-claws-notification/ChangeLog b/mail-client/sylpheed-claws-notification/ChangeLog index c125c7d46b0d..ab0acf711a4c 100644 --- a/mail-client/sylpheed-claws-notification/ChangeLog +++ b/mail-client/sylpheed-claws-notification/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-notification # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-notification/ChangeLog,v 1.2 2006/10/14 04:10:28 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-notification/ChangeLog,v 1.3 2006/11/13 17:39:22 ticho Exp $ + +*sylpheed-claws-notification-0.6 (13 Nov 2006) + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + +sylpheed-claws-notification-0.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-notification/files/digest-sylpheed-claws-notification-0.6 b/mail-client/sylpheed-claws-notification/files/digest-sylpheed-claws-notification-0.6 new file mode 100644 index 000000000000..97e110316a56 --- /dev/null +++ b/mail-client/sylpheed-claws-notification/files/digest-sylpheed-claws-notification-0.6 @@ -0,0 +1,3 @@ +MD5 c5878e30f94b87d52e42285c134574f9 notification_plugin-0.6.tar.gz 360120 +RMD160 45c972a66de006a33ecc32672532ea50ba909a04 notification_plugin-0.6.tar.gz 360120 +SHA256 cc92d413fed97012a939f2af20760f2529889bdda94410824f4fd4f73f4723bc notification_plugin-0.6.tar.gz 360120 diff --git a/mail-client/sylpheed-claws-notification/sylpheed-claws-notification-0.6.ebuild b/mail-client/sylpheed-claws-notification/sylpheed-claws-notification-0.6.ebuild new file mode 100644 index 000000000000..4f16cdcda50a --- /dev/null +++ b/mail-client/sylpheed-claws-notification/sylpheed-claws-notification-0.6.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/sylpheed-claws-notification/sylpheed-claws-notification-0.6.ebuild,v 1.1 2006/11/13 17:39:22 ticho Exp $ + +MY_P="${PN#sylpheed-claws-}_plugin-${PV}" + +DESCRIPTION="Plugin providing various ways to notify user of new and unread mail." +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" + +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} +} |