summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 14:50:57 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 14:50:57 +0000
commitb98f154856efa924f44da054f6d32dcd3723154f (patch)
tree8935ff96e65b235c8251fe161693ccb21bbe4e6b /kde-base/ksplash
parent[kde-base] Drop KDE 4.3.0 (diff)
downloadgentoo-2-b98f154856efa924f44da054f6d32dcd3723154f.tar.gz
gentoo-2-b98f154856efa924f44da054f6d32dcd3723154f.tar.bz2
gentoo-2-b98f154856efa924f44da054f6d32dcd3723154f.zip
[kde-base] Drop KDE 4.3.0
(Portage version: 2.2_rc44/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.3.0.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index 9178d3aeb1f7..30ff97a419fb 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.35 2009/10/06 20:06:22 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.36 2009/10/08 14:50:57 alexxy Exp $
+
+ 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.3.0.ebuild:
+ Drop KDE 4.3.0
*ksplash-4.3.2 (06 Oct 2009)
diff --git a/kde-base/ksplash/ksplash-4.3.0.ebuild b/kde-base/ksplash/ksplash-4.3.0.ebuild
deleted file mode 100644
index 6ce4cf10a2dc..000000000000
--- a/kde-base/ksplash/ksplash-4.3.0.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.3.0.ebuild,v 1.1 2009/08/04 01:03:50 wired 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
-}