Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/xsb/
Date: Thu, 22 Sep 2022 04:09:47
Message-Id: 1663819517.8cc3623d74e06795efeedbd9595e81e05fe8799e.sam@gentoo
1 commit: 8cc3623d74e06795efeedbd9595e81e05fe8799e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:32:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc3623d
7
8 dev-lang/xsb: 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 dev-lang/xsb/xsb-4.0.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/xsb/xsb-4.0.0.ebuild b/dev-lang/xsb/xsb-4.0.0.ebuild
18 index e33f657a813c..cf7cf74c2ba5 100644
19 --- a/dev-lang/xsb/xsb-4.0.0.ebuild
20 +++ b/dev-lang/xsb/xsb-4.0.0.ebuild
21 @@ -1,4 +1,4 @@
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=7
27 @@ -9,7 +9,7 @@ inherit autotools java-pkg-opt-2
28
29 DESCRIPTION="XSB is a logic programming and deductive database system"
30 HOMEPAGE="http://xsb.sourceforge.net"
31 -SRC_URI="mirror://sourceforge/xsb/XSB-4-0-0.tar.gz
32 +SRC_URI="mirror://sourceforge/xsb/XSB-$(ver_rs 1-3 -).tar.gz
33 https://dev.gentoo.org/~keri/distfiles/xsb/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
34
35 LICENSE="GPL-2 LGPL-2"