summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-04-01 16:04:13 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-04-01 16:04:13 +0000
commit8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9 (patch)
tree1aa872edc30f3816b18a620a181a7c1598b9d9fa /kde-base/ksystemlog
parentInadvertently left out manifest change from previous commit - already in Chan... (diff)
downloadgentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.gz
gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.bz2
gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.zip
Remove old
(Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/ksystemlog')
-rw-r--r--kde-base/ksystemlog/ChangeLog6
-rw-r--r--kde-base/ksystemlog/ksystemlog-4.10.0.ebuild33
-rw-r--r--kde-base/ksystemlog/ksystemlog-4.9.5.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/kde-base/ksystemlog/ChangeLog b/kde-base/ksystemlog/ChangeLog
index d6183a5855c8..7bc0a59c2389 100644
--- a/kde-base/ksystemlog/ChangeLog
+++ b/kde-base/ksystemlog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ksystemlog
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.143 2013/04/01 13:06:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.144 2013/04/01 16:03:52 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -ksystemlog-4.10.0.ebuild,
+ -ksystemlog-4.9.5.ebuild:
+ Remove old
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ksystemlog-4.10.1.ebuild:
Stable for ppc, wrt to bug #462890
diff --git a/kde-base/ksystemlog/ksystemlog-4.10.0.ebuild b/kde-base/ksystemlog/ksystemlog-4.10.0.ebuild
deleted file mode 100644
index fac11a5c22cd..000000000000
--- a/kde-base/ksystemlog/ksystemlog-4.10.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ksystemlog-4.10.0.ebuild,v 1.2 2013/02/23 17:00:03 ago Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdeadmin"
-KDE_SCM="svn"
-VIRTUALX_REQUIRED=test
-inherit kde4-meta
-
-DESCRIPTION="KDE system log viewer"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug test"
-
-RESTRICT=test
-# bug 378101
-
-src_prepare() {
- kde4-meta_src_prepare
-
- if use test; then
- # beat this stupid test into shape: the test files contain no year, so
- # comparison succeeds only in 2007 !!!
- local theyear=$(date +%Y)
- einfo Setting the current year as ${theyear} in the test files
- sed -e "s:2007:${theyear}:g" -i ksystemlog/tests/systemAnalyzerTest.cpp
-
- # one test consistently fails, so comment it out for the moment
- sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt
- fi
-}
diff --git a/kde-base/ksystemlog/ksystemlog-4.9.5.ebuild b/kde-base/ksystemlog/ksystemlog-4.9.5.ebuild
deleted file mode 100644
index c4014daf2745..000000000000
--- a/kde-base/ksystemlog/ksystemlog-4.9.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ksystemlog-4.9.5.ebuild,v 1.5 2013/02/23 17:00:03 ago Exp $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kdeadmin"
-KDE_SCM="svn"
-VIRTUALX_REQUIRED=test
-inherit kde4-meta
-
-DESCRIPTION="KDE system log viewer"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug test"
-
-RESTRICT=test
-# bug 378101
-
-src_prepare() {
- kde4-meta_src_prepare
-
- if use test; then
- # beat this stupid test into shape: the test files contain no year, so
- # comparison succeeds only in 2007 !!!
- local theyear=$(date +%Y)
- einfo Setting the current year as ${theyear} in the test files
- sed -e "s:2007:${theyear}:g" -i ksystemlog/tests/systemAnalyzerTest.cpp
-
- # one test consistently fails, so comment it out for the moment
- sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt
- fi
-}