diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-09 15:23:45 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-09 15:23:45 +0000 |
commit | a215ad58e4ef759667c0364c89de132aff9fdcee (patch) | |
tree | 011d7f4fecf0aba7a22cac336e4aae57875ffbb4 /kde-base/phonon | |
parent | Removed old versions. (diff) | |
download | gentoo-2-a215ad58e4ef759667c0364c89de132aff9fdcee.tar.gz gentoo-2-a215ad58e4ef759667c0364c89de132aff9fdcee.tar.bz2 gentoo-2-a215ad58e4ef759667c0364c89de132aff9fdcee.zip |
Removed old versions.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/phonon')
-rw-r--r-- | kde-base/phonon/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/phonon/phonon-4.0.2.ebuild | 36 | ||||
-rw-r--r-- | kde-base/phonon/phonon-4.0.3.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/kde-base/phonon/ChangeLog b/kde-base/phonon/ChangeLog index b13e8ebd18a4..ebbdcebb3b34 100644 --- a/kde-base/phonon/ChangeLog +++ b/kde-base/phonon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/phonon # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.9 2008/06/05 22:44:10 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.10 2008/06/09 15:23:45 keytoaster Exp $ + + 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -phonon-4.0.2.ebuild, + -phonon-4.0.3.ebuild: + Removed old versions. *phonon-4.0.5 (05 Jun 2008) diff --git a/kde-base/phonon/phonon-4.0.2.ebuild b/kde-base/phonon/phonon-4.0.2.ebuild deleted file mode 100644 index 7e409b8ad999..000000000000 --- a/kde-base/phonon/phonon-4.0.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/phonon-4.0.2.ebuild,v 1.1 2008/03/11 00:03:45 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-runtime -KMMODULE=phonon -inherit kde4-meta - -DESCRIPTION="KDE multimedia API" -KEYWORDS="~amd64 ~x86" -IUSE="debug xcb" - -# There's currently only a xine backend for phonon available, -# a gstreamer backend from TrollTech is in the works. -DEPEND=" - >=media-libs/xine-lib-1.1.9 - xcb? ( x11-libs/libxcb )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use xcb; then - KDE4_BUILT_WITH_USE_CHECK="media-libs/xine-lib xcb" - fi - - kde4-meta_pkg_setup -} - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with xcb XCB) - -DWITH_Xine=ON" - - kde4-meta_src_compile -} diff --git a/kde-base/phonon/phonon-4.0.3.ebuild b/kde-base/phonon/phonon-4.0.3.ebuild deleted file mode 100644 index 558d7ebb2fae..000000000000 --- a/kde-base/phonon/phonon-4.0.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/phonon-4.0.3.ebuild,v 1.1 2008/04/03 21:46:08 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-runtime -KMMODULE=phonon -inherit kde4-meta - -DESCRIPTION="KDE multimedia API" -KEYWORDS="~amd64 ~x86" -IUSE="debug xcb" - -# There's currently only a xine backend for phonon available, -# a gstreamer backend from TrollTech is in the works. -DEPEND=" - >=media-libs/xine-lib-1.1.9 - xcb? ( x11-libs/libxcb )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use xcb; then - KDE4_BUILT_WITH_USE_CHECK="media-libs/xine-lib xcb" - fi - - kde4-meta_pkg_setup -} - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with xcb XCB) - -DWITH_Xine=ON" - - kde4-meta_src_compile -} |