summaryrefslogtreecommitdiff
blob: c47dcd7d5cab7fdc0d82d97c8b8cf7c6c6ccce21 (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
25
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gpe-utils/gpe-ownerinfo/gpe-ownerinfo-0.28.ebuild,v 1.2 2009/03/14 23:27:57 mr_bones_ Exp $

inherit gpe

DESCRIPTION="GPE owner information dialog"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"

RDEPEND="${RDEPEND}
	>=gpe-base/libgpewidget-0.117"

DEPEND="${DEPEND}
	${RDEPEND}"

IUSE=""

GPE_DOCS="README ChangeLog"

src_install() {
	gpe_src_install install-devel
}