diff options
author | 2009-04-17 06:40:41 +0000 | |
---|---|---|
committer | 2009-04-17 06:40:41 +0000 | |
commit | 7558aec2dd8028c6f7151a6d8d2ba56851fcf2bf (patch) | |
tree | 97ded603aa287eaf8044061d21405d8f6751d1f6 /kde-base/phonon-kde | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-7558aec2dd8028c6f7151a6d8d2ba56851fcf2bf.tar.gz gentoo-2-7558aec2dd8028c6f7151a6d8d2ba56851fcf2bf.tar.bz2 gentoo-2-7558aec2dd8028c6f7151a6d8d2ba56851fcf2bf.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/phonon-kde')
-rw-r--r-- | kde-base/phonon-kde/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.2.1.ebuild | 37 | ||||
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 40 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog index 7a1d59eed978..97274ecd4bb2 100644 --- a/kde-base/phonon-kde/ChangeLog +++ b/kde-base/phonon-kde/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/phonon-kde # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.11 2009/04/12 06:40:19 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.12 2009/04/17 06:40:41 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -phonon-kde-4.2.1.ebuild, + phonon-kde-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -phonon-kde-4.2.1.ebuild: + Drop KDE 4.2.1 *phonon-kde-4.2.2 (11 Apr 2009) diff --git a/kde-base/phonon-kde/phonon-kde-4.2.1.ebuild b/kde-base/phonon-kde/phonon-kde-4.2.1.ebuild deleted file mode 100644 index e470aa008bef..000000000000 --- a/kde-base/phonon-kde/phonon-kde-4.2.1.ebuild +++ /dev/null @@ -1,37 +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/phonon-kde/phonon-kde-4.2.1.ebuild,v 1.5 2009/04/11 16:30:42 armin76 Exp $ - -EAPI="2" - -KMNAME="kdebase-runtime" -KMMODULE="phonon" -inherit kde4-meta - -DESCRIPTION="Phonon KDE Integration" -HOMEPAGE="http://phonon.kde.org" -LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -RDEPEND=" - !kdeprefix? ( !kde-base/phonon-xine[-kdeprefix] ) -" - -src_prepare() { - # Don't build tests - they require OpenGL - sed -i -e 's/add_subdirectory(tests)//'\ - phonon/CMakeLists.txt || die "Failed to disable tests" - - kde4-meta_src_prepare -} - -src_install() { - kde4-meta_src_install - - # fix missing backends - if use kdeprefix; then - dosym /usr/share/kde4/services/phononbackends \ - "${KDEDIR}"/share/kde4/services/phononbackends || die - fi -} diff --git a/kde-base/phonon-kde/phonon-kde-4.2.2.ebuild b/kde-base/phonon-kde/phonon-kde-4.2.2.ebuild index 2609aa6900c9..5c895445b787 100644 --- a/kde-base/phonon-kde/phonon-kde-4.2.2.ebuild +++ b/kde-base/phonon-kde/phonon-kde-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/phonon-kde/phonon-kde-4.2.2.ebuild,v 1.1 2009/04/12 06:40:19 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.2.ebuild,v 1.2 2009/04/17 06:40:41 alexxy Exp $ EAPI="2" @@ -11,7 +11,7 @@ inherit kde4-meta DESCRIPTION="Phonon KDE Integration" HOMEPAGE="http://phonon.kde.org" LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" RDEPEND=" |