summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-08-10 22:12:33 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-08-10 22:12:33 +0000
commit3aab70d57a49d4d749928a7dfd68c6e54aa850d6 (patch)
tree35abaa38da52d78485e48abc66b892a1a9536538 /kde-base/knode
parentVersion bump (diff)
downloadhistorical-3aab70d57a49d4d749928a7dfd68c6e54aa850d6.tar.gz
historical-3aab70d57a49d4d749928a7dfd68c6e54aa850d6.tar.bz2
historical-3aab70d57a49d4d749928a7dfd68c6e54aa850d6.zip
Drop kdepim-4.6.0
Package-Manager: portage-2.1.10.10/cvs/Linux x86_64
Diffstat (limited to 'kde-base/knode')
-rw-r--r--kde-base/knode/ChangeLog5
-rw-r--r--kde-base/knode/knode-4.6.0.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/knode/ChangeLog b/kde-base/knode/ChangeLog
index fb23baf7e52d..612701a5f24c 100644
--- a/kde-base/knode/ChangeLog
+++ b/kde-base/knode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/knode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.184 2011/07/27 14:04:44 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.185 2011/08/10 22:11:27 dilfridge Exp $
+
+ 10 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> -knode-4.6.0.ebuild:
+ Drop kdepim-4.6.0
*knode-4.7.0 (27 Jul 2011)
diff --git a/kde-base/knode/knode-4.6.0.ebuild b/kde-base/knode/knode-4.6.0.ebuild
deleted file mode 100644
index 7561f37230b8..000000000000
--- a/kde-base/knode/knode-4.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.6.0.ebuild,v 1.1 2011/06/09 22:12:54 tampakrap Exp $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-KDE_SCM="git"
-inherit kde4-meta
-
-DESCRIPTION="A newsreader for KDE"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-# test fails, last checked for 4.2.96
-RESTRICT=test
-
-DEPEND="
- $(add_kdebase_dep kdepimlibs)
- $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
- libkleo/
- libkpgp/
- messagecomposer/
- messageviewer/
-"
-
-KMLOADLIBS="kdepim-common-libs"
-
-src_unpack() {
- if use handbook; then
- KMEXTRA="
- doc/kioslave/news
- "
- fi
-
- kde4-meta_src_unpack
-}