summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-07-17 13:15:53 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-07-17 13:15:53 +0000
commit75956cd898faf8a7c8606b7791950d8540c68ffc (patch)
tree64c712fd48b9875db412616d558d0f0ecda5bb71 /media-video/kdenlive
parentRemove workaround now handled in the eclass. (diff)
downloadgentoo-2-75956cd898faf8a7c8606b7791950d8540c68ffc.tar.gz
gentoo-2-75956cd898faf8a7c8606b7791950d8540c68ffc.tar.bz2
gentoo-2-75956cd898faf8a7c8606b7791950d8540c68ffc.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'media-video/kdenlive')
-rw-r--r--media-video/kdenlive/ChangeLog6
-rw-r--r--media-video/kdenlive/kdenlive-0.9.6-r1.ebuild48
-rw-r--r--media-video/kdenlive/kdenlive-0.9.6.ebuild47
3 files changed, 5 insertions, 96 deletions
diff --git a/media-video/kdenlive/ChangeLog b/media-video/kdenlive/ChangeLog
index ba62aa09683b..2e4b013bddd9 100644
--- a/media-video/kdenlive/ChangeLog
+++ b/media-video/kdenlive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/kdenlive
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kdenlive/ChangeLog,v 1.91 2014/05/14 21:58:08 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kdenlive/ChangeLog,v 1.92 2014/07/17 13:15:53 kensington Exp $
+
+ 17 Jul 2014; Michael Palimaka <kensington@gentoo.org>
+ -kdenlive-0.9.6-r1.ebuild, -kdenlive-0.9.6.ebuild:
+ Remove old.
*kdenlive-0.9.8 (14 May 2014)
diff --git a/media-video/kdenlive/kdenlive-0.9.6-r1.ebuild b/media-video/kdenlive/kdenlive-0.9.6-r1.ebuild
deleted file mode 100644
index 1f089dc78d71..000000000000
--- a/media-video/kdenlive/kdenlive-0.9.6-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kdenlive/kdenlive-0.9.6-r1.ebuild,v 1.1 2014/05/13 23:08:55 johu Exp $
-
-EAPI=5
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl he hr hu it ja lt
-nb nds nl pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-KDE_MINIMAL="4.13.1"
-OPENGL_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="A non-linear video editing suite for KDE"
-HOMEPAGE="http://www.kdenlive.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux"
-IUSE="debug nepomuk"
-
-RDEPEND="
- dev-libs/qjson
- >=media-libs/mlt-0.8.6-r1[ffmpeg,sdl,xml,melt,qt4,kdenlive]
- virtual/ffmpeg[encode,sdl,X]
- $(add_kdebase_dep kdelibs 'nepomuk?')
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
- # Only 'en' handbook is built by default
- mv doc/en_US doc/en || die
- sed -e "s/en_US/en/" -i doc/CMakeLists.txt || die
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with nepomuk)
- )
-
- kde4-base_src_configure
-}
diff --git a/media-video/kdenlive/kdenlive-0.9.6.ebuild b/media-video/kdenlive/kdenlive-0.9.6.ebuild
deleted file mode 100644
index 362fe729b255..000000000000
--- a/media-video/kdenlive/kdenlive-0.9.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kdenlive/kdenlive-0.9.6.ebuild,v 1.5 2014/04/04 08:28:36 johu Exp $
-
-EAPI=5
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl he hr hu it ja lt
-nb nds nl pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-OPENGL_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="A non-linear video editing suite for KDE"
-HOMEPAGE="http://www.kdenlive.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux"
-IUSE="debug semantic-desktop"
-
-RDEPEND="
- dev-libs/qjson
- >=media-libs/mlt-0.8.6-r1[ffmpeg,sdl,xml,melt,qt4,kdenlive]
- virtual/ffmpeg[encode,sdl,X]
- $(add_kdebase_dep kdelibs 'semantic-desktop(+)?')
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
- # Only 'en' handbook is built by default
- mv doc/en_US doc/en || die
- sed -e "s/en_US/en/" -i doc/CMakeLists.txt || die
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- )
-
- kde4-base_src_configure
-}