Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/petrify/
Date: Thu, 22 Sep 2022 04:09:51
Message-Id: 1663819523.afee7580b2145934c2aeb6753f52b0e53696f55f.sam@gentoo
1 commit: afee7580b2145934c2aeb6753f52b0e53696f55f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:42:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afee7580
7
8 sci-electronics/petrify: use PV in SRC_URI
9
10 Avoids mistakes on bumping and why not?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-electronics/petrify/petrify-4.2-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-electronics/petrify/petrify-4.2-r1.ebuild b/sci-electronics/petrify/petrify-4.2-r1.ebuild
18 index 4620813921eb..ee66b2212e7f 100644
19 --- a/sci-electronics/petrify/petrify-4.2-r1.ebuild
20 +++ b/sci-electronics/petrify/petrify-4.2-r1.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27
28 DESCRIPTION="Synthesize Petri nets into asynchronous circuits"
29 HOMEPAGE="http://www.lsi.upc.edu/~jordicf/petrify/"
30 -SRC_URI="http://www.lsi.upc.edu/~jordicf/petrify/distrib/petrify-4.2-linux.tgz"
31 +SRC_URI="http://www.lsi.upc.edu/~jordicf/petrify/distrib/${P}-linux.tgz"
32 S="${WORKDIR}"/${PN}
33
34 LICENSE="Old-MIT"