diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 22:24:51 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 22:31:30 +0200 |
commit | 8d8943514270adfacae85f4571f9e2e2f1621d44 (patch) | |
tree | 23779ebfa4520d9ef63364df979577c9e4524bc3 /dev-perl/Statistics-Descriptive-Discrete | |
parent | dev-perl/Statistics-Descriptive: Version bump 3.0800 (diff) | |
download | gentoo-8d8943514270adfacae85f4571f9e2e2f1621d44.tar.gz gentoo-8d8943514270adfacae85f4571f9e2e2f1621d44.tar.bz2 gentoo-8d8943514270adfacae85f4571f9e2e2f1621d44.zip |
dev-perl/Statistics-Descriptive-Discrete: Version bump 0.12
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Statistics-Descriptive-Discrete')
-rw-r--r-- | dev-perl/Statistics-Descriptive-Discrete/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Statistics-Descriptive-Discrete/Manifest b/dev-perl/Statistics-Descriptive-Discrete/Manifest index f3ba932464ed..50307a03734b 100644 --- a/dev-perl/Statistics-Descriptive-Discrete/Manifest +++ b/dev-perl/Statistics-Descriptive-Discrete/Manifest @@ -1 +1,2 @@ DIST Statistics-Descriptive-Discrete-0.07.tar.gz 6889 BLAKE2B 73e89cdff3d5e70fe95a579c382a73a7fcef3330345cfbd996a22e25992d88372c9c0d1702a82718ba7e2027a8e518d139ac42a60955cf959bd1ac6c9e9ab6c5 SHA512 a751b25efbf352102af841e0b46966f70a003256167b4f8e281520c971c9aa9c9c87d8f8194febc24f740feb75a61072f80f7bd1d28b6d9d41f5d198b46177a8 +DIST Statistics-Descriptive-Discrete-0.12.tar.gz 25644 BLAKE2B a8ec97bff330d8f0946d294d7ff0277b10d0828c6aa0211c78eaf8eb161b14631d6162f1ac624da5fab43b1e54ba3b6ccda0cbc3941fa21be07b9c25f8ff591c SHA512 08cef28f5111132eb7a7c11e6f63eae4acf2085cbabe279e9a20f06ca3154c9c63f9133429f249cdf16ad347398cd124c34ef827c6f03fc093b2b00b3ab6df08 diff --git a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild new file mode 100644 index 000000000000..e02cd30451e6 --- /dev/null +++ b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.120.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RHETTBULL +DIST_VERSION=0.12 +inherit perl-module + +DESCRIPTION="Statistics-Descriptive-Discrete module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" |