summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-03 13:01:09 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-03 13:01:09 +0000
commitab647631783089228fad02a1c80f96a65a173676 (patch)
tree111bed172e338d97178f648892e7221efdb2ef1c /kde-base/ksplash
parentRemove older stable, bug #433281 (diff)
downloadhistorical-ab647631783089228fad02a1c80f96a65a173676.tar.gz
historical-ab647631783089228fad02a1c80f96a65a173676.tar.bz2
historical-ab647631783089228fad02a1c80f96a65a173676.zip
Remove KDE SC 4.8.3
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'kde-base/ksplash')
-rw-r--r--kde-base/ksplash/ChangeLog5
-rw-r--r--kde-base/ksplash/ksplash-4.8.3.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index 3a05a6a2f0d2..73f88a576d59 100644
--- a/kde-base/ksplash/ChangeLog
+++ b/kde-base/ksplash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksplash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.136 2012/09/03 12:20:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.137 2012/09/03 13:00:43 johu Exp $
+
+ 03 Sep 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.8.3.ebuild:
+ Remove KDE SC 4.8.3
03 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> ksplash-4.8.5-r1.ebuild:
Stable on ppc wrt bug#431892.
diff --git a/kde-base/ksplash/ksplash-4.8.3.ebuild b/kde-base/ksplash/ksplash-4.8.3.ebuild
deleted file mode 100644
index 19d3e4ed5a41..000000000000
--- a/kde-base/ksplash/ksplash-4.8.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.8.3.ebuild,v 1.4 2012/05/24 09:41:10 ago Exp $
-
-EAPI=4
-
-KMNAME="kde-workspace"
-inherit kde4-meta
-
-DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
-
-COMMONDEPEND="
- media-libs/libpng
- xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="${COMMONDEPEND}
- xinerama? ( x11-proto/xineramaproto )
-"
-RDEPEND="${COMMONDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" )
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_has 3dnow X86_3DNOW)
- $(cmake-utils_use_has altivec PPC_ALTIVEC)
- $(cmake-utils_use_has mmx X86_MMX)
- $(cmake-utils_use_has sse X86_SSE)
- $(cmake-utils_use_has sse2 X86_SSE2)
- $(cmake-utils_use_with xinerama X11_Xinerama)
- )
-
- kde4-meta_src_configure
-}