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 C709B138335 for ; Thu, 15 Aug 2019 09:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CF05E07A7; Thu, 15 Aug 2019 09:21:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EAD5EE07A7 for ; Thu, 15 Aug 2019 09:21:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC746349BB3 for ; Thu, 15 Aug 2019 09:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC26175F for ; Thu, 15 Aug 2019 09:21:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565860880.56d4bc18da2e252bf5c761521912062c84ae0147.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/b5i2iso/Manifest app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild X-VCS-Directories: app-cdr/b5i2iso/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 56d4bc18da2e252bf5c761521912062c84ae0147 X-VCS-Branch: master Date: Thu, 15 Aug 2019 09:21:45 +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: 93d720d7-7a12-4a76-b355-b396e7a8772d X-Archives-Hash: 45a4cac8a801459fe40546c9c80cb345 commit: 56d4bc18da2e252bf5c761521912062c84ae0147 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 15 09:13:34 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 15 09:21:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d4bc18 app-cdr/b5i2iso: Version the distfile Signed-off-by: Michał Górny gentoo.org> app-cdr/b5i2iso/Manifest | 2 +- app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-cdr/b5i2iso/Manifest b/app-cdr/b5i2iso/Manifest index 417035a7b06..d9a24b41845 100644 --- a/app-cdr/b5i2iso/Manifest +++ b/app-cdr/b5i2iso/Manifest @@ -1 +1 @@ -DIST b5i2iso.tar.bz2 7503 BLAKE2B a1ac74596213845c49dd007390445640ebe6226ae6273f4e05d567c58badb2ca2698c06951be7348c63c89920dd8034e376343d387665ae08ee13747efcf903b SHA512 2ec6ce30225370898aee9876937b70ee38ed68b6515bef13eb010f1ef1970894995461d5dc5f44ac24d2e7e682774e4fc3c6d2bdde8f744129a3f6103b50f9e4 +DIST b5i2iso-0.2.tar.bz2 7503 BLAKE2B a1ac74596213845c49dd007390445640ebe6226ae6273f4e05d567c58badb2ca2698c06951be7348c63c89920dd8034e376343d387665ae08ee13747efcf903b SHA512 2ec6ce30225370898aee9876937b70ee38ed68b6515bef13eb010f1ef1970894995461d5dc5f44ac24d2e7e682774e4fc3c6d2bdde8f744129a3f6103b50f9e4 diff --git a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild index f45009e3c80..66b67deee95 100644 --- a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild +++ b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="Convert CD images from b5i (BlindWrite) to iso" HOMEPAGE="https://web.archive.org/web/20100116120705/b5i2iso.berlios.de" -SRC_URI="mirror://gentoo/${PN}.tar.bz2" +SRC_URI="mirror://gentoo/${PN}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"