summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-03 13:30:02 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-03 13:30:02 +0000
commit29301dc16f9f68cdcec73953feff1a61457a9753 (patch)
tree544b301c6d7f53472b84747949bb8aed80e134ac /kde-base/ksplash
parentAdd missing slot dependencies on Qt. (diff)
downloadgentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.tar.gz
gentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.tar.bz2
gentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.zip
Remove KDE SC 4.7.4
(Portage version: 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.7.4.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index 73f88a576d59..f8f73c7ace7e 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.137 2012/09/03 13:00:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.138 2012/09/03 13:29:36 johu Exp $
+
+ 03 Sep 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.7.4.ebuild:
+ Remove KDE SC 4.7.4
03 Sep 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.8.3.ebuild:
Remove KDE SC 4.8.3
diff --git a/kde-base/ksplash/ksplash-4.7.4.ebuild b/kde-base/ksplash/ksplash-4.7.4.ebuild
deleted file mode 100644
index 27da3300a151..000000000000
--- a/kde-base/ksplash/ksplash-4.7.4.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.7.4.ebuild,v 1.4 2012/02/18 15:58:17 nixnut 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
-}