summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/ksplash/ChangeLog6
-rw-r--r--kde-base/ksplash/ksplash-4.1.2.ebuild29
-rw-r--r--kde-base/ksplash/ksplash-4.1.3.ebuild29
3 files changed, 5 insertions, 59 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index 85ca840e2aa0..60d5c716367c 100644
--- a/kde-base/ksplash/ChangeLog
+++ b/kde-base/ksplash/ChangeLog
@@ -1,6 +1,10 @@
# 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.15 2009/01/13 22:50:38 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.16 2009/01/14 15:35:06 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.1.2.ebuild,
+ -ksplash-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*ksplash-4.1.4 (13 Jan 2009)
diff --git a/kde-base/ksplash/ksplash-4.1.2.ebuild b/kde-base/ksplash/ksplash-4.1.2.ebuild
deleted file mode 100644
index ea6960e75395..000000000000
--- a/kde-base/ksplash/ksplash-4.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.1.2.ebuild,v 1.1 2008/10/02 10:03:19 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdebase-workspace
-inherit kde4-meta
-
-DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~amd64 ~x86"
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
-
-RDEPEND="media-libs/libpng
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_has 3dnow X86_3DNOW)
- $(cmake-utils_has altivec PPC_ALTIVEC)
- $(cmake-utils_has mmx X86_MMX)
- $(cmake-utils_has sse X86_SSE)
- $(cmake-utils_has sse2 X86_SSE2)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/ksplash/ksplash-4.1.3.ebuild b/kde-base/ksplash/ksplash-4.1.3.ebuild
deleted file mode 100644
index 874069bd9e60..000000000000
--- a/kde-base/ksplash/ksplash-4.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.1.3.ebuild,v 1.2 2008/11/16 08:03:18 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdebase-workspace
-inherit kde4-meta
-
-DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="3dnow altivec debug mmx sse sse2 xinerama"
-
-RDEPEND="media-libs/libpng
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_has 3dnow X86_3DNOW)
- $(cmake-utils_has altivec PPC_ALTIVEC)
- $(cmake-utils_has mmx X86_MMX)
- $(cmake-utils_has sse X86_SSE)
- $(cmake-utils_has sse2 X86_SSE2)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
-
- kde4-meta_src_configure
-}