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 | 3e78fa81fafa084e330c2133490fa79478917e1d (patch) | |
tree | d9fb34d3d917bf101dddabe43a9fa83ceffe689b /virtual/notification-daemon | |
parent | Need fortran enabled in gcc and cmake configure script, bug 365493 (diff) | |
download | gentoo-2-3e78fa81fafa084e330c2133490fa79478917e1d.tar.gz gentoo-2-3e78fa81fafa084e330c2133490fa79478917e1d.tar.bz2 gentoo-2-3e78fa81fafa084e330c2133490fa79478917e1d.zip |
Initial commit.
(Portage version: 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/metadata.xml | 8 | ||||
-rw-r--r-- | virtual/notification-daemon/notification-daemon-0.ebuild | 22 |
3 files changed, 40 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/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="" |