From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A35D81382C5 for ; Sat, 12 Dec 2020 12:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBAD9E09C6; Sat, 12 Dec 2020 12:15:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71E73E09C6 for ; Sat, 12 Dec 2020 12:15:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47EAF33BE58 for ; Sat, 12 Dec 2020 12:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88210486 for ; Sat, 12 Dec 2020 12:15:21 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1607775282.680b05608511a8426e41e5be14b265dd765960f3.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cddlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cddlib/Manifest sci-libs/cddlib/cddlib-094m-r1.ebuild sci-libs/cddlib/cddlib-094m.ebuild X-VCS-Directories: sci-libs/cddlib/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 680b05608511a8426e41e5be14b265dd765960f3 X-VCS-Branch: master Date: Sat, 12 Dec 2020 12:15:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d23c6e45-97f4-431b-b7f9-65bde9e6acb7 X-Archives-Hash: e2cd42109573f95a99cc3c03f275034f commit: 680b05608511a8426e41e5be14b265dd765960f3 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Dec 12 12:14:42 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Dec 12 12:14:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680b0560 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 gentoo.org> sci-libs/cddlib/Manifest | 1 + sci-libs/cddlib/{cddlib-094m.ebuild => cddlib-094m-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/cddlib/Manifest b/sci-libs/cddlib/Manifest index d8a8441eaec..66a3bfcac3f 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 similarity index 98% rename from sci-libs/cddlib/cddlib-094m.ebuild rename to sci-libs/cddlib/cddlib-094m-r1.ebuild index 73468ab72e6..0bacae1be5c 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/"