blob: 7d232ecf1883c904d10c144800011db1118f78a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.60.0.ebuild,v 1.2 2012/08/26 13:09:10 ago Exp $
EAPI=4
MODULE_AUTHOR="TRIZEN"
MODULE_VERSION=0.06
inherit perl-module
DESCRIPTION="Perl module to get and parse the Linux .desktop files"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="dev-lang/perl[gdbm]"
DEPEND="virtual/perl-Module-Build"
SRC_TEST="do"
|