* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2017-07-05 8:45 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2017-07-05 8:45 UTC (permalink / raw
To: gentoo-commits
commit: c9c800065e2460aea40e93eec05ebfcd35af68cd
Author: Masanori Ogino <masanori.ogino <AT> gmail <DOT> com>
AuthorDate: Thu Jun 1 07:48:50 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 08:41:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c80006
sci-electronics/systemc-2.3*: Adopt to re-license.
Bug: https://bugs.gentoo.org/600302
Closes: https://github.com/gentoo/gentoo/pull/4820
Signed-off-by: Masanori Ogino <masanori.ogino <AT> gmail.com>
sci-electronics/systemc/Manifest | 4 ++--
.../{systemc-2.3.0.ebuild => systemc-2.3.0-r1.ebuild} | 16 +++++++++-------
.../{systemc-2.3.1.ebuild => systemc-2.3.1-r1.ebuild} | 16 +++++++++-------
3 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/sci-electronics/systemc/Manifest b/sci-electronics/systemc/Manifest
index fecaf6143f9..66a118fbe3d 100644
--- a/sci-electronics/systemc/Manifest
+++ b/sci-electronics/systemc/Manifest
@@ -1,3 +1,3 @@
DIST systemc-2.2.0.tgz 2050634 SHA256 fd7db3ac2b547bf54c94c0310f15f079ed59ffa318ed5b0043a65410960859e7 SHA512 221e411d8037bd75ce4c5ced858351dd7e24554cdf541ece35f087fae7c9905315be4ebde5210f365dba9594167affe37f267ccf10b01ddb82fa5c980b2affc7 WHIRLPOOL 85cce5a92f7c912a11bb7bdd5817f410b2ed11d85ff9d6d8c82ba42fc436bc2ad2802d7cabc2f0b8dd05800f69cc92fdd7166afbd7329cfccc709fcff3cecc02
-DIST systemc-2.3.0.tgz 7209233 SHA256 20e52b1f42ea18dd0dbeab354161fb70a7dac87c294e00499f63514a12ab8b2a SHA512 38a349fd16a76cc7b27f54d096482ed7d253b25d25c5304806f7cc72b1bc8f32f8fd627ab023b23f8491023913a3172c11351fe5b2c8b7b9d80fb60fe687ab22 WHIRLPOOL 87c130a563fec5e36f208776e4b005851562aec73cf859c9151fdae6f1f16dca51cbdc359f6268b2a25fa7e48e2a9bdbd58b4d2e6107cc22e60fa23cac43810b
-DIST systemc-2.3.1.tgz 7291190 SHA256 7ce0f68fd4759e746a9808936b54e62d498f5b583e83fc47758ca86917b4f800 SHA512 e150f90ceb2fcab099956afb6a119a47d7dcac82ba100bb52734b12acff47fdb1210168cfb97d89701a40c561befb5ea9bec23bc9e66a3bd908409c14092776e WHIRLPOOL 992d29e6a4adc2da3c1e5ea5421c85b22c99b857a3640154f02622d9d6260db4c02846aa4326aa5bce1c165d01a40fc0963fb38273cab3a4b9cd3d2877ea0aaa
+DIST systemc-2.3.0a.tar.gz 7084178 SHA256 b9da6e78e960543eb531b7bfaf65809320f53832744ee22af4431300e81bf8c5 SHA512 3af3c0c96a95ee75e0a6c046fdd94ee822b8fbbc1c79e7bbf9b905e7a2d3689282e6d97cfa56c93094155d79126e74f052c0f0e12f31bf4321b28a03aae347ab WHIRLPOOL b5b3fe7ab3dcf523e5b26177a787649b2793002544cf35c97aec34d1fcc9e5481f47ec8c031cb1a7ad4390876c549e2145283a31551129bde2aecb9a66209fee
+DIST systemc-2.3.1a.tar.gz 7050669 SHA256 3e9d0afb5b76f5435305c2f0481b203041373d4a24776c301204c87b3e0f5c81 SHA512 cd52eb6e413c8b852e19c8387766eacbddf85e9b2f4d137f3d82d0d4025f13a44216a2e6cacf7b9e2b972584912a4a1c75cdb37a568330ce66a6bf909ca1b723 WHIRLPOOL 678b655dcf63c0d201a7be3827775baa4a79761411a5643a4132842e576fc92502b166ff876c97a546c2ed78503b2ecb4fc2319b8b651dfcc3437dd9baae26f8
diff --git a/sci-electronics/systemc/systemc-2.3.0.ebuild b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild
similarity index 87%
rename from sci-electronics/systemc/systemc-2.3.0.ebuild
rename to sci-electronics/systemc/systemc-2.3.0-r1.ebuild
index 1adf1851f86..d34a8361dac 100644
--- a/sci-electronics/systemc/systemc-2.3.0.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild
@@ -1,23 +1,26 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit eutils multilib toolchain-funcs autotools-utils
+MY_P="${P}a"
DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-HOMEPAGE="http://www.systemc.org/"
-SRC_URI="${P}.tgz"
+HOMEPAGE="http://accellera.org/community/systemc"
+SRC_URI="http://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
SLOT="0"
-LICENSE="SOPLA-3.0"
+LICENSE="Apache-2.0"
IUSE="doc static-libs"
KEYWORDS="~amd64 ~x86"
-RESTRICT="fetch test"
+RESTRICT="test"
AUTOTOOLS_IN_SOURCE_BUILD=1
+S="${WORKDIR}/${MY_P}"
+
pkg_nofetch() {
elog "${PN} developers require end-users to accept their license agreement"
elog "by registering on their Web site (${HOMEPAGE})."
@@ -58,7 +61,6 @@ src_compile() {
src_install() {
dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES
- rm docs/License.pdf || die
use doc && dodoc -r docs/*
cd src
autotools-utils_src_install
@@ -67,7 +69,7 @@ src_install() {
pkg_postinst() {
elog "If you want to run the examples, you need to :"
elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
- elog " cd ${P}"
+ elog " cd ${MY_P}"
elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;"
elog " ./configure"
elog " cd examples"
diff --git a/sci-electronics/systemc/systemc-2.3.1.ebuild b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
similarity index 82%
rename from sci-electronics/systemc/systemc-2.3.1.ebuild
rename to sci-electronics/systemc/systemc-2.3.1-r1.ebuild
index 2ac64a393f3..528688c0d2a 100644
--- a/sci-electronics/systemc/systemc-2.3.1.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
@@ -1,23 +1,26 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils toolchain-funcs autotools-utils
+MY_P="${P}a"
DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-HOMEPAGE="http://www.systemc.org/"
-SRC_URI="${P}.tgz"
+HOMEPAGE="http://accellera.org/community/systemc"
+SRC_URI="http://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
SLOT="0"
-LICENSE="SOPLA-3.0"
+LICENSE="Apache-2.0"
IUSE="doc static-libs"
KEYWORDS="~amd64 ~x86"
-RESTRICT="fetch test"
+RESTRICT="test"
AUTOTOOLS_IN_SOURCE_BUILD=1
+S="${WORKDIR}/${MY_P}"
+
pkg_nofetch() {
elog "${PN} developers require end-users to accept their license agreement"
elog "by registering on their Web site (${HOMEPAGE})."
@@ -40,7 +43,6 @@ src_configure() {
src_install() {
dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES
- rm docs/SystemC_Open_Source_License.pdf || die
rm docs/Makefile* || die
use doc && dodoc -r docs/*
cd src
@@ -50,7 +52,7 @@ src_install() {
pkg_postinst() {
elog "If you want to run the examples, you need to :"
elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
- elog " cd ${P}"
+ elog " cd ${MY_P}"
elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;"
elog " ./configure"
elog " cd examples"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2017-07-05 8:45 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2017-07-05 8:45 UTC (permalink / raw
To: gentoo-commits
commit: 61e5b9a2e24a209de9cc7b97f780182a956cbbc9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 08:43:20 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 08:45:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e5b9a2
sci-electronics/systemc: Drop old
sci-electronics/systemc/Manifest | 1 -
sci-electronics/systemc/systemc-2.2.0-r2.ebuild | 66 -------------------------
2 files changed, 67 deletions(-)
diff --git a/sci-electronics/systemc/Manifest b/sci-electronics/systemc/Manifest
index 66a118fbe3d..8ee56cba530 100644
--- a/sci-electronics/systemc/Manifest
+++ b/sci-electronics/systemc/Manifest
@@ -1,3 +1,2 @@
-DIST systemc-2.2.0.tgz 2050634 SHA256 fd7db3ac2b547bf54c94c0310f15f079ed59ffa318ed5b0043a65410960859e7 SHA512 221e411d8037bd75ce4c5ced858351dd7e24554cdf541ece35f087fae7c9905315be4ebde5210f365dba9594167affe37f267ccf10b01ddb82fa5c980b2affc7 WHIRLPOOL 85cce5a92f7c912a11bb7bdd5817f410b2ed11d85ff9d6d8c82ba42fc436bc2ad2802d7cabc2f0b8dd05800f69cc92fdd7166afbd7329cfccc709fcff3cecc02
DIST systemc-2.3.0a.tar.gz 7084178 SHA256 b9da6e78e960543eb531b7bfaf65809320f53832744ee22af4431300e81bf8c5 SHA512 3af3c0c96a95ee75e0a6c046fdd94ee822b8fbbc1c79e7bbf9b905e7a2d3689282e6d97cfa56c93094155d79126e74f052c0f0e12f31bf4321b28a03aae347ab WHIRLPOOL b5b3fe7ab3dcf523e5b26177a787649b2793002544cf35c97aec34d1fcc9e5481f47ec8c031cb1a7ad4390876c549e2145283a31551129bde2aecb9a66209fee
DIST systemc-2.3.1a.tar.gz 7050669 SHA256 3e9d0afb5b76f5435305c2f0481b203041373d4a24776c301204c87b3e0f5c81 SHA512 cd52eb6e413c8b852e19c8387766eacbddf85e9b2f4d137f3d82d0d4025f13a44216a2e6cacf7b9e2b972584912a4a1c75cdb37a568330ce66a6bf909ca1b723 WHIRLPOOL 678b655dcf63c0d201a7be3827775baa4a79761411a5643a4132842e576fc92502b166ff876c97a546c2ed78503b2ecb4fc2319b8b651dfcc3437dd9baae26f8
diff --git a/sci-electronics/systemc/systemc-2.2.0-r2.ebuild b/sci-electronics/systemc/systemc-2.2.0-r2.ebuild
deleted file mode 100644
index a07ac3aaea8..00000000000
--- a/sci-electronics/systemc/systemc-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit versionator multilib toolchain-funcs
-
-DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-HOMEPAGE="http://www.systemc.org/"
-SRC_URI="${P}.tgz"
-
-SLOT="0"
-LICENSE="SOPLA-2.3"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="fetch test"
-
-pkg_nofetch() {
- elog "${PN} developers require end-users to accept their license agreement"
- elog "by registering on their Web site (${HOMEPAGE})."
- elog "Please download ${A} manually and place it in ${DISTDIR}."
-}
-
-src_prepare() {
- sed -i -e "s:lib-\$(TARGET_ARCH):$(get_libdir):g" $(find . -name Makefile.in) || die "Patching Makefile.in failed"
-
- sed -i -e "s:OPT_CXXFLAGS=\"-O3\":OPT_CXXFLAGS=\"${CXXFLAGS}\":g" configure || die "Patching configure failed"
-
- sed -i -e '/#include "sysc\/utils\/sc_report.h"/a \
-#include <cstdlib> \
-#include <cstring>' src/sysc/utils/sc_utils_ids.cpp || die "Patching failed"
-
- for sfile in src/sysc/qt/md/*.s ; do
- sed -i -e '$a \
-#if defined(__linux__) && defined(__ELF__) \
-.section .note.GNU-stack,"",%progbits \
-#endif' "${sfile}" || die "Patching ${sfile} failed"
- done
-}
-
-src_configure() {
- econf --disable-dependency-tracking CXX=$(tc-getCXX)
-}
-
-src_compile() {
- cd src
- default
-}
-
-src_install() {
- dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES
- doins -r docs
- cd src
- default
-}
-
-pkg_postinst() {
- elog "If you want to run the examples, you need to :"
- elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
- elog " cd ${P}"
- elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;"
- elog " ./configure"
- elog " cd examples"
- elog " make check"
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2017-07-08 19:07 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2017-07-08 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 55fd21ca2db488e95ea67ac2d78837b2dcdb9ea9
Author: Masanori Ogino <masanori.ogino <AT> gmail <DOT> com>
AuthorDate: Fri Jul 7 04:20:03 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 19:07:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fd21ca
sci-electronics/systemc: Remove pkg_nofetch.
Signed-off-by: Masanori Ogino <masanori.ogino <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/5057
sci-electronics/systemc/systemc-2.3.0-r1.ebuild | 6 ------
sci-electronics/systemc/systemc-2.3.1-r1.ebuild | 6 ------
2 files changed, 12 deletions(-)
diff --git a/sci-electronics/systemc/systemc-2.3.0-r1.ebuild b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild
index d34a8361dac..0807538938a 100644
--- a/sci-electronics/systemc/systemc-2.3.0-r1.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild
@@ -21,12 +21,6 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
S="${WORKDIR}/${MY_P}"
-pkg_nofetch() {
- elog "${PN} developers require end-users to accept their license agreement"
- elog "by registering on their Web site (${HOMEPAGE})."
- elog "Please download ${A} manually and place it in ${DISTDIR}."
-}
-
src_prepare() {
# drop compiler check to enable use of CXX
epatch "${FILESDIR}"/${P}-config.patch
diff --git a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
index 528688c0d2a..bd72930845c 100644
--- a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
@@ -21,12 +21,6 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
S="${WORKDIR}/${MY_P}"
-pkg_nofetch() {
- elog "${PN} developers require end-users to accept their license agreement"
- elog "by registering on their Web site (${HOMEPAGE})."
- elog "Please download ${A} manually and place it in ${DISTDIR}."
-}
-
src_prepare() {
for sfile in src/sysc/qt/md/*.s ; do
sed -i -e '$a \
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2019-11-13 19:58 Aaron Bauman
0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2019-11-13 19:58 UTC (permalink / raw
To: gentoo-commits
commit: c873de218643504f00fc03a90f0e150de7a2b823
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 19:41:44 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 19:58:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c873de21
sci-electronics/systemc: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
sci-electronics/systemc/Manifest | 1 -
sci-electronics/systemc/systemc-2.3.0-r1.ebuild | 71 -------------------------
2 files changed, 72 deletions(-)
diff --git a/sci-electronics/systemc/Manifest b/sci-electronics/systemc/Manifest
index d9a0143123e..00af93db1ea 100644
--- a/sci-electronics/systemc/Manifest
+++ b/sci-electronics/systemc/Manifest
@@ -1,2 +1 @@
-DIST systemc-2.3.0a.tar.gz 7084178 BLAKE2B c2bc70a3b0a0759da028cb89d53ae697c28fec62431c3ec3de2fabd52164352cc26033643120ff99329409db2d0b5438648896cde1267da2e9514cc7800ee097 SHA512 3af3c0c96a95ee75e0a6c046fdd94ee822b8fbbc1c79e7bbf9b905e7a2d3689282e6d97cfa56c93094155d79126e74f052c0f0e12f31bf4321b28a03aae347ab
DIST systemc-2.3.1a.tar.gz 7050669 BLAKE2B eb080ba177ada7fcd816134e62e6461da59a186cd5d1a14627d69d425f72becd587ef7d31e9e48af76cf54f92ccf83f38a079e5598b4fe2e6b349dc4ec74f640 SHA512 cd52eb6e413c8b852e19c8387766eacbddf85e9b2f4d137f3d82d0d4025f13a44216a2e6cacf7b9e2b972584912a4a1c75cdb37a568330ce66a6bf909ca1b723
diff --git a/sci-electronics/systemc/systemc-2.3.0-r1.ebuild b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild
deleted file mode 100644
index 0807538938a..00000000000
--- a/sci-electronics/systemc/systemc-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils multilib toolchain-funcs autotools-utils
-MY_P="${P}a"
-
-DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-HOMEPAGE="http://accellera.org/community/systemc"
-SRC_URI="http://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-IUSE="doc static-libs"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="test"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # drop compiler check to enable use of CXX
- epatch "${FILESDIR}"/${P}-config.patch
-
- sed -i -e "s:OPT_CXXFLAGS=\"-O3\":OPT_CXXFLAGS=\"\":g" configure.in || die "Patching configure.in failed"
-
- sed -i -e "s:lib-\$(TARGET_ARCH):$(get_libdir):g" $(find . -name Makefile.am) || die "Patching Makefile.am failed"
-
- # respect DESTDIR
- sed -i -e "s:\$(prefix):\$(DESTDIR)\$(prefix):g" $(find . -name Makefile.am) || die "Patching Makefile.am failed"
-
- eautoreconf
-
- sed -i -e "s:\$(DESTDIR)\$(libdir):\$(libdir):g" src/sysc/Makefile.in || die
-
- for sfile in src/sysc/qt/md/*.s ; do
- sed -i -e '$a \
-#if defined(__linux__) && defined(__ELF__) \
-.section .note.GNU-stack,"",%progbits \
-#endif' "${sfile}" || die "Patching ${sfile} failed"
- done
-}
-
-src_configure() {
- econf $(use_enable static-libs static) CXX=$(tc-getCXX)
-}
-
-src_compile() {
- cd src
- default
-}
-
-src_install() {
- dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES
- use doc && dodoc -r docs/*
- cd src
- autotools-utils_src_install
-}
-
-pkg_postinst() {
- elog "If you want to run the examples, you need to :"
- elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
- elog " cd ${MY_P}"
- elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;"
- elog " ./configure"
- elog " cd examples"
- elog " make check"
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2020-06-27 20:45 Andreas K. Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2020-06-27 20:45 UTC (permalink / raw
To: gentoo-commits
commit: fc48e6af3c712c58f15c1cc7df8ac827ade7da89
Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Sat Jun 20 16:16:24 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 20:45:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc48e6af
sci-electronics/systemc: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sci-electronics/systemc/systemc-2.3.1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
index bd72930845c..118bb843f61 100644
--- a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,8 +7,8 @@ inherit eutils toolchain-funcs autotools-utils
MY_P="${P}a"
DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-HOMEPAGE="http://accellera.org/community/systemc"
-SRC_URI="http://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
+HOMEPAGE="https://accellera.org/community/systemc"
+SRC_URI="https://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2021-01-11 13:52 Yixun Lan
0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2021-01-11 13:52 UTC (permalink / raw
To: gentoo-commits
commit: aca9de306da677ac90b741df271709aaa50bbe0c
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Jan 9 16:33:18 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 13:51:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca9de30
sci-electronics/systemc: bump to 2.3.4
Also add Huang Rui as proxy-maintainer
Closes: https://github.com/gentoo/gentoo/pull/19006
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
sci-electronics/systemc/Manifest | 1 +
sci-electronics/systemc/metadata.xml | 13 ++++++-
sci-electronics/systemc/systemc-2.3.4.ebuild | 52 ++++++++++++++++++++++++++++
3 files changed, 65 insertions(+), 1 deletion(-)
diff --git a/sci-electronics/systemc/Manifest b/sci-electronics/systemc/Manifest
index 00af93db1ea..48ad212d20e 100644
--- a/sci-electronics/systemc/Manifest
+++ b/sci-electronics/systemc/Manifest
@@ -1 +1,2 @@
DIST systemc-2.3.1a.tar.gz 7050669 BLAKE2B eb080ba177ada7fcd816134e62e6461da59a186cd5d1a14627d69d425f72becd587ef7d31e9e48af76cf54f92ccf83f38a079e5598b4fe2e6b349dc4ec74f640 SHA512 cd52eb6e413c8b852e19c8387766eacbddf85e9b2f4d137f3d82d0d4025f13a44216a2e6cacf7b9e2b972584912a4a1c75cdb37a568330ce66a6bf909ca1b723
+DIST systemc-2.3.4.tar.gz 7142529 BLAKE2B 8a7e7e9f49b0131c1536d217dcc4fc420bc72ed962736a457cdaf3e40390be2a5051010317a62ba1eca17ee7ee4a171950979d2f07cb7fecc7286d028675540f SHA512 77fd1810fafeaa639cb21fcd77c7132c0ba3cf42309d3e09953c62c92f83b18e6de2e26620cee267683ca851503e5a8419523e7c9161f2ae33aea372af0be966
diff --git a/sci-electronics/systemc/metadata.xml b/sci-electronics/systemc/metadata.xml
index 69bab89b6ad..dfe18456e67 100644
--- a/sci-electronics/systemc/metadata.xml
+++ b/sci-electronics/systemc/metadata.xml
@@ -1,11 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>vowstar@gmail.com</email>
+ <name>Huang Rui</name>
+ </maintainer>
<maintainer type="project">
<email>sci-electronics@gentoo.org</email>
<name>Gentoo Electronics Project</name>
</maintainer>
- <longdescription>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">accellera-official/systemc</remote-id>
+ </upstream>
+ <longdescription lang="en">
SystemC provides hardware-oriented constructs within the context of C++
as a class library implemented in standard C++. Its use spans design and
verification from concept to implementation in hardware and software.
diff --git a/sci-electronics/systemc/systemc-2.3.4.ebuild b/sci-electronics/systemc/systemc-2.3.4.ebuild
new file mode 100644
index 00000000000..b9efef41568
--- /dev/null
+++ b/sci-electronics/systemc/systemc-2.3.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV}_pub_rev_20190614"
+
+inherit autotools
+
+DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
+HOMEPAGE="
+ https://accellera.org/community/systemc
+ https://github.com/accellera-official/systemc
+"
+
+if [[ "${PV}" == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/accellera-official/${PN}.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/accellera-official/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug static-libs test"
+RESTRICT="!test? ( test )"
+
+DOCS=(AUTHORS.md CONTRIBUTING.md INSTALL.md LICENSE NOTICE README.md RELEASENOTES)
+
+src_prepare() {
+ default
+ eautoconf --force
+}
+
+src_configure() {
+ econf CXX=$(tc-getCXX) \
+ $(use_enable debug) \
+ $(use_enable static-libs static) \
+ --with-unix-layout
+}
+
+pkg_postinst() {
+ elog "If you want to run the examples, you need to :"
+ elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
+ elog " cd ${PN}-${MY_PV}"
+ elog " mkdir build && cd build"
+ elog " cmake .."
+ elog " cd examples"
+ elog " make check"
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2021-01-13 3:06 Yixun Lan
0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2021-01-13 3:06 UTC (permalink / raw
To: gentoo-commits
commit: 485e8323767b896b94205807f0d09fc096fc4091
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Jan 11 16:23:06 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 03:06:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485e8323
sci-electronics/systemc: fix 2.3.1 examples
Add examples and doc use, use docompress -x with examples.
Revbump to 2.3.1-r1, removed DOC var because it installed
by Makefile. Drop pkg_postinst() because the example already
extracted by docompress -x.
Closes: https://github.com/gentoo/gentoo/pull/19033
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
...ystemc-2.3.4.ebuild => systemc-2.3.4-r1.ebuild} | 24 ++++++++++++----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/sci-electronics/systemc/systemc-2.3.4.ebuild b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
similarity index 69%
rename from sci-electronics/systemc/systemc-2.3.4.ebuild
rename to sci-electronics/systemc/systemc-2.3.4-r1.ebuild
index b9efef41568..4669cd8f6d9 100644
--- a/sci-electronics/systemc/systemc-2.3.4.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
@@ -24,11 +24,10 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="debug static-libs test"
+IUSE="debug doc examples static-libs test"
+REQUIRED_USE="examples? ( doc )"
RESTRICT="!test? ( test )"
-DOCS=(AUTHORS.md CONTRIBUTING.md INSTALL.md LICENSE NOTICE README.md RELEASENOTES)
-
src_prepare() {
default
eautoconf --force
@@ -41,12 +40,15 @@ src_configure() {
--with-unix-layout
}
-pkg_postinst() {
- elog "If you want to run the examples, you need to :"
- elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
- elog " cd ${PN}-${MY_PV}"
- elog " mkdir build && cd build"
- elog " cmake .."
- elog " cd examples"
- elog " make check"
+src_install() {
+ default
+ if use doc; then
+ if use examples; then
+ docompress -x /usr/share/doc/"${PF}"/examples
+ else
+ rm -r "${ED}"/usr/share/doc/"${PF}"/examples || die
+ fi
+ else
+ rm -r "${ED}"/usr/share/doc/"${PF}" || die
+ fi
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2021-01-18 10:14 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-01-18 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 2a37739a133ee9be44d4daf5f2a4d6f5f05132bc
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Jan 18 10:14:29 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 10:14:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a37739a
sci-electronics/systemc: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-electronics/systemc/Manifest | 1 -
sci-electronics/systemc/systemc-2.3.1-r1.ebuild | 54 -------------------------
2 files changed, 55 deletions(-)
diff --git a/sci-electronics/systemc/Manifest b/sci-electronics/systemc/Manifest
index 48ad212d20e..73e4b47d2bf 100644
--- a/sci-electronics/systemc/Manifest
+++ b/sci-electronics/systemc/Manifest
@@ -1,2 +1 @@
-DIST systemc-2.3.1a.tar.gz 7050669 BLAKE2B eb080ba177ada7fcd816134e62e6461da59a186cd5d1a14627d69d425f72becd587ef7d31e9e48af76cf54f92ccf83f38a079e5598b4fe2e6b349dc4ec74f640 SHA512 cd52eb6e413c8b852e19c8387766eacbddf85e9b2f4d137f3d82d0d4025f13a44216a2e6cacf7b9e2b972584912a4a1c75cdb37a568330ce66a6bf909ca1b723
DIST systemc-2.3.4.tar.gz 7142529 BLAKE2B 8a7e7e9f49b0131c1536d217dcc4fc420bc72ed962736a457cdaf3e40390be2a5051010317a62ba1eca17ee7ee4a171950979d2f07cb7fecc7286d028675540f SHA512 77fd1810fafeaa639cb21fcd77c7132c0ba3cf42309d3e09953c62c92f83b18e6de2e26620cee267683ca851503e5a8419523e7c9161f2ae33aea372af0be966
diff --git a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
deleted file mode 100644
index 118bb843f61..00000000000
--- a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs autotools-utils
-MY_P="${P}a"
-
-DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
-HOMEPAGE="https://accellera.org/community/systemc"
-SRC_URI="https://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-IUSE="doc static-libs"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="test"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- for sfile in src/sysc/qt/md/*.s ; do
- sed -i -e '$a \
-#if defined(__linux__) && defined(__ELF__) \
-.section .note.GNU-stack,"",%progbits \
-#endif' "${sfile}" || die "Patching ${sfile} failed"
- done
-}
-
-src_configure() {
- econf $(use_enable static-libs static) CXX=$(tc-getCXX)\
- --with-unix-layout
-}
-
-src_install() {
- dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES
- rm docs/Makefile* || die
- use doc && dodoc -r docs/*
- cd src
- autotools-utils_src_install
-}
-
-pkg_postinst() {
- elog "If you want to run the examples, you need to :"
- elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
- elog " cd ${MY_P}"
- elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;"
- elog " ./configure"
- elog " cd examples"
- elog " make check"
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2022-03-20 18:51 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-03-20 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 8e83b811820c912bd62ac820c950583cd61d3dfd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:50:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:51:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e83b811
sci-electronics/systemc: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/systemc/systemc-2.3.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
index 4669cd8f6d9b..0a0d5f7c884f 100644
--- a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,7 +34,7 @@ src_prepare() {
}
src_configure() {
- econf CXX=$(tc-getCXX) \
+ econf CXX="$(tc-getCXX)" \
$(use_enable debug) \
$(use_enable static-libs static) \
--with-unix-layout
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2022-05-02 10:37 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2022-05-02 10:37 UTC (permalink / raw
To: gentoo-commits
commit: bc29c826472dbe8550234e6a437636dfeeaa6717
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 10:34:52 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 2 10:34:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc29c826
sci-electronics/systemc: Stabilize 2.3.4-r1 x86, #841410
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/systemc/systemc-2.3.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
index 0a0d5f7c884f..e6a10a546f58 100644
--- a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
@@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/accellera-official/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2022-05-02 10:37 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2022-05-02 10:37 UTC (permalink / raw
To: gentoo-commits
commit: bbd6feabbbd1ae34f23f4135ac32da2af5895857
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 10:35:11 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 2 10:35:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd6feab
sci-electronics/systemc: Stabilize 2.3.4-r1 amd64, #841410
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/systemc/systemc-2.3.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
index e6a10a546f58..1b392e0ac3e4 100644
--- a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
@@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/accellera-official/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2022-06-16 16:36 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-06-16 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 581be46a04d856431563a529466bb5792a5df486
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Jun 7 03:56:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 16:34:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581be46a
sci-electronics/systemc: fix bug 849917 and QA report
Keyword 2.3.4-r2 for ~riscv
Fix toolchain-funcs: indirect inherit usage: 'tc-getCXX', line 37
Fix HOMEPAGE: permanently redirected:
https://accellera.org/community/systemc -> https://systemc.org
update EAPI 7 -> 8, and dropped unused test use flag
Closes: https://bugs.gentoo.org/849917
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25783
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/systemc/systemc-2.3.4-r2.ebuild | 57 +++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/sci-electronics/systemc/systemc-2.3.4-r2.ebuild b/sci-electronics/systemc/systemc-2.3.4-r2.ebuild
new file mode 100644
index 000000000000..9e61f04f5519
--- /dev/null
+++ b/sci-electronics/systemc/systemc-2.3.4-r2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="${PV}_pub_rev_20190614"
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design"
+HOMEPAGE="
+ https://systemc.org
+ https://github.com/accellera-official/systemc
+"
+
+if [[ "${PV}" == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/accellera-official/${PN}.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/accellera-official/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug doc examples static-libs"
+REQUIRED_USE="examples? ( doc )"
+
+src_prepare() {
+ default
+ eautoconf --force
+}
+
+src_configure() {
+ econf CXX="$(tc-getCXX)" \
+ $(use_enable debug) \
+ $(use_enable static-libs static) \
+ --with-unix-layout
+}
+
+src_install() {
+ default
+ if use doc; then
+ if use examples; then
+ docompress -x /usr/share/doc/"${PF}"/examples
+ else
+ rm -r "${ED}"/usr/share/doc/"${PF}"/examples || die
+ fi
+ else
+ rm -r "${ED}"/usr/share/doc/"${PF}" || die
+ fi
+
+ if ! use static-libs; then
+ find "${ED}" -name "*.la" -delete || die
+ fi
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
@ 2023-12-16 1:29 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-12-16 1:29 UTC (permalink / raw
To: gentoo-commits
commit: 079247ebd5c8904ffa0f792e6193619ebb5085fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 01:28:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 01:28:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079247eb
sci-electronics/systemc: Stabilize 2.3.4-r2 amd64, #920067
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/systemc/systemc-2.3.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-electronics/systemc/systemc-2.3.4-r2.ebuild b/sci-electronics/systemc/systemc-2.3.4-r2.ebuild
index 9e61f04f5519..098270948b4f 100644
--- a/sci-electronics/systemc/systemc-2.3.4-r2.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/accellera-official/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-12-16 1:29 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 8:45 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2017-07-05 8:45 Michał Górny
2017-07-08 19:07 Patrice Clement
2019-11-13 19:58 Aaron Bauman
2020-06-27 20:45 Andreas K. Hüttel
2021-01-11 13:52 Yixun Lan
2021-01-13 3:06 Yixun Lan
2021-01-18 10:14 David Seifert
2022-03-20 18:51 Sam James
2022-05-02 10:37 Joonas Niilola
2022-05-02 10:37 Joonas Niilola
2022-06-16 16:36 Sam James
2023-12-16 1:29 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox