2021-01-07 23:55:56 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2017-10-03 08:59:56 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-10-15 08:31:47 +03:00
|
|
|
EAPI=8
|
2017-10-03 08:59:56 +03:00
|
|
|
|
|
|
|
DIST_AUTHOR=GBARR
|
|
|
|
DIST_VERSION=0.12
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Extract distribution name and version from a distribution filename"
|
|
|
|
SLOT="0"
|
2023-05-26 09:36:52 +03:00
|
|
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|