diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 16:57:19 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-13 16:57:19 +0000 |
commit | 815f86a71d3a3cd3846a04e2a057ab94cf46b441 (patch) | |
tree | 0fe6710d389baf68ed6a78ce017eca389c254cac /mail-client/sylpheed-claws-acpi-notifier | |
parent | new version, ebuild converted to work with new gnat.eclass (diff) | |
download | gentoo-2-815f86a71d3a3cd3846a04e2a057ab94cf46b441.tar.gz gentoo-2-815f86a71d3a3cd3846a04e2a057ab94cf46b441.tar.bz2 gentoo-2-815f86a71d3a3cd3846a04e2a057ab94cf46b441.zip |
Use separate tarball instead of the whole extra-plugins package.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'mail-client/sylpheed-claws-acpi-notifier')
3 files changed, 14 insertions, 13 deletions
diff --git a/mail-client/sylpheed-claws-acpi-notifier/ChangeLog b/mail-client/sylpheed-claws-acpi-notifier/ChangeLog index 593df3a1a2a7..31431d2eb040 100644 --- a/mail-client/sylpheed-claws-acpi-notifier/ChangeLog +++ b/mail-client/sylpheed-claws-acpi-notifier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-acpi-notifier # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/ChangeLog,v 1.7 2006/11/11 13:57:23 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/ChangeLog,v 1.8 2006/11/13 16:57:19 ticho Exp $ + + 13 Nov 2006; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-acpi-notifier-1.0.4.ebuild: + Use separate tarball instead of the whole extra-plugins package. *sylpheed-claws-acpi-notifier-1.0.4 (11 Nov 2006) diff --git a/mail-client/sylpheed-claws-acpi-notifier/files/digest-sylpheed-claws-acpi-notifier-1.0.4 b/mail-client/sylpheed-claws-acpi-notifier/files/digest-sylpheed-claws-acpi-notifier-1.0.4 index f6c842d6459e..59fabf7951b4 100644 --- a/mail-client/sylpheed-claws-acpi-notifier/files/digest-sylpheed-claws-acpi-notifier-1.0.4 +++ b/mail-client/sylpheed-claws-acpi-notifier/files/digest-sylpheed-claws-acpi-notifier-1.0.4 @@ -1,3 +1,3 @@ -MD5 3ee22023ba5ea29f0322fcc1e48d4d02 sylpheed-claws-extra-plugins-2.6.0.tar.bz2 3996572 -RMD160 9249849ca348ead6b8a8d55f1b2f5744a61ebda7 sylpheed-claws-extra-plugins-2.6.0.tar.bz2 3996572 -SHA256 da931b1a6d6881f8c888e5bcd8fecd63b4c5110198542f6fb028c0829325f7a6 sylpheed-claws-extra-plugins-2.6.0.tar.bz2 3996572 +MD5 75712e6a84261660f963dadaf762989a acpi_notifier-1.0.4.tar.gz 406004 +RMD160 25072af61cc47574f6bc743b03154dc091a322e7 acpi_notifier-1.0.4.tar.gz 406004 +SHA256 6935bb1262528fc8b662c128fa1682ca26c088e5716bdfd29b8172a04205a753 acpi_notifier-1.0.4.tar.gz 406004 diff --git a/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.4.ebuild b/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.4.ebuild index 3bfb3f567d01..690a8a4d2659 100644 --- a/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.4.ebuild +++ b/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.4.ebuild @@ -1,25 +1,22 @@ # 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-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.4.ebuild,v 1.1 2006/11/11 13:57:23 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.4.ebuild,v 1.2 2006/11/13 16:57:19 ticho Exp $ inherit eutils -MY_PN="${PN#sylpheed-claws-}" -MY_PN="${MY_PN/-/_}" -MY_P="${MY_PN}-${PV}" -SC_BASE="2.6.0" -SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" +MY_P="${P#sylpheed-claws-}" +MY_P="${MY_P/-/_}" DESCRIPTION="This plugin enables mail notification via LEDs on some laptops." 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 ~amd64" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" +DEPEND=">=mail-client/sylpheed-claws-2.6.0" -S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" +S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install |