From 7dd06b7e5ecc57f3d432d9b7dde1a628e9887ccf Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Thu, 6 Feb 2014 18:36:29 +0000 Subject: Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD) --- media-video/subtitlecomposer/ChangeLog | 6 ++- .../subtitlecomposer-0.5.3-r1.ebuild | 54 ---------------------- 2 files changed, 5 insertions(+), 55 deletions(-) delete mode 100644 media-video/subtitlecomposer/subtitlecomposer-0.5.3-r1.ebuild (limited to 'media-video/subtitlecomposer') diff --git a/media-video/subtitlecomposer/ChangeLog b/media-video/subtitlecomposer/ChangeLog index c365beb34c0b..f33859f6ba9c 100644 --- a/media-video/subtitlecomposer/ChangeLog +++ b/media-video/subtitlecomposer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/subtitlecomposer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.20 2014/02/06 18:34:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.21 2014/02/06 18:36:28 johu Exp $ + + 06 Feb 2014; Johannes Huber + -subtitlecomposer-0.5.3-r1.ebuild: + Remove old. 06 Feb 2014; Johannes Huber subtitlecomposer-0.5.3-r2.ebuild: diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r1.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r1.ebuild deleted file mode 100644 index 714b824dd516..000000000000 --- a/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r1.ebuild,v 1.4 2013/04/05 21:48:51 ago Exp $ - -EAPI=4 - -KDE_LINGUAS="bg cs de el es fr pl pt_BR sr" -inherit kde4-base - -DESCRIPTION="Text-based subtitles editor." -HOMEPAGE="http://www.sourceforge.net/projects/subcomposer/" -SRC_URI="mirror://sourceforge/subcomposer/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -SLOT="4" -IUSE="debug gstreamer xine" - -RDEPEND=" - gstreamer? ( media-libs/gstreamer:0.10 ) - xine? ( media-libs/xine-lib ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_prepare() { - kde4-base_src_prepare - - # linkage issue - epatch "${FILESDIR}/${PN}-linkage-patch.patch" - epatch "${FILESDIR}"/${P}-gcc45.patch - - sed -e '/ADD_SUBDIRECTORY( api )/s/^/# DISABLED/' \ - -i src/main/scripting/examples/CMakeLists.txt \ - || die "failed to disable installation of scripting API" -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with gstreamer GStreamer) - $(cmake-utils_use_with xine) - ) - kde4-base_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - - echo - elog "Some example scripts provided by ${PV} require dev-lang/ruby" - elog "or dev-lang/python to be installed." - echo -} -- cgit v1.2.3-65-gdbad