diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-02-19 07:43:18 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-02-19 07:43:18 +0000 |
commit | d12561cebdcb76373ea6e8b797d9808be6e782e5 (patch) | |
tree | 281e650a2074302c226208df8a2a7d7ac51d004e /kde-base/ksplash | |
parent | Security cleanup, wrt bug #490990 (diff) | |
download | gentoo-2-d12561cebdcb76373ea6e8b797d9808be6e782e5.tar.gz gentoo-2-d12561cebdcb76373ea6e8b797d9808be6e782e5.tar.bz2 gentoo-2-d12561cebdcb76373ea6e8b797d9808be6e782e5.zip |
Remove KDE Workspace 4.11.9
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/ksplash')
-rw-r--r-- | kde-base/ksplash/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.11.9.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index 88cfce4e96fd..a01fec69e4d5 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksplash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.236 2015/02/17 11:06:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.237 2015/02/19 07:43:18 kensington Exp $ + + 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -ksplash-4.11.9.ebuild: + Remove KDE Workspace 4.11.9 17 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ksplash-4.11.14.ebuild: Stable for ppc64 wrt bug #517344 diff --git a/kde-base/ksplash/ksplash-4.11.9.ebuild b/kde-base/ksplash/ksplash-4.11.9.ebuild deleted file mode 100644 index d4ad226f31f3..000000000000 --- a/kde-base/ksplash/ksplash-4.11.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.9.ebuild,v 1.6 2015/01/28 22:13:58 mgorny 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="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse -cpu_flags_x86_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 cpu_flags_x86_3dnow X86_3DNOW) - $(cmake-utils_use_has altivec PPC_ALTIVEC) - $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX) - $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE) - $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2) - $(cmake-utils_use_with xinerama) - ) - - kde4-meta_src_configure -} |