summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-14 11:31:17 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-14 11:31:17 +0000
commitcb37a010d740a95492a98147a04dc9ef360e4549 (patch)
tree7f1a14508cc081aae3eab2a36bdf93d54df7c120 /kde-base/ksplash
parent[kde-base/kspaceduel] Drop KDE 4.2.3 (diff)
downloadgentoo-2-cb37a010d740a95492a98147a04dc9ef360e4549.tar.gz
gentoo-2-cb37a010d740a95492a98147a04dc9ef360e4549.tar.bz2
gentoo-2-cb37a010d740a95492a98147a04dc9ef360e4549.zip
[kde-base/ksplash] Drop KDE 4.2.3
(Portage version: 2.2_rc33/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.2.3.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index d8c4c19e79a7..d44be6a2fd44 100644
--- a/kde-base/ksplash/ChangeLog
+++ b/kde-base/ksplash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksplash
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.30 2009/06/05 00:36:08 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.31 2009/06/14 11:31:17 alexxy Exp $
+
+ 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.2.3.ebuild:
+ Drop KDE 4.2.3
05 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> ChangeLog:
Fix accidently added keywords
diff --git a/kde-base/ksplash/ksplash-4.2.3.ebuild b/kde-base/ksplash/ksplash-4.2.3.ebuild
deleted file mode 100644
index 7770c0b3edbf..000000000000
--- a/kde-base/ksplash/ksplash-4.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.2.3.ebuild,v 1.1 2009/05/06 23:54:29 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-workspace"
-inherit kde4-meta
-
-DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
-
-COMMONDEPEND="
- media-libs/libpng
- xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="${COMMONDEPEND}
- xinerama? ( x11-proto/xineramaproto )
-"
-RDEPEND="${COMMONDEPEND}"
-
-src_configure() {
- mycmakeargs="${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
-}