Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
Date: Sat, 27 Jun 2020 20:45:29
Message-Id: 1593290700.fc48e6af3c712c58f15c1cc7df8ac827ade7da89.dilfridge@gentoo
1 commit: fc48e6af3c712c58f15c1cc7df8ac827ade7da89
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Sat Jun 20 16:16:24 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:45:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc48e6af
7
8 sci-electronics/systemc: update homepage
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sci-electronics/systemc/systemc-2.3.1-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
18 index bd72930845c..118bb843f61 100644
19 --- a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
20 +++ b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -7,8 +7,8 @@ inherit eutils toolchain-funcs autotools-utils
28 MY_P="${P}a"
29
30 DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
31 -HOMEPAGE="http://accellera.org/community/systemc"
32 -SRC_URI="http://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
33 +HOMEPAGE="https://accellera.org/community/systemc"
34 +SRC_URI="https://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
35
36 SLOT="0"
37 LICENSE="Apache-2.0"