blob: 16a2caa201ab371b889fe9a7b27c7ba364337603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/kover/kover-2.8.7.ebuild,v 1.11 2004/06/24 21:35:02 agriffis Exp $
inherit kde
need-kde 3
DESCRIPTION="KDE program for CD Cover Creation"
SRC_URI="http://lisas.de/kover/${P}.tar.gz"
HOMEPAGE="http://lisas.de/kover/"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="x86 ppc"
DEPEND="media-libs/libvorbis"
|