summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 01:52:50 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 01:52:50 +0000
commit6263a0a2f1499b7c28a43802bac2d88e61c4ecae (patch)
treed6e3885adb932c0d7bb1933c9ed9c17a73bbe169 /kde-base/ksplash
parentSpring cleaning. (diff)
downloadgentoo-2-6263a0a2f1499b7c28a43802bac2d88e61c4ecae.tar.gz
gentoo-2-6263a0a2f1499b7c28a43802bac2d88e61c4ecae.tar.bz2
gentoo-2-6263a0a2f1499b7c28a43802bac2d88e61c4ecae.zip
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/ksplash')
-rw-r--r--kde-base/ksplash/ChangeLog5
-rw-r--r--kde-base/ksplash/ksplash-4.0.0.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index 274675fdb3ac..2f0140b1dd1f 100644
--- a/kde-base/ksplash/ChangeLog
+++ b/kde-base/ksplash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksplash
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.3 2008/02/09 15:19:27 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.4 2008/02/17 01:52:50 ingmar Exp $
+
+ 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -ksplash-4.0.0.ebuild:
+ Spring cleaning
09 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org> ksplash-4.0.0.ebuild,
ksplash-4.0.1.ebuild:
diff --git a/kde-base/ksplash/ksplash-4.0.0.ebuild b/kde-base/ksplash/ksplash-4.0.0.ebuild
deleted file mode 100644
index 7ca9fb79318f..000000000000
--- a/kde-base/ksplash/ksplash-4.0.0.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.0.0.ebuild,v 1.2 2008/02/09 15:19:27 zlin Exp $
-
-EAPI="1"
-
-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_compile() {
- 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_compile
-}