diff options
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/knotes/knotes-3.5.10.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index e5ae5e226462..9732b2a53d7a 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.125 2009/11/08 23:48:43 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.126 2009/11/20 00:04:16 ssuominen Exp $ + + 20 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> -knotes-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -knotes-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/knotes/knotes-3.5.10.ebuild b/kde-base/knotes/knotes-3.5.10.ebuild deleted file mode 100644 index 146fe8f3fd5f..000000000000 --- a/kde-base/knotes/knotes-3.5.10.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-3.5.10.ebuild,v 1.7 2009/07/12 13:22:20 armin76 Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -DESCRIPTION="KDE Notes" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=kde-base/libkcal-${PV}:${SLOT} ->=kde-base/libkdepim-${PV}:${SLOT} ->=kde-base/kontact-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMCOPYLIB=" - libkcal libkcal - libkdepim libkdepim - libkpinterfaces kontact/interfaces" -KMEXTRACTONLY=" - libkcal/ - libkdepim/ - kontact/interfaces" -KMEXTRA="kontact/plugins/knotes" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps. |