diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-21 15:53:54 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-21 15:53:54 +0000 |
commit | ad0923563c98a039f39749ac48d242625d8a256e (patch) | |
tree | 02b11ac42d36c3074f519c736457135d2aa4f0e2 /kde-base/ksplash | |
parent | Automated update of use.local.desc (diff) | |
download | historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.gz historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.bz2 historical-ad0923563c98a039f39749ac48d242625d8a256e.zip |
Drop 4.3.3. Drop hppa keywords per bug #304363.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-base/ksplash')
-rw-r--r-- | kde-base/ksplash/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.3.3.ebuild | 33 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.3.5.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.4.4.ebuild | 4 |
4 files changed, 9 insertions, 38 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index 70326e17a70a..85c501faeddd 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,10 @@ # 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.65 2010/06/06 14:41:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.66 2010/06/21 15:53:40 scarabeus Exp $ + + 21 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -ksplash-4.3.3.ebuild, ksplash-4.3.5.ebuild, ksplash-4.4.4.ebuild: + Drop 4.3.3. Drop hppa keywords per bug #304363 *ksplash-4.4.4 (06 Jun 2010) diff --git a/kde-base/ksplash/ksplash-4.3.3.ebuild b/kde-base/ksplash/ksplash-4.3.3.ebuild deleted file mode 100644 index 9a5d9bbec86c..000000000000 --- a/kde-base/ksplash/ksplash-4.3.3.ebuild +++ /dev/null @@ -1,33 +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.3.3.ebuild,v 1.6 2010/01/19 01:01:54 jer 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 ~sparc 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 -} diff --git a/kde-base/ksplash/ksplash-4.3.5.ebuild b/kde-base/ksplash/ksplash-4.3.5.ebuild index 0130c2bd0962..c747b173374e 100644 --- a/kde-base/ksplash/ksplash-4.3.5.ebuild +++ b/kde-base/ksplash/ksplash-4.3.5.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.3.5.ebuild,v 1.4 2010/05/16 12:13:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.5.ebuild,v 1.5 2010/06/21 15:53:40 scarabeus Exp $ EAPI="2" @@ -8,7 +8,7 @@ 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" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="3dnow altivec debug mmx sse sse2 xinerama" COMMONDEPEND=" diff --git a/kde-base/ksplash/ksplash-4.4.4.ebuild b/kde-base/ksplash/ksplash-4.4.4.ebuild index 2bc7f523c721..481b2e1fad34 100644 --- a/kde-base/ksplash/ksplash-4.4.4.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.4.ebuild,v 1.1 2010/06/06 14:41:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.4.4.ebuild,v 1.2 2010/06/21 15:53:40 scarabeus Exp $ EAPI="3" @@ -8,7 +8,7 @@ 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" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="3dnow altivec debug mmx sse sse2 xinerama" COMMONDEPEND=" |