summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-12-12 07:14:42 -0500
committerMichael Orlitzky <mjo@gentoo.org>2020-12-12 07:14:42 -0500
commit680b05608511a8426e41e5be14b265dd765960f3 (patch)
treed18bf7828817f5a0c197e2828dd2cccd140e8b37 /sci-libs
parentdev-python/packaging: Bump to 20.8 (diff)
downloadgentoo-680b05608511a8426e41e5be14b265dd765960f3.tar.gz
gentoo-680b05608511a8426e41e5be14b265dd765960f3.tar.bz2
gentoo-680b05608511a8426e41e5be14b265dd765960f3.zip
sci-libs/cddlib: new 094m revision to install the correct version.
There's an internal variable in this ebuild that needs to be updated for every new version... and wasn't. Thanks to Jouni Kosonen who noticed the mistake. Closes: https://bugs.gentoo.org/759520 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/cddlib/Manifest1
-rw-r--r--sci-libs/cddlib/cddlib-094m-r1.ebuild (renamed from sci-libs/cddlib/cddlib-094m.ebuild)2
2 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/cddlib/Manifest b/sci-libs/cddlib/Manifest
index d8a8441eaec1..66a3bfcac3f6 100644
--- a/sci-libs/cddlib/Manifest
+++ b/sci-libs/cddlib/Manifest
@@ -1 +1,2 @@
DIST cddlib-0.94j.tar.gz 1364746 BLAKE2B 60e81fccf8abd8d60fb7261d1d2d61b7ad2b60285e7dfa760905e2cb5b01f1570c27920728c12fc6994135e4b29ba8e1709066ddf2e2eff00f8f48b093ebd43e SHA512 b82d5e06538a29143a79f7ba7287a1784292e28f086071041e500fd81387a30c3fca6fae9049752f57b62d50b385d73681276d42d24941e3a43893da00452ea6
+DIST cddlib-0.94m.tar.gz 1351298 BLAKE2B 0e1931ba94771f0dcae0ee10b003940ca331839eb8ce001ab02c4f1b382dde74d7dfcf74f4c62e1ae7214a3139547c09f56ef0cba5df74fc03a63ab741b64690 SHA512 50997bda38c36990456345881dc1eac65b1880aa510ea3812ae46a122ba7696bf3577f2b6976ff16811ee00f0a920c8ed6f1e7de0a4060bfaa96def11bab816e
diff --git a/sci-libs/cddlib/cddlib-094m.ebuild b/sci-libs/cddlib/cddlib-094m-r1.ebuild
index 73468ab72e6d..0bacae1be5cb 100644
--- a/sci-libs/cddlib/cddlib-094m.ebuild
+++ b/sci-libs/cddlib/cddlib-094m-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
# This should have been dealt with versionator in the direction
# 0.94x -> 094x - now we are screwed.
-MY_PV="0.94j"
+MY_PV="0.94m"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="C library implementing the Double Description Method"
HOMEPAGE="https://www.inf.ethz.ch/personal/fukudak/cdd_home/"