diff options
author | Johannes Huber <johu@gentoo.org> | 2014-04-29 19:30:09 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-04-29 19:30:09 +0000 |
commit | f0a2aacb8d0eec03d196236b6f709d43bc59ac66 (patch) | |
tree | d41cd1d0e314a5ebb844e8be52116a20f7b128b9 /kde-base/ksplash | |
parent | Drop mint-specific -D_GNU_SOURCE as it is no longer needed #256824 by Alan Ho... (diff) | |
download | gentoo-2-f0a2aacb8d0eec03d196236b6f709d43bc59ac66.tar.gz gentoo-2-f0a2aacb8d0eec03d196236b6f709d43bc59ac66.tar.bz2 gentoo-2-f0a2aacb8d0eec03d196236b6f709d43bc59ac66.zip |
Remove KDE Workspace 4.11.8
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/ksplash')
-rw-r--r-- | kde-base/ksplash/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.11.8.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index e42aa7648822..80007d4d10cf 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksplash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.216 2014/04/29 18:53:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.217 2014/04/29 19:30:02 johu Exp $ + + 29 Apr 2014; Johannes Huber <johu@gentoo.org> -ksplash-4.11.8.ebuild: + Remove KDE Workspace 4.11.8 *ksplash-4.11.9 (29 Apr 2014) diff --git a/kde-base/ksplash/ksplash-4.11.8.ebuild b/kde-base/ksplash/ksplash-4.11.8.ebuild deleted file mode 100644 index de7d666e0ac9..000000000000 --- a/kde-base/ksplash/ksplash-4.11.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.8.ebuild,v 1.1 2014/04/01 18:24:13 johu Exp $ - -EAPI=5 - -DECLARATIVE_REQUIRED="always" -KMNAME="kde-workspace" -inherit kde4-meta - -DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="3dnow altivec debug mmx sse sse2 xinerama" - -COMMONDEPEND=" - media-libs/libpng:0= - virtual/jpeg:0 - x11-libs/libX11 - x11-libs/libXext - xinerama? ( x11-libs/libXinerama ) -" -DEPEND="${COMMONDEPEND} - xinerama? ( x11-proto/xineramaproto ) -" -RDEPEND="${COMMONDEPEND}" - -src_configure() { - 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) - ) - - kde4-meta_src_configure -} |