blob: e9dcca54d140d165e74624ec1635a9fd3befd865 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Import-Into/Import-Into-1.2.0.ebuild,v 1.3 2014/12/07 12:55:32 zlogene Exp $
EAPI=5
MODULE_AUTHOR=HAARG
MODULE_VERSION=1.002000
inherit perl-module
DESCRIPTION="Import packages into other packages"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~x86-solaris"
IUSE=""
SRC_TEST=do
|