Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
Date: Thu, 15 Aug 2019 09:21:50
Message-Id: 1565860880.56d4bc18da2e252bf5c761521912062c84ae0147.mgorny@gentoo
1 commit: 56d4bc18da2e252bf5c761521912062c84ae0147
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 09:13:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 09:21:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d4bc18
7
8 app-cdr/b5i2iso: Version the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-cdr/b5i2iso/Manifest | 2 +-
13 app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-cdr/b5i2iso/Manifest b/app-cdr/b5i2iso/Manifest
17 index 417035a7b06..d9a24b41845 100644
18 --- a/app-cdr/b5i2iso/Manifest
19 +++ b/app-cdr/b5i2iso/Manifest
20 @@ -1 +1 @@
21 -DIST b5i2iso.tar.bz2 7503 BLAKE2B a1ac74596213845c49dd007390445640ebe6226ae6273f4e05d567c58badb2ca2698c06951be7348c63c89920dd8034e376343d387665ae08ee13747efcf903b SHA512 2ec6ce30225370898aee9876937b70ee38ed68b6515bef13eb010f1ef1970894995461d5dc5f44ac24d2e7e682774e4fc3c6d2bdde8f744129a3f6103b50f9e4
22 +DIST b5i2iso-0.2.tar.bz2 7503 BLAKE2B a1ac74596213845c49dd007390445640ebe6226ae6273f4e05d567c58badb2ca2698c06951be7348c63c89920dd8034e376343d387665ae08ee13747efcf903b SHA512 2ec6ce30225370898aee9876937b70ee38ed68b6515bef13eb010f1ef1970894995461d5dc5f44ac24d2e7e682774e4fc3c6d2bdde8f744129a3f6103b50f9e4
23
24 diff --git a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
25 index f45009e3c80..66b67deee95 100644
26 --- a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
27 +++ b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI="6"
34 @@ -6,7 +6,7 @@ inherit toolchain-funcs
35
36 DESCRIPTION="Convert CD images from b5i (BlindWrite) to iso"
37 HOMEPAGE="https://web.archive.org/web/20100116120705/b5i2iso.berlios.de"
38 -SRC_URI="mirror://gentoo/${PN}.tar.bz2"
39 +SRC_URI="mirror://gentoo/${PN}.tar.bz2 -> ${P}.tar.bz2"
40
41 LICENSE="GPL-2"
42 SLOT="0"