summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-10-15 17:26:17 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-10-15 17:26:17 +0000
commita1791ffdeef04d26d269c5721abc2f2df53681a3 (patch)
treedea83b6a54feb970d5983a5fc1b578418173ec11 /kde-base/ksplash
parentamd64 stable wrt #386957 (diff)
downloadgentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.gz
gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.bz2
gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.zip
Drop KDE 4.7.0
(Portage version: 2.1.10.27/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.0.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index 91cd8b9e2ef7..0ad7315879f4 100644
--- a/kde-base/ksplash/ChangeLog
+++ b/kde-base/ksplash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksplash
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.101 2011/10/06 18:11:01 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.102 2011/10/15 17:25:47 dilfridge Exp $
+
+ 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -ksplash-4.7.0.ebuild:
+ Drop KDE 4.7.0
*ksplash-4.7.2 (06 Oct 2011)
diff --git a/kde-base/ksplash/ksplash-4.7.0.ebuild b/kde-base/ksplash/ksplash-4.7.0.ebuild
deleted file mode 100644
index 19644248136d..000000000000
--- a/kde-base/ksplash/ksplash-4.7.0.ebuild
+++ /dev/null
@@ -1,36 +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/ksplash/ksplash-4.7.0.ebuild,v 1.1 2011/07/27 14:04:43 alexxy 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
-}