summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-02-17 14:10:48 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-02-17 14:10:48 +0000
commitc5e2ef069388482eb7ee6c83d0d5c7dbd55c3194 (patch)
tree0a649fb91d456bc010a450bdad24b1dee1bfa659 /kde-base/ksplash
parentDrop KDE 4.1.4 (diff)
downloadgentoo-2-c5e2ef069388482eb7ee6c83d0d5c7dbd55c3194.tar.gz
gentoo-2-c5e2ef069388482eb7ee6c83d0d5c7dbd55c3194.tar.bz2
gentoo-2-c5e2ef069388482eb7ee6c83d0d5c7dbd55c3194.zip
Drop KDE 4.1.4
(Portage version: 2.2_rc23/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.1.4.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index cebb4ea7efb1..47ca6eee8c0e 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.18 2009/02/01 07:58:11 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.19 2009/02/17 14:10:48 alexxy Exp $
+
+ 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.1.4.ebuild:
+ Drop KDE 4.1.4
01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
ksplash-4.2.0.ebuild:
diff --git a/kde-base/ksplash/ksplash-4.1.4.ebuild b/kde-base/ksplash/ksplash-4.1.4.ebuild
deleted file mode 100644
index b62edd5ce800..000000000000
--- a/kde-base/ksplash/ksplash-4.1.4.ebuild
+++ /dev/null
@@ -1,29 +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.1.4.ebuild,v 1.1 2009/01/13 22:50:38 alexxy 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
-}