diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 17:53:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 17:53:49 +0000 |
commit | 2f7286abdd789938cfd7e859c50785c1a5010ab9 (patch) | |
tree | c904b46eb98face057f757a15360a83cefa1b4d7 /virtual/notification-daemon | |
parent | Need fortran enabled in gcc and cmake configure script, bug 365493 (diff) | |
download | historical-2f7286abdd789938cfd7e859c50785c1a5010ab9.tar.gz historical-2f7286abdd789938cfd7e859c50785c1a5010ab9.tar.bz2 historical-2f7286abdd789938cfd7e859c50785c1a5010ab9.zip |
Initial commit.
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'virtual/notification-daemon')
-rw-r--r-- | virtual/notification-daemon/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/notification-daemon/Manifest | 13 | ||||
-rw-r--r-- | virtual/notification-daemon/metadata.xml | 8 | ||||
-rw-r--r-- | virtual/notification-daemon/notification-daemon-0.ebuild | 22 |
4 files changed, 53 insertions, 0 deletions
diff --git a/virtual/notification-daemon/ChangeLog b/virtual/notification-daemon/ChangeLog new file mode 100644 index 000000000000..3d7b4d102b60 --- /dev/null +++ b/virtual/notification-daemon/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for virtual/notification-daemon +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.1 2011/05/01 17:53:49 ssuominen Exp $ + +*notification-daemon-0 (01 May 2011) + + 01 May 2011; Samuli Suominen <ssuominen@gentoo.org> + +notification-daemon-0.ebuild: + Initial commit. + diff --git a/virtual/notification-daemon/Manifest b/virtual/notification-daemon/Manifest new file mode 100644 index 000000000000..ef3d88bb4abb --- /dev/null +++ b/virtual/notification-daemon/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD notification-daemon-0.ebuild 662 RMD160 e1bb4aacb7c7428908803e386514f24534a7a78f SHA1 33802fb57b3736a933f6d7dc8117d227580793da SHA256 883c6608e0fab12e9029cfd04727d40583e525e2a1ccc271ec67a85bea45067c +MISC ChangeLog 374 RMD160 c303b578a8313e596b738e277768ea951a5f2c03 SHA1 69886e97986d78b108867bf2053cab66df3ce73e SHA256 55c33cbfb847a296cd438efc2ca2d6049a8135ea2880ee5e22351262ea1153e3 +MISC metadata.xml 244 RMD160 244bfcdb5c3c5eab051189d8adf5e572866b8c64 SHA1 580ce8a447f3237ea98b1d289b440bc89245e89b SHA256 552982cb042dce6d0051aef928f3cca7553e6d7327e0556f97f9e6e52e651b6c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iF4EAREIAAYFAk29nqMACgkQXkR9YqOcLPGmOwD9Ed4DnarXsOvWX1aYvMUD2boF +eAHJZDodR7BRp8DbT8IA/jCDcvM+ukkBORbmpaLBOs0swSdlLWvwLe8wWgrskRai +=Ixed +-----END PGP SIGNATURE----- diff --git a/virtual/notification-daemon/metadata.xml b/virtual/notification-daemon/metadata.xml new file mode 100644 index 000000000000..9879e83b822e --- /dev/null +++ b/virtual/notification-daemon/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>freedesktop</herd> + <maintainer> + <email>freedesktop-bugs@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild new file mode 100644 index 000000000000..532644df90cc --- /dev/null +++ b/virtual/notification-daemon/notification-daemon-0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.1 2011/05/01 17:53:49 ssuominen Exp $ + +EAPI=2 + +DESCRIPTION="" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="gnome" + +RDEPEND="gnome? ( x11-misc/notification-daemon ) + !gnome? ( || ( x11-misc/notification-daemon + xfce-extra/xfce4-notifyd + x11-misc/notify-osd + >=x11-wm/awesome-3.4.4 + kde-base/knotify ) )" +DEPEND="" |