2014-07-27 20:08:08 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-08-23 09:07:33 +04:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=SMUELLER
|
|
|
|
MODULE_VERSION=1.02
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Container for the AutoXS header files"
|
|
|
|
|
|
|
|
SLOT="0"
|
2014-07-27 20:08:08 +04:00
|
|
|
KEYWORDS="amd64 ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
SRC_TEST=do
|