diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-18 00:03:45 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-18 00:03:45 +0000 |
commit | 3db5bf8985aca1ecbe0f239106b7c455a141f746 (patch) | |
tree | 72cf10a7f1f6670ee487899b0290127ac88ce914 /kde-base/knotify | |
parent | Added KDE 4.0.0's kiriki. (diff) | |
download | historical-3db5bf8985aca1ecbe0f239106b7c455a141f746.tar.gz historical-3db5bf8985aca1ecbe0f239106b7c455a141f746.tar.bz2 historical-3db5bf8985aca1ecbe0f239106b7c455a141f746.zip |
Added KDE 4.0.0's knotify.
Package-Manager: portage-2.1.4
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/knotify/files/digest-knotify-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.0.0.ebuild | 15 | ||||
-rw-r--r-- | kde-base/knotify/metadata.xml | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog new file mode 100644 index 000000000000..a22983887be4 --- /dev/null +++ b/kde-base/knotify/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-base/knotify +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.1 2008/01/18 00:03:45 ingmar Exp $ + +*knotify-4.0.0 (18 Jan 2008) + + 18 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> +metadata.xml, + +knotify-4.0.0.ebuild: + Added KDE 4.0.0's knotify. + diff --git a/kde-base/knotify/files/digest-knotify-4.0.0 b/kde-base/knotify/files/digest-knotify-4.0.0 new file mode 100644 index 000000000000..048f72444352 --- /dev/null +++ b/kde-base/knotify/files/digest-knotify-4.0.0 @@ -0,0 +1,3 @@ +MD5 da93f59497ff90ad01bd4ab9b458f6cb kdebase-runtime-4.0.0.tar.bz2 48097008 +RMD160 1f0cc150d6c5ae4c883474eb737be18dce1a4422 kdebase-runtime-4.0.0.tar.bz2 48097008 +SHA256 f0dc4263bb501dc08317583499ee4b3c012540f12e9c7fe4396a8ef75fb27a6b kdebase-runtime-4.0.0.tar.bz2 48097008 diff --git a/kde-base/knotify/knotify-4.0.0.ebuild b/kde-base/knotify/knotify-4.0.0.ebuild new file mode 100644 index 000000000000..60918fbf09ef --- /dev/null +++ b/kde-base/knotify/knotify-4.0.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.0.0.ebuild,v 1.1 2008/01/18 00:03:45 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="The KDE notification daemon." +IUSE="debug" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=kde-base/phonon-${PV}:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-base/knotify/metadata.xml b/kde-base/knotify/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/kde-base/knotify/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |