summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-08-20 12:00:47 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-08-20 12:00:47 +0000
commitf2e0bc1d4c45cf7d39f0c0fdc297608cbd1a3f8b (patch)
tree6beb7af89e55b0e76b52fd57110bdb9f8830ecf9 /mail-client/kcheckgmail/kcheckgmail-0.5.4.ebuild
parentReverted the behaviour of the jms use flag to the old one until a fix to the ... (diff)
downloadgentoo-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.ebuild23
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
+}