diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-24 11:38:12 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-24 11:38:12 +0000 |
commit | 302f14a1b8ddd6cc74667085be1533ec354fc377 (patch) | |
tree | 17693ae1395e81272989da96b98fd367a42102a6 /kde-base/phonon-kde | |
parent | Typo in comment (diff) | |
download | historical-302f14a1b8ddd6cc74667085be1533ec354fc377.tar.gz historical-302f14a1b8ddd6cc74667085be1533ec354fc377.tar.bz2 historical-302f14a1b8ddd6cc74667085be1533ec354fc377.zip |
Remove KDE SC 4.8.1
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r-- | kde-base/phonon-kde/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.8.1.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog index 7db63d9b998a..b9e47b2f42ed 100644 --- a/kde-base/phonon-kde/ChangeLog +++ b/kde-base/phonon-kde/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/phonon-kde # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.123 2012/05/24 10:10:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.124 2012/05/24 11:38:10 johu Exp $ + + 24 May 2012; Johannes Huber <johu@gentoo.org> -phonon-kde-4.8.1.ebuild: + Remove KDE SC 4.8.1 24 May 2012; Agostino Sarubbo <ago@gentoo.org> phonon-kde-4.8.3.ebuild: Stable for x86, wrt bug #414605 diff --git a/kde-base/phonon-kde/phonon-kde-4.8.1.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.1.ebuild deleted file mode 100644 index 2cd9f219b950..000000000000 --- a/kde-base/phonon-kde/phonon-kde-4.8.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 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.8.1.ebuild,v 1.4 2012/04/18 19:24:00 maekke Exp $ - -EAPI=4 - -KMNAME="kde-runtime" -KMMODULE="phonon" -inherit kde4-meta - -DESCRIPTION="Phonon KDE Integration" -HOMEPAGE="http://phonon.kde.org" - -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-2" -IUSE="alsa debug pulseaudio" - -DEPEND=" - >=media-libs/phonon-4.4.3 - alsa? ( media-libs/alsa-lib ) - pulseaudio? ( - dev-libs/glib:2 - media-libs/libcanberra - >=media-sound/pulseaudio-0.9.21[glib] - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - -DBUILD_tests=OFF - $(cmake-utils_use_with alsa) - $(cmake-utils_use_with pulseaudio PulseAudio) - ) - - kde4-meta_src_configure -} |