summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-10-23 13:47:41 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-10-23 13:47:41 +0000
commita1ef6e275f2a82a9c3cd4e05e9ee6ee99c516b86 (patch)
tree9c2aaa46cd92944d2d5acb0937164bb11ace5940 /media-video/kmplayer
parentFix proxy maintainers herd name in metadata (diff)
downloadgentoo-2-a1ef6e275f2a82a9c3cd4e05e9ee6ee99c516b86.tar.gz
gentoo-2-a1ef6e275f2a82a9c3cd4e05e9ee6ee99c516b86.tar.bz2
gentoo-2-a1ef6e275f2a82a9c3cd4e05e9ee6ee99c516b86.zip
Remove old.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-video/kmplayer')
-rw-r--r--media-video/kmplayer/ChangeLog6
-rw-r--r--media-video/kmplayer/kmplayer-0.11.3c.ebuild57
2 files changed, 5 insertions, 58 deletions
diff --git a/media-video/kmplayer/ChangeLog b/media-video/kmplayer/ChangeLog
index 391b44959554..a26aaa4689b9 100644
--- a/media-video/kmplayer/ChangeLog
+++ b/media-video/kmplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/kmplayer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.155 2012/08/03 15:32:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.156 2012/10/23 13:47:41 kensington Exp $
+
+ 23 Oct 2012; Michael Palimaka <kensington@gentoo.org>
+ -kmplayer-0.11.3c.ebuild:
+ Remove old.
03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> kmplayer-0.11.3d.ebuild:
Stable on amd64 wrt bug #426826
diff --git a/media-video/kmplayer/kmplayer-0.11.3c.ebuild b/media-video/kmplayer/kmplayer-0.11.3c.ebuild
deleted file mode 100644
index 4bf046bb102a..000000000000
--- a/media-video/kmplayer/kmplayer-0.11.3c.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3c.ebuild,v 1.5 2012/05/21 09:16:19 phajdan.jr Exp $
-
-EAPI=4
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hr hu it
-ja km ku lt lv mai nb nds nl nn pl pt pt_BR ro ru sk sr sr@latin sv th tr ug uk
-zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KMPlayer is a Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend."
-HOMEPAGE="http://kmplayer.kde.org/"
-SRC_URI="http://kmplayer.kde.org/pkgs/${P}.tar.bz2"
-
-LICENSE="GPL-2 FDL-1.2 LGPL-2.1"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="cairo debug expat handbook npp"
-
-DEPEND="media-libs/phonon
- expat? ( >=dev-libs/expat-2.0.1 )
- cairo? (
- x11-libs/cairo
- x11-libs/pango
- )
- npp? (
- dev-libs/dbus-glib
- >=x11-libs/gtk+-2.10.14:2
- )"
-RDEPEND="${DEPEND}
- media-video/mplayer"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
- sed -i \
- -e '/add_subdirectory(icons)/d' \
- CMakeLists.txt || die
-
- # upstream comments doc and po folders...
- sed -i \
- -e 's:^#::g' \
- CMakeLists.txt || die
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use cairo KMPLAYER_BUILT_WITH_CAIRO)
- $(cmake-utils_use expat KMPLAYER_BUILT_WITH_EXPAT)
- $(cmake-utils_use npp KMPLAYER_BUILT_WITH_NPP)
- )
-
- kde4-base_src_configure
-}