summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-06-09 22:52:47 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-06-09 22:52:47 +0000
commit5cdbac271df3ac780aa5573b61540858c7cc1d50 (patch)
tree5f807edb8609f4a048710d47e79263e93d14138a /kde-base/knode
parentRemove KDEPIM 4.5.95 mask, the regular release is now in tree (diff)
downloadhistorical-5cdbac271df3ac780aa5573b61540858c7cc1d50.tar.gz
historical-5cdbac271df3ac780aa5573b61540858c7cc1d50.tar.bz2
historical-5cdbac271df3ac780aa5573b61540858c7cc1d50.zip
Remove KDEPIM 4.5.95
Package-Manager: portage-2.2.0_alpha38/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.5.95.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/knode/ChangeLog b/kde-base/knode/ChangeLog
index a89030920308..c89b35ea0d3d 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.181 2011/06/09 22:12:54 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.182 2011/06/09 22:52:46 tampakrap Exp $
+
+ 09 Jun 2011; Theo Chatzimichos <tampakrap@gentoo.org> -knode-4.5.95.ebuild:
+ Remove KDEPIM 4.5.95
*knode-4.6.0 (09 Jun 2011)
diff --git a/kde-base/knode/knode-4.5.95.ebuild b/kde-base/knode/knode-4.5.95.ebuild
deleted file mode 100644
index fcca4f00f573..000000000000
--- a/kde-base/knode/knode-4.5.95.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.5.95.ebuild,v 1.1 2011/04/23 17:12:49 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
-}