summaryrefslogtreecommitdiff
blob: a8fa5d8c771b892b6dce1e2fc1ea1039a88eb521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Human GTK+ and Metacity Theme"
HOMEPAGE=""
SRC_URI="http://librarian.launchpad.net/4167695/${PN}_${PV}.orig.tar.gz"

LICENSE="CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-themes/gtk-engines-ubuntulooks"

src_install() {
	einstall || die "einstall failed"
}