blob: db23b8c2cef51ee1677cb55b31cd38f94cee8611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ksubtitleripper/ksubtitleripper-0.3.1.ebuild,v 1.1 2008/04/11 20:16:51 yngwin Exp $
inherit kde
DESCRIPTION="Graphical frontend to subtitleripper"
HOMEPAGE="http://ksubtitleripper.berlios.de/"
SRC_URI="http://download.berlios.de/ksubtitleripper/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="media-video/subtitleripper"
need-kde 3
src_unpack() {
unpack ${A}
cd "${S}"
epatch ${FILESDIR}/${PV}-menu1-gentoo.diff
epatch ${FILESDIR}/${PV}-menu2-gentoo.diff
}
|