blob: 6b09f869538b27620b920b5872634674c6f74112 (
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/x11-themes/baghira/baghira-0.4c.ebuild,v 1.1 2004/07/14 17:29:20 carlo Exp $
inherit kde
DESCRIPTION="Baghira - an OS-X like style for KDE-3.2"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=8692"
SRC_URI="mirror://sourceforge/baghira/${P}.tar.bz2"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
need-kde 3.2
|