blob: 3176d105b8a8939fd8f8c6402934947410b52890 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/inline-files/inline-files-0.680.0.ebuild,v 1.5 2012/03/31 12:10:51 armin76 Exp $
EAPI=4
MY_PN=Inline-Files
MODULE_AUTHOR=AMBS
MODULE_SECTION=Inline
MODULE_VERSION=0.68
inherit perl-module
DESCRIPTION="Multiple virtual files in a single file"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86"
IUSE=""
SRC_TEST=do
|