Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/gx-mail-notify: metadata.xml ChangeLog gx-mail-notify-0.4.2.ebuild
Date: Tue, 03 Nov 2009 13:03:43
Message-Id: E1N5J2z-0001j1-LE@stork.gentoo.org
1 ssuominen 09/11/03 13:03:41
2
3 Added: metadata.xml ChangeLog gx-mail-notify-0.4.2.ebuild
4 Log:
5 Initial commit wrt #291438, thanks to Andreas Grundler for ebuild.
6 (Portage version: 2.2_rc48/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 kde-misc/gx-mail-notify/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/gx-mail-notify/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/gx-mail-notify/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>kde</herd>
20 </pkgmetadata>
21
22
23
24 1.1 kde-misc/gx-mail-notify/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/gx-mail-notify/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/gx-mail-notify/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for kde-misc/gx-mail-notify
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/ChangeLog,v 1.1 2009/11/03 13:03:41 ssuominen Exp $
34
35 *gx-mail-notify-0.4.2 (03 Nov 2009)
36
37 03 Nov 2009; Samuli Suominen <ssuominen@g.o>
38 +gx-mail-notify-0.4.2.ebuild:
39 Initial commit wrt #291438, thanks to Andreas Grundler for ebuild.
40
41
42
43
44 1.1 kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gx-mail-notify-0.4.2.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild,v 1.1 2009/11/03 13:03:41 ssuominen Exp $
54
55 EAPI=2
56 inherit kde4-base
57
58 MY_P=gx_mail_notify-${PV}
59
60 DESCRIPTION="A plasmoid for checking unread mail"
61 HOMEPAGE="http://www.kde-look.org/content/show.php/GX+Mail+Notify?content=99617"
62 SRC_URI="http://www.kde-look.org/CONTENT/content-files/99617-${MY_P}.tar.bz2"
63
64 LICENSE="GPL-3"
65 SLOT="4"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="debug"
68
69 DEPEND=">=kde-base/kdelibs-${KDE_MINIMAL}[opengl]
70 >=kde-base/plasma-workspace-${KDE_MINIMAL}"
71
72 S=${WORKDIR}/${MY_P}
73
74 DOCS="README"