From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- sci-electronics/alliance/Manifest | 5 - .../alliance/alliance-5.0.20110203.ebuild | 63 ----------- .../files/alliance-5.0.20070718-overun.patch | 12 --- .../files/alliance-5.0.20110203-impl-dec.patch | 119 --------------------- sci-electronics/alliance/metadata.xml | 18 ---- 5 files changed, 217 deletions(-) delete mode 100644 sci-electronics/alliance/Manifest delete mode 100644 sci-electronics/alliance/alliance-5.0.20110203.ebuild delete mode 100644 sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch delete mode 100644 sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch delete mode 100644 sci-electronics/alliance/metadata.xml (limited to 'sci-electronics/alliance') diff --git a/sci-electronics/alliance/Manifest b/sci-electronics/alliance/Manifest deleted file mode 100644 index 4575bb47e0ca..000000000000 --- a/sci-electronics/alliance/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX alliance-5.0.20070718-overun.patch 440 BLAKE2B 8e25a764306373195b8b192264d77ccf72e5cdd07b00d8737639d273179f6bdd3cb0d7a8d01cfdbde4a044d9414c365c76534d067fb51c03cd832e66298bc5f6 SHA512 74874734cd817526131964e46609c1c0ce9aa7bf6812710ac7191e6a23e6de5467ec32f4bf410bdc8d9e868429ccf1a2de9cb8787901fc3de8df5f099cee77a0 -AUX alliance-5.0.20110203-impl-dec.patch 3087 BLAKE2B d32cf80a04495e4b23c2961156d1582edc9d6d99f65d8a7f6e58b855d7e0d2a1f0be78d26c72ff01c0874c9fe32935167fbfeda933d8b3f6735d16fe79059d2d SHA512 92a418ed4291f71fe1deb14256cc53ced983105b70fc1edc1d6ab178553750ed50236f7165a567446fbf75f697a0e354760bf9ca8d06526b8c4292e7495baf8c -DIST alliance-5.0-20110203.tar.gz 8112254 BLAKE2B 77c81348f432f2b424c2cff3ff188bec72e9ba77777bb31a91a6b9d63ec3b0a61848f4dd2246ddcfdf0bf4199423ffedcc62ac6beac8ca52ece345ce6ebb4f05 SHA512 03859d4d5167c223c2af9784843303a46d9a47e7fb26c2dadd60361b6735f6afb75c3097460dd804ef339c72f2bf0f60e78713be88d2c5ad06ad8b0c376857c8 -EBUILD alliance-5.0.20110203.ebuild 1386 BLAKE2B 25923e6f4a5eccc98e8000ab941a763bca3cc44425c7ad5be979ef2ba3ad6e3e4d1f6cbf838159b18a82b2bd746bb51dfed6152a3fc095f6d6843876c2177b18 SHA512 1236c6c2233c7effabf29664d0c4e225f62a634149ad07d7bf7623dc24fd9e9d59e25107b0b9d16ccb1f803930ae2f5bfef52aebb90b688c9e180b73cfab249c -MISC metadata.xml 877 BLAKE2B 9acb9be15295137503871aee68b0063f7fa74368c15ecac40eca79f54c038639f2bdd289cac577300e31ad6358d48d432fbf7c94634cd897d50c15f135d502f1 SHA512 dfc2ee14f8ee497740b62d5c375bff36759d603dad54fe8982cbb02b846c369cf23ec788b1e0b000cc89d38be7718ec7089945a527fbfc62648bb55093a82fb8 diff --git a/sci-electronics/alliance/alliance-5.0.20110203.ebuild b/sci-electronics/alliance/alliance-5.0.20110203.ebuild deleted file mode 100644 index aa8045c61de5..000000000000 --- a/sci-electronics/alliance/alliance-5.0.20110203.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit versionator flag-o-matic eutils - -MY_PV=$(replace_version_separator 2 '-' ) -UPSTREAM_VERSION=$(get_version_component_range 1-2) -URL="http://www-asim.lip6.fr/pub/alliance/distribution/${UPSTREAM_VERSION}" - -DESCRIPTION="Digital IC design tools (simulation, synthesis, place/route, etc...)" -HOMEPAGE="https://soc-extras.lip6.fr/en/alliance-abstract-en/" -SRC_URI="${URL}/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2 LGPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=x11-libs/motif-2.3:0 - x11-libs/libXpm - x11-libs/libXt" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${UPSTREAM_VERSION}" - -src_prepare() { - #fix buffer overrun (bug 340789) - epatch \ - "${FILESDIR}"/${PN}-${UPSTREAM_VERSION}.20070718-overun.patch \ - "${FILESDIR}"/${P}-impl-dec.patch -} - -src_configure() { - # Fix bug #134285 - replace-flags -O3 -O2 - - # Alliance requires everything to be in the same directory - econf \ - --prefix=/usr/lib/${PN} \ - --mandir=/usr/lib/${PN}/man \ - --with-x \ - --with-motif \ - --with-xpm \ - --with-alc-shared -} - -src_compile() { - # See bug #134145 - emake -j1 -} - -src_install() { - make install DESTDIR="${D}" - insinto /etc - newins distrib/etc/alc_env.sh alliance.env -} - -pkg_postinst() { - elog "Users should source /etc/alliance.env before working with Alliance tools." -} diff --git a/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch b/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch deleted file mode 100644 index 50cfc30be23f..000000000000 --- a/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch +++ /dev/null @@ -1,12 +0,0 @@ -# fix buffer overun (bug 340789) ---- druc/src/drucbath.c.orig 2010-10-15 14:15:52.000000000 +0000 -+++ druc/src/drucbath.c 2010-10-15 14:19:03.000000000 +0000 -@@ -66,7 +66,7 @@ - rdsins_list *InstanceCourante; - char *TmpErrorFileName; - FILE *TmpErrorFile; --char DrucTmpFileBuffer [ DRUC_MAX_STRING_BUFFER + 1 ]; -+char DrucTmpFileBuffer [ DRUC_MAX_FILE_BUFFER + 1 ]; - - fputs ( "\n" , - DrucErrorFile diff --git a/sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch b/sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch deleted file mode 100644 index c1ef31619167..000000000000 --- a/sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch +++ /dev/null @@ -1,119 +0,0 @@ - dreal/src/GRD_error.c | 1 + - lynx/src/cutelbow.c | 1 + - lynx/src/parse.c | 1 + - mips_asm/src/mips_util.c | 1 + - proof/src/proof_main.c | 1 + - proof/src/proof_util.c | 1 + - xfsm/src/XFS_error.c | 1 + - xgra/src/XGR_error.c | 1 + - xsch/src/XSC_error.c | 1 + - 9 files changed, 9 insertions(+), 0 deletions(-) - -diff --git a/dreal/src/GRD_error.c b/dreal/src/GRD_error.c -index e3baba6..c00bf13 100644 ---- a/dreal/src/GRD_error.c -+++ b/dreal/src/GRD_error.c -@@ -46,6 +46,7 @@ - # include - # include - # include -+# include - # include "mut.h" - # include "mph.h" - # include "rds.h" -diff --git a/lynx/src/cutelbow.c b/lynx/src/cutelbow.c -index 7411f35..306649b 100644 ---- a/lynx/src/cutelbow.c -+++ b/lynx/src/cutelbow.c -@@ -43,6 +43,7 @@ - \------------------------------------------------------------*/ - - # include -+# include - - # include "mut.h" - # include "mlo.h" -diff --git a/lynx/src/parse.c b/lynx/src/parse.c -index ed8a2e5..9077c3f 100644 ---- a/lynx/src/parse.c -+++ b/lynx/src/parse.c -@@ -43,6 +43,7 @@ - \------------------------------------------------------------*/ - - # include -+# include - - # include "mut.h" - # include "mlo.h" -diff --git a/mips_asm/src/mips_util.c b/mips_asm/src/mips_util.c -index f5fa55f..5ad6a4f 100644 ---- a/mips_asm/src/mips_util.c -+++ b/mips_asm/src/mips_util.c -@@ -30,6 +30,7 @@ - /* ###--------------------------------------------------------------### */ - - #include -+#include - #include "mut.h" - #include "log.h" - #include "beh.h" -diff --git a/proof/src/proof_main.c b/proof/src/proof_main.c -index b6eee94..3d8a91a 100644 ---- a/proof/src/proof_main.c -+++ b/proof/src/proof_main.c -@@ -32,6 +32,7 @@ - - #include - #include -+#include - #include "mut.h" - #include "log.h" - #include "beh.h" -diff --git a/proof/src/proof_util.c b/proof/src/proof_util.c -index 841937f..fa20ba1 100644 ---- a/proof/src/proof_util.c -+++ b/proof/src/proof_util.c -@@ -31,6 +31,7 @@ - - #include - #include -+#include - - #include "mut.h" - #include "log.h" -diff --git a/xfsm/src/XFS_error.c b/xfsm/src/XFS_error.c -index 20ccd0a..5aded2b 100644 ---- a/xfsm/src/XFS_error.c -+++ b/xfsm/src/XFS_error.c -@@ -46,6 +46,7 @@ - # include - # include - # include -+# include - # include "mut.h" - # include "aut.h" - # include "abl.h" -diff --git a/xgra/src/XGR_error.c b/xgra/src/XGR_error.c -index 3204423..b2d35c5 100644 ---- a/xgra/src/XGR_error.c -+++ b/xgra/src/XGR_error.c -@@ -46,6 +46,7 @@ - # include - # include - # include -+# include - # include "mut.h" - # include "aut.h" - # include "XSB.h" -diff --git a/xsch/src/XSC_error.c b/xsch/src/XSC_error.c -index 9bdf65e..b8c5689 100644 ---- a/xsch/src/XSC_error.c -+++ b/xsch/src/XSC_error.c -@@ -46,6 +46,7 @@ - # include - # include - # include -+# include - # include "mut.h" - # include "aut.h" - # include "mlo.h" diff --git a/sci-electronics/alliance/metadata.xml b/sci-electronics/alliance/metadata.xml deleted file mode 100644 index 72c53d956621..000000000000 --- a/sci-electronics/alliance/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - sci-electronics@gentoo.org - Gentoo Electronics Project - - - Alliance is a complete set of free CAD tools and portable libraries for VLSI - design. It includes a VHDL compiler and simulator, logic synthesis tools, and - automatic place and route tools. A complete set of portable CMOS libraries is - provided. Alliance is the result of a twelve year effort spent at ASIM - department of LIP6 laboratory of the Pierre et Marie Curie University (Paris - VI, France). Alliance has been used for research projects such as the 875 000 - transistors StaCS superscalar microprocessor and 400 000 transistors IEEE - Gigabit HSL Router. - - -- cgit v1.2.3