diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:35:52 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:35:52 +0000 |
commit | 77550d195eb089409616cecada83748115bdb21b (patch) | |
tree | 445a6230ad5a7d747e1de6c7fa373c6deedf96ce /kde-base/ksplash | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-77550d195eb089409616cecada83748115bdb21b.tar.gz gentoo-2-77550d195eb089409616cecada83748115bdb21b.tar.bz2 gentoo-2-77550d195eb089409616cecada83748115bdb21b.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksplash')
-rw-r--r-- | kde-base/ksplash/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.2.1.ebuild | 33 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 36 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index 4b735c5ad1ce..78c49353b116 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,13 @@ # 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.25 2009/04/12 06:02:44 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.26 2009/04/17 06:35:52 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.2.1.ebuild, + ksplash-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.2.1.ebuild: + Drop KDE 4.2.1 *ksplash-4.2.2 (11 Apr 2009) diff --git a/kde-base/ksplash/ksplash-4.2.1.ebuild b/kde-base/ksplash/ksplash-4.2.1.ebuild deleted file mode 100644 index ce93184be3ab..000000000000 --- a/kde-base/ksplash/ksplash-4.2.1.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.2.1.ebuild,v 1.4 2009/04/11 16:11:46 armin76 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 -} diff --git a/kde-base/ksplash/ksplash-4.2.2.ebuild b/kde-base/ksplash/ksplash-4.2.2.ebuild index 4dbdd60f34c7..89ee596eead0 100644 --- a/kde-base/ksplash/ksplash-4.2.2.ebuild +++ b/kde-base/ksplash/ksplash-4.2.2.ebuild @@ -1,6 +1,6 @@ # 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.2.2.ebuild,v 1.1 2009/04/12 06:02:44 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.2.2.ebuild,v 1.2 2009/04/17 06:35:52 alexxy 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 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="3dnow altivec debug mmx sse sse2 xinerama" COMMONDEPEND=" |