summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-04-06 06:23:34 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-04-06 06:23:34 +0000
commitc5284b4efb663b353d71e06c34dc0fe70fc03c80 (patch)
tree822d517c57c594041544570d9a33436bfd4ab43a /media-video/subtitlecomposer
parentbump (diff)
downloadgentoo-2-c5284b4efb663b353d71e06c34dc0fe70fc03c80.tar.gz
gentoo-2-c5284b4efb663b353d71e06c34dc0fe70fc03c80.tar.bz2
gentoo-2-c5284b4efb663b353d71e06c34dc0fe70fc03c80.zip
Remove old.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-video/subtitlecomposer')
-rw-r--r--media-video/subtitlecomposer/ChangeLog6
-rw-r--r--media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild54
2 files changed, 5 insertions, 55 deletions
diff --git a/media-video/subtitlecomposer/ChangeLog b/media-video/subtitlecomposer/ChangeLog
index dd716569adb7..6b27d7b62c0a 100644
--- a/media-video/subtitlecomposer/ChangeLog
+++ b/media-video/subtitlecomposer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/subtitlecomposer
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.14 2013/04/05 21:48:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.15 2013/04/06 06:23:34 kensington Exp $
+
+ 06 Apr 2013; Michael Palimaka <kensington@gentoo.org>
+ -subtitlecomposer-0.5.3.ebuild:
+ Remove old.
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
subtitlecomposer-0.5.3-r1.ebuild:
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild
deleted file mode 100644
index 580dcaf14d10..000000000000
--- a/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild
+++ /dev/null
@@ -1,54 +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/subtitlecomposer/subtitlecomposer-0.5.3.ebuild,v 1.7 2012/09/11 10:16:52 johu Exp $
-
-EAPI=3
-
-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
-}