summaryrefslogtreecommitdiff
blob: 125f02b57f66d1abc66b9041f6294bce1edb3e32 (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.2 2008/05/04 14:13:34 drac Exp $

inherit kde

DESCRIPTION="Graphical frontend to subtitleripper"
HOMEPAGE="http://ksubtitleripper.berlios.de/"
SRC_URI="mirror://berlios/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 \
		"${FILESDIR}"/${PV}-menu2-gentoo.diff
}