diff options
author | 2008-02-17 03:31:00 +0000 | |
---|---|---|
committer | 2008-02-17 03:31:00 +0000 | |
commit | 1f0d82e30a76e7b698e006c0b23ef4ba43d716db (patch) | |
tree | 71740acf58d3dc2cadad8ebbfe1669f80226a1ea /kde-base/knotify | |
parent | Spring Cleaning (diff) | |
download | historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.gz historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.bz2 historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.zip |
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.0.0.ebuild | 15 |
2 files changed, 4 insertions, 16 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index df5c346bf5d2..69f26ae05f5d 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2008/02/07 00:11:20 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.3 2008/02/17 02:58:05 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -knotify-4.0.0.ebuild: + Spring cleaning *knotify-4.0.1 (06 Feb 2008) diff --git a/kde-base/knotify/knotify-4.0.0.ebuild b/kde-base/knotify/knotify-4.0.0.ebuild deleted file mode 100644 index 60918fbf09ef..000000000000 --- a/kde-base/knotify/knotify-4.0.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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}" |