diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-20 12:00:47 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-20 12:00:47 +0000 |
commit | f2e0bc1d4c45cf7d39f0c0fdc297608cbd1a3f8b (patch) | |
tree | 6beb7af89e55b0e76b52fd57110bdb9f8830ecf9 /mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild | |
parent | Reverted the behaviour of the jms use flag to the old one until a fix to the ... (diff) | |
download | gentoo-2-f2e0bc1d4c45cf7d39f0c0fdc297608cbd1a3f8b.tar.gz gentoo-2-f2e0bc1d4c45cf7d39f0c0fdc297608cbd1a3f8b.tar.bz2 gentoo-2-f2e0bc1d4c45cf7d39f0c0fdc297608cbd1a3f8b.zip |
New version (#102864).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild')
-rw-r--r-- | mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild b/mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild new file mode 100644 index 000000000000..21e33e6adaba --- /dev/null +++ b/mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild,v 1.1 2005/08/20 12:00:47 greg_g Exp $ + +inherit kde + +DESCRIPTION="Gmail notifier applet for kde" +HOMEPAGE="http://sourceforge.net/projects/kcheckgmail" +SRC_URI="mirror://sourceforge/kcheckgmail/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +need-kde 3.2 + +src_unpack() { + kde_src_unpack + + # The tarball was not created in a clean way. + make -f Makefile.cvs +} |