diff options
author | 2010-06-06 14:42:20 +0000 | |
---|---|---|
committer | 2010-06-06 14:42:20 +0000 | |
commit | f605b58054d9fb2d0703ebad662087446b538fed (patch) | |
tree | 6ac3418032aa83d83c1d3684befc2110a98e2092 /kde-base/ksplash | |
parent | arm stable wrt #300831 (diff) | |
download | historical-f605b58054d9fb2d0703ebad662087446b538fed.tar.gz historical-f605b58054d9fb2d0703ebad662087446b538fed.tar.bz2 historical-f605b58054d9fb2d0703ebad662087446b538fed.zip |
Drop old. Version bump.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/ksplash')
-rw-r--r-- | kde-base/ksplash/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.4.2-r1.ebuild | 36 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.4.4.ebuild (renamed from kde-base/ksplash/ksplash-4.4.3.ebuild) | 2 |
3 files changed, 8 insertions, 38 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index 67d0d52180b3..70326e17a70a 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ksplash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.64 2010/05/16 12:13:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.65 2010/06/06 14:41:58 scarabeus Exp $ + +*ksplash-4.4.4 (06 Jun 2010) + + 06 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -ksplash-4.4.2-r1.ebuild, -ksplash-4.4.3.ebuild, +ksplash-4.4.4.ebuild: + Remove old. Version bump. 16 May 2010; Samuli Suominen <ssuominen@gentoo.org> ksplash-4.3.5.ebuild, +files/ksplash-4.3.5-libpng14.patch: diff --git a/kde-base/ksplash/ksplash-4.4.2-r1.ebuild b/kde-base/ksplash/ksplash-4.4.2-r1.ebuild deleted file mode 100644 index 9f007648b15f..000000000000 --- a/kde-base/ksplash/ksplash-4.4.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.4.2-r1.ebuild,v 1.1 2010/05/03 18:32:39 reavertm Exp $ - -EAPI="3" - -KMNAME="kdebase-workspace" -inherit kde4-meta - -DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="3dnow altivec debug mmx sse sse2 xinerama" - -COMMONDEPEND=" - media-libs/libpng - xinerama? ( x11-libs/libXinerama ) -" -DEPEND="${COMMONDEPEND} - xinerama? ( x11-proto/xineramaproto ) -" -RDEPEND="${COMMONDEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" ) - -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 X11_Xinerama) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/ksplash/ksplash-4.4.3.ebuild b/kde-base/ksplash/ksplash-4.4.4.ebuild index c55134023950..2bc7f523c721 100644 --- a/kde-base/ksplash/ksplash-4.4.3.ebuild +++ b/kde-base/ksplash/ksplash-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.4.3.ebuild,v 1.1 2010/05/03 21:17:54 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.4.4.ebuild,v 1.1 2010/06/06 14:41:59 scarabeus Exp $ EAPI="3" |