summaryrefslogtreecommitdiff
blob: 65855d51c8c7fd87ce5ace0ab70262680151d0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/X-Osd/X-Osd-0.700.0.ebuild,v 1.1 2011/08/28 07:34:06 tove Exp $

EAPI=4

MODULE_AUTHOR=GOZER
MODULE_VERSION=0.7
inherit perl-module

DESCRIPTION="Perl glue to libxosd (X OnScreen Display)"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="x11-libs/xosd"
RDEPEND="${DEPEND}"