diff options
Diffstat (limited to 'mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild')
-rw-r--r-- | mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild b/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild index 72ee5a13a185..db6d8b87771c 100644 --- a/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild +++ b/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild @@ -1,21 +1,19 @@ # 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-newmail/sylpheed-claws-newmail-0.0.7.ebuild,v 1.1 2006/10/03 15:23:57 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-newmail/sylpheed-claws-newmail-0.0.7.ebuild,v 1.2 2006/11/13 17:35:19 ticho Exp $ + +MY_P="${P#sylpheed-claws-}" -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 which writes a header summary to a log file for each received mail." HOMEPAGE="http://claws.sylpheed.org" -SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +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-${SC_BASE}" +DEPEND=">=mail-client/sylpheed-claws-2.5.0" -S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" +S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install |