summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-02-02 05:22:33 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-02-02 05:22:33 +0000
commit2f6175e1f403489b7adb32a934c4441626e9b68f (patch)
treebe5c818f5ae5983b3798ac5dc9276f0d2cb4fb95 /media-video/subtitlecomposer
parentEAPI3, use array for DOCS (diff)
downloadgentoo-2-2f6175e1f403489b7adb32a934c4441626e9b68f.tar.gz
gentoo-2-2f6175e1f403489b7adb32a934c4441626e9b68f.tar.bz2
gentoo-2-2f6175e1f403489b7adb32a934c4441626e9b68f.zip
EAPI3
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'media-video/subtitlecomposer')
-rw-r--r--media-video/subtitlecomposer/ChangeLog8
-rw-r--r--media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/media-video/subtitlecomposer/ChangeLog b/media-video/subtitlecomposer/ChangeLog
index ca75cca7b354..4391a9557a8b 100644
--- a/media-video/subtitlecomposer/ChangeLog
+++ b/media-video/subtitlecomposer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/subtitlecomposer
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.7 2010/10/12 06:47:41 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.8 2011/02/02 05:22:33 tampakrap Exp $
+
+ 02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ subtitlecomposer-0.5.3.ebuild:
+ EAPI3
12 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
subtitlecomposer-0.5.3.ebuild:
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild
index c439c748e345..3375f4eb8172 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.5 2010/10/12 06:47:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild,v 1.6 2011/02/02 05:22:33 tampakrap Exp $
-EAPI="2"
+EAPI=3
KDE_LINGUAS="bg cs de el es fr pl pt_BR sr"
inherit kde4-base
@@ -17,7 +17,6 @@ SLOT="4"
IUSE="debug gstreamer xine"
RDEPEND="
- media-sound/phonon
gstreamer? ( media-libs/gstreamer )
xine? ( media-libs/xine-lib )
"