Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/notification-daemon: metadata.xml ChangeLog notification-daemon-0.ebuild
Date: Sun, 01 May 2011 17:53:58
Message-Id: 20110501175349.1FD7B20054@flycatcher.gentoo.org
1 ssuominen 11/05/01 17:53:49
2
3 Added: metadata.xml ChangeLog notification-daemon-0.ebuild
4 Log:
5 Initial commit.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 virtual/notification-daemon/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>freedesktop</herd>
21 <maintainer>
22 <email>freedesktop-bugs@g.o</email>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 virtual/notification-daemon/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for virtual/notification-daemon
36 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.1 2011/05/01 17:53:49 ssuominen Exp $
38
39 *notification-daemon-0 (01 May 2011)
40
41 01 May 2011; Samuli Suominen <ssuominen@g.o>
42 +notification-daemon-0.ebuild:
43 Initial commit.
44
45
46
47
48 1.1 virtual/notification-daemon/notification-daemon-0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: notification-daemon-0.ebuild
54 ===================================================================
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.1 2011/05/01 17:53:49 ssuominen Exp $
58
59 EAPI=2
60
61 DESCRIPTION=""
62 HOMEPAGE=""
63 SRC_URI=""
64
65 LICENSE=""
66 SLOT="0"
67 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
68 IUSE="gnome"
69
70 RDEPEND="gnome? ( x11-misc/notification-daemon )
71 !gnome? ( || ( x11-misc/notification-daemon
72 xfce-extra/xfce4-notifyd
73 x11-misc/notify-osd
74 >=x11-wm/awesome-3.4.4
75 kde-base/knotify ) )"
76 DEPEND=""