From 2ddebf8a5164614f39ecca2804ff8968c9d36d95 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Mon, 12 Apr 2021 08:59:02 +0200 Subject: [PATCH 01/10] x11-terms/terminus-bin: various changes Move to -bin version Bump to new version Closes: https://bugs.gentoo.org/781833 Closes: https://bugs.gentoo.org/781836 Signed-off-by: Marco Scardovi Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi --- x11-terms/terminus-bin/Manifest | 2 + x11-terms/terminus-bin/metadata.xml | 12 ++++ .../terminus-bin/terminus-bin-1.0.136.ebuild | 64 +++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 x11-terms/terminus-bin/Manifest create mode 100644 x11-terms/terminus-bin/metadata.xml create mode 100644 x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest new file mode 100644 index 0000000000..481f4ebf0b --- /dev/null +++ b/x11-terms/terminus-bin/Manifest @@ -0,0 +1,2 @@ +DIST terminus-bin-1.0.136.tar.gz 98170177 BLAKE2B 71c8ae6db336c2ea5eaf463ff877941865f46bc502f50a98cf32243ae73000bc25a598fbadcf03b5dbf04bf4ea5da02356770c6cb7e7d210c7eaa2c3370026b8 SHA512 24e9cdcb0c0cb573796ae95318c2baa8a3b0fdd5f46aab4239b8a6d48885507f43e32c97615487f8e94f8007302d1d79a8363da83bd71ed8f3f5eac5065cf016 +DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26 diff --git a/x11-terms/terminus-bin/metadata.xml b/x11-terms/terminus-bin/metadata.xml new file mode 100644 index 0000000000..ca63cb8f9c --- /dev/null +++ b/x11-terms/terminus-bin/metadata.xml @@ -0,0 +1,12 @@ + + + + + marco@scardovi.com + Marco Scardovi + + + Eugeny/terminus + scardracs/icons + + diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild new file mode 100644 index 0000000000..cc64804609 --- /dev/null +++ b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop xdg + +MY_P="terminus-${PV}" + +DESCRIPTION="A terminal for a more modern age" +HOMEPAGE="https://eugeny.github.io/terminus/" +SRC_URI=" + https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_P}-linux.tar.gz -> ${P}.tar.gz + https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="alsa cups X" + +S="${WORKDIR}/${MY_P}-linux" + +DEPEND=" + app-accessibility/at-spi2-atk + app-accessibility/at-spi2-core + dev-libs/atk + dev-libs/nss + alsa? ( media-libs/alsa-lib ) + cups? ( net-print/cups ) + X? ( + media-libs/mesa + x11-libs/gdk-pixbuf + x11-libs/gtk+ + x11-libs/libdrm + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/libxshmfence + x11-libs/pango + ) +" + +QA_PREBUILT="/opt/terminus/*" + +src_prepare(){ + default +} + +src_install(){ + insinto /opt/"${PN}" + doins -r "${S}"/* + dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus + fperms +x /opt/"${PN}"/terminus + make_desktop_entry /opt/${PN}/terminus Terminus terminus Utility + doicon ../terminus.svg + doicon ../terminus.ico + for i in {16,24,32,48,64,72,96,128,512}; do + doicon -s "${i}" ../terminus-"${i}".png + done +} From ebc860bd560875abc02fb14490fd951a5ed0aae9 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Mon, 12 Apr 2021 09:02:20 +0200 Subject: [PATCH 02/10] Move terminus to terminus-bin Signed-off-by: Marco Scardovi --- profiles/updates/4Q-2020 | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/updates/4Q-2020 b/profiles/updates/4Q-2020 index ef0ea7d658..dcacc47e8b 100644 --- a/profiles/updates/4Q-2020 +++ b/profiles/updates/4Q-2020 @@ -2,3 +2,4 @@ move x11-themes/sweet-gtk-theme x11-themes/sweet-dark-gtk-theme move app-text/git-delta dev-util/git-delta move dev-libs/wren dev-lang/wren move app-editors/atom app-editors/atom-bin +move x11-terms/terminus x11-terms/terminus-bin From 0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Mon, 12 Apr 2021 09:02:20 +0200 Subject: [PATCH 03/10] Move terminus to terminus-bin Signed-off-by: Marco Scardovi --- x11-terms/terminus/Manifest | 2 -- x11-terms/terminus/metadata.xml | 12 ------- x11-terms/terminus/terminus-1.0.135.ebuild | 39 ---------------------- 3 files changed, 53 deletions(-) delete mode 100644 x11-terms/terminus/Manifest delete mode 100644 x11-terms/terminus/metadata.xml delete mode 100644 x11-terms/terminus/terminus-1.0.135.ebuild diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest deleted file mode 100644 index bdd171fe59..0000000000 --- a/x11-terms/terminus/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf SHA512 00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d -DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26 diff --git a/x11-terms/terminus/metadata.xml b/x11-terms/terminus/metadata.xml deleted file mode 100644 index ca63cb8f9c..0000000000 --- a/x11-terms/terminus/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - marco@scardovi.com - Marco Scardovi - - - Eugeny/terminus - scardracs/icons - - diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild deleted file mode 100644 index d5d7e8b191..0000000000 --- a/x11-terms/terminus/terminus-1.0.135.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A terminal for a more modern age" - -HOMEPAGE="https://eugeny.github.io/terminus/" -SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -inherit desktop xdg - -S=""${WORKDIR}"/"${P}"-linux" - -DEPEND="net-print/cups" # Requested by electron - -src_prepare(){ - default - - # Remove useless license files. - rm LICENSE.electron.txt LICENSES.electron.html -} - -src_install(){ - insinto /opt/"${PN}" - doins -r "${S}"/* - dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus - fperms +x /opt/"${PN}"/terminus - make_desktop_entry /opt/terminus/terminus terminus terminus Utility - doicon ../terminus.svg - doicon ../terminus.ico - for i in {16,24,32,48,64,72,96,128,512}; do - doicon -s "${i}" ../terminus-"${i}".png - done -} From f3805ca68dad72ef0c50fc61f680585a7c3630cd Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Mon, 12 Apr 2021 09:20:08 +0200 Subject: [PATCH 04/10] Update categories Signed-off-by: Marco Scardovi --- profiles/categories | 87 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/profiles/categories b/profiles/categories index b099bef949..75105d7f06 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1 +1,88 @@ +acct-group +acct-user +app-accessibility +app-admin +app-arch +app-backup +app-crypt +app-editors +app-emacs +app-emulation +app-eselect +app-i18n +app-misc +app-office +app-portage +app-shells +app-text +dev-cpp +dev-db +dev-embedded +dev-games +dev-go +dev-java +dev-lang +dev-libs +dev-php +dev-python dev-R +dev-scheme +dev-util +dev-vcs +eclass +games-action +games-arcade +games-board +games-emulation +games-engines +games-fps +games-misc +games-puzzle +games-util +gui-apps +gui-libs +gui-wm +kde-apps +kde-misc +mail-client +media-fonts +media-gfx +media-libs +media-plugins +media-sound +media-tv +media-video +net-analyzer +net-dialup +net-fs +net-im +net-libs +net-mail +net-misc +net-news +net-p2p +net-vpn +net-wireless +sci-electronics +sci-geosciences +sci-libs +sci-mathematics +sci-physics +sys-apps +sys-auth +sys-block +sys-boot +sys-cluster +sys-fs +sys-kernel +sys-libs +sys-power +sys-process +www-apps +www-client +www-servers +x11-apps +x11-libs +x11-misc +x11-terms +x11-themes From 2ed6d4761d7a0d187d3af91a9f63813976c12d8c Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Mon, 12 Apr 2021 09:37:19 +0200 Subject: [PATCH 05/10] Revert categories Signed-off-by: Marco Scardovi --- profiles/categories | 87 --------------------------------------------- 1 file changed, 87 deletions(-) diff --git a/profiles/categories b/profiles/categories index 75105d7f06..b099bef949 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,88 +1 @@ -acct-group -acct-user -app-accessibility -app-admin -app-arch -app-backup -app-crypt -app-editors -app-emacs -app-emulation -app-eselect -app-i18n -app-misc -app-office -app-portage -app-shells -app-text -dev-cpp -dev-db -dev-embedded -dev-games -dev-go -dev-java -dev-lang -dev-libs -dev-php -dev-python dev-R -dev-scheme -dev-util -dev-vcs -eclass -games-action -games-arcade -games-board -games-emulation -games-engines -games-fps -games-misc -games-puzzle -games-util -gui-apps -gui-libs -gui-wm -kde-apps -kde-misc -mail-client -media-fonts -media-gfx -media-libs -media-plugins -media-sound -media-tv -media-video -net-analyzer -net-dialup -net-fs -net-im -net-libs -net-mail -net-misc -net-news -net-p2p -net-vpn -net-wireless -sci-electronics -sci-geosciences -sci-libs -sci-mathematics -sci-physics -sys-apps -sys-auth -sys-block -sys-boot -sys-cluster -sys-fs -sys-kernel -sys-libs -sys-power -sys-process -www-apps -www-client -www-servers -x11-apps -x11-libs -x11-misc -x11-terms -x11-themes From 956793289a2e739abc535a45060656a5bbde8a69 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 12 Apr 2021 09:54:20 +0200 Subject: [PATCH 06/10] sci-libs/chaco: added missing die Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- sci-libs/chaco/chaco-2.2.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sci-libs/chaco/chaco-2.2.ebuild b/sci-libs/chaco/chaco-2.2.ebuild index 12c58a4511..745dd01c67 100644 --- a/sci-libs/chaco/chaco-2.2.ebuild +++ b/sci-libs/chaco/chaco-2.2.ebuild @@ -13,14 +13,10 @@ KEYWORDS="~amd64 ~x86" PATCHES=( "${FILESDIR}/makefile.patch" ) S="${WORKDIR}/Chaco-${PV}" -#src_prepare() { -# eapply_user -#} - src_install() { - pushd code + pushd code || die emake - popd + popd || die dobin "exec/chaco" dodoc -r doc/. } From 480ef4817fee3b076f93f11de6ab9a232e78ee07 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 12 Apr 2021 09:56:38 +0200 Subject: [PATCH 07/10] sci-mathematics/chaco: it's not a libraru Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- sci-mathematics/chaco/Manifest | 1 + sci-mathematics/chaco/chaco-2.2.ebuild | 22 ++++++++++++++++++ sci-mathematics/chaco/files/makefile.patch | 26 ++++++++++++++++++++++ sci-mathematics/chaco/metadata.xml | 11 +++++++++ 4 files changed, 60 insertions(+) create mode 100644 sci-mathematics/chaco/Manifest create mode 100644 sci-mathematics/chaco/chaco-2.2.ebuild create mode 100644 sci-mathematics/chaco/files/makefile.patch create mode 100644 sci-mathematics/chaco/metadata.xml diff --git a/sci-mathematics/chaco/Manifest b/sci-mathematics/chaco/Manifest new file mode 100644 index 0000000000..d5c31da96f --- /dev/null +++ b/sci-mathematics/chaco/Manifest @@ -0,0 +1 @@ +DIST Chaco-2.2.tar.gz 854988 BLAKE2B ffa5e0363876e1a6e401056d2e0d8f7064bf86fd7590403a0440e37a6a83c4cbb2b5b9ab3cfc54f313741af3f3b539b301b26ad3f293a0056eace7e23d6d69de SHA512 9b2b58535df8a7c368a9670cdf85d01049e43abbc6ab726dfc88154a94678e1cfe4def40fc4c7162e738cc55f372dab6ce93a0d2f98f09c45a876d246901439e diff --git a/sci-mathematics/chaco/chaco-2.2.ebuild b/sci-mathematics/chaco/chaco-2.2.ebuild new file mode 100644 index 0000000000..745dd01c67 --- /dev/null +++ b/sci-mathematics/chaco/chaco-2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Software for Partitioning Graphs" +HOMEPAGE="https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml" +SRC_URI="https://www3.cs.stonybrook.edu/~algorith/implement/${PN}/distrib/Chaco-${PV}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +PATCHES=( "${FILESDIR}/makefile.patch" ) +S="${WORKDIR}/Chaco-${PV}" + +src_install() { + pushd code || die + emake + popd || die + dobin "exec/chaco" + dodoc -r doc/. +} diff --git a/sci-mathematics/chaco/files/makefile.patch b/sci-mathematics/chaco/files/makefile.patch new file mode 100644 index 0000000000..32ab4b84c2 --- /dev/null +++ b/sci-mathematics/chaco/files/makefile.patch @@ -0,0 +1,26 @@ +--- a/code/Makefile 2021-04-12 01:42:10.792372462 +0200 ++++ b/code/Makefile 2021-04-12 01:46:20.332391138 +0200 +@@ -1,8 +1,6 @@ + DEST_DIR = ../exec + DEST= ${DEST_DIR}/chaco +-CC = gcc + IFLAG = -Imain +-CFLAGS = -O2 + OFLAGS = -O2 + + FILES.c= main/user_params.c main/interface.c main/main.c \ +@@ -91,7 +89,7 @@ + + + ${DEST}: ${FILES.o} Makefile +- ${CC} ${OFLAGS} ${FILES.o} -lm -o ${DEST} ++ ${CC} ${CFLAGS} -fPIE ${LDFLAGS} ${FILES.o} -lm -o ${DEST} + + lint: + lint ${IFLAG} ${FILES.c} -lm +@@ -103,4 +101,4 @@ + rm -f */*.o ${DEST_DIR}/core + + .c.o: +- ${CC} -c ${IFLAG} ${CFLAGS} -o $*.o $*.c ++ ${CC} -c ${IFLAG} ${CFLAGS} -fPIC -o $*.o $*.c diff --git a/sci-mathematics/chaco/metadata.xml b/sci-mathematics/chaco/metadata.xml new file mode 100644 index 0000000000..ec0716a790 --- /dev/null +++ b/sci-mathematics/chaco/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + +Chaco contains a wide variety of algorithms and options, many of which were invented by the authors. Some of the algorithms exploit the geometry of the mesh, others its local connectivity or its global structure as captured by eigenvectors of a related matrix. These methods can be mixed and matched in several ways, and combinations often prove to be more effective than any single technique in isolation. All these algorithms are accessed via a simple user interface, or a call from other software. Innovations in Chaco include # Development of multilevel graph partitioning. This widely imitated approach has become the premiere algorithm combining very high quality with short calculation times. # Extension of spectral partitioning to enable the use of 2 or 3 Laplacian eigenvectors to quadrisect of octasect a graph. # Highly efficient and robust eigensolvers for use with spectral graph algorithms. # Generalization of the Kernighan-Lin/Fiduccia-Mattheyses algorithm to handle weighted graphs, arbitrary number of sets and lazy initiation. # Development of skewed partitioning to improve the mapping of a graph onto a target parallel architecture. # Various post-processing options to improve partitions in a number of ways. + + From 1e96d340344411b5c0ddae1559ecf697b400e7d8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 12 Apr 2021 09:59:19 +0200 Subject: [PATCH 08/10] move chaco Signed-off-by: Alessandro Barbieri --- profiles/updates/1Q-2021 | 3 ++- sci-libs/chaco/Manifest | 1 - sci-libs/chaco/chaco-2.2.ebuild | 22 ---------------------- sci-libs/chaco/files/makefile.patch | 26 -------------------------- sci-libs/chaco/metadata.xml | 11 ----------- 5 files changed, 2 insertions(+), 61 deletions(-) delete mode 100644 sci-libs/chaco/Manifest delete mode 100644 sci-libs/chaco/chaco-2.2.ebuild delete mode 100644 sci-libs/chaco/files/makefile.patch delete mode 100644 sci-libs/chaco/metadata.xml diff --git a/profiles/updates/1Q-2021 b/profiles/updates/1Q-2021 index f8a2b483e8..37c0ac2fd5 100644 --- a/profiles/updates/1Q-2021 +++ b/profiles/updates/1Q-2021 @@ -3,4 +3,5 @@ move sci-geosciences/geographiclib sci-geosciences/GeographicLib move x11-libs/kimageannotator media-libs/kimageannotator move x11-libs/kcolorpicker media-libs/kcolorpicker move media-video/jellyfin-mpv-shim media-video/jellyfin-desktop -move gui-apps/paperdesktop gui-apps/paperde \ No newline at end of file +move gui-apps/paperdesktop gui-apps/paperde +move sci-libs/chaco sci-mathematics/chaco diff --git a/sci-libs/chaco/Manifest b/sci-libs/chaco/Manifest deleted file mode 100644 index d5c31da96f..0000000000 --- a/sci-libs/chaco/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Chaco-2.2.tar.gz 854988 BLAKE2B ffa5e0363876e1a6e401056d2e0d8f7064bf86fd7590403a0440e37a6a83c4cbb2b5b9ab3cfc54f313741af3f3b539b301b26ad3f293a0056eace7e23d6d69de SHA512 9b2b58535df8a7c368a9670cdf85d01049e43abbc6ab726dfc88154a94678e1cfe4def40fc4c7162e738cc55f372dab6ce93a0d2f98f09c45a876d246901439e diff --git a/sci-libs/chaco/chaco-2.2.ebuild b/sci-libs/chaco/chaco-2.2.ebuild deleted file mode 100644 index 745dd01c67..0000000000 --- a/sci-libs/chaco/chaco-2.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Software for Partitioning Graphs" -HOMEPAGE="https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml" -SRC_URI="https://www3.cs.stonybrook.edu/~algorith/implement/${PN}/distrib/Chaco-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -PATCHES=( "${FILESDIR}/makefile.patch" ) -S="${WORKDIR}/Chaco-${PV}" - -src_install() { - pushd code || die - emake - popd || die - dobin "exec/chaco" - dodoc -r doc/. -} diff --git a/sci-libs/chaco/files/makefile.patch b/sci-libs/chaco/files/makefile.patch deleted file mode 100644 index 32ab4b84c2..0000000000 --- a/sci-libs/chaco/files/makefile.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/code/Makefile 2021-04-12 01:42:10.792372462 +0200 -+++ b/code/Makefile 2021-04-12 01:46:20.332391138 +0200 -@@ -1,8 +1,6 @@ - DEST_DIR = ../exec - DEST= ${DEST_DIR}/chaco --CC = gcc - IFLAG = -Imain --CFLAGS = -O2 - OFLAGS = -O2 - - FILES.c= main/user_params.c main/interface.c main/main.c \ -@@ -91,7 +89,7 @@ - - - ${DEST}: ${FILES.o} Makefile -- ${CC} ${OFLAGS} ${FILES.o} -lm -o ${DEST} -+ ${CC} ${CFLAGS} -fPIE ${LDFLAGS} ${FILES.o} -lm -o ${DEST} - - lint: - lint ${IFLAG} ${FILES.c} -lm -@@ -103,4 +101,4 @@ - rm -f */*.o ${DEST_DIR}/core - - .c.o: -- ${CC} -c ${IFLAG} ${CFLAGS} -o $*.o $*.c -+ ${CC} -c ${IFLAG} ${CFLAGS} -fPIC -o $*.o $*.c diff --git a/sci-libs/chaco/metadata.xml b/sci-libs/chaco/metadata.xml deleted file mode 100644 index ec0716a790..0000000000 --- a/sci-libs/chaco/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - -Chaco contains a wide variety of algorithms and options, many of which were invented by the authors. Some of the algorithms exploit the geometry of the mesh, others its local connectivity or its global structure as captured by eigenvectors of a related matrix. These methods can be mixed and matched in several ways, and combinations often prove to be more effective than any single technique in isolation. All these algorithms are accessed via a simple user interface, or a call from other software. Innovations in Chaco include # Development of multilevel graph partitioning. This widely imitated approach has become the premiere algorithm combining very high quality with short calculation times. # Extension of spectral partitioning to enable the use of 2 or 3 Laplacian eigenvectors to quadrisect of octasect a graph. # Highly efficient and robust eigensolvers for use with spectral graph algorithms. # Generalization of the Kernighan-Lin/Fiduccia-Mattheyses algorithm to handle weighted graphs, arbitrary number of sets and lazy initiation. # Development of skewed partitioning to improve the mapping of a graph onto a target parallel architecture. # Various post-processing options to improve partitions in a number of ways. - - From b56df9543196707b8186940233fae4b1a04a6f4b Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 12 Apr 2021 11:27:43 +0200 Subject: [PATCH 09/10] sys-fs/dwarfs: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- sys-fs/dwarfs/dwarfs-0.5.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild b/sys-fs/dwarfs/dwarfs-0.5.4.ebuild index cbc5a9ed3f..66cd9fb76f 100644 --- a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.5.4.ebuild @@ -17,6 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="python +jemalloc test" +RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" PYTHON_REQ_USE="python" From 0945293cfd35601ca1fd980d4bb2d7e91b87b2d4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 12 Apr 2021 11:29:44 +0200 Subject: [PATCH 10/10] app-shells/fish-history-merge: shorten description Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- .../fish-history-merge/fish-history-merge-0_pre20201121.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild index eea288b25d..b208b2e700 100644 --- a/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild +++ b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild @@ -4,7 +4,7 @@ EAPI="7" COMMIT="7e415b8ab843a64313708273cf659efbf471ad39" -DESCRIPTION="This is a fish plugin that modifies built-in up-or-search command to merge the command history" +DESCRIPTION="Plugin that modifies built-in up-or-search command to merge the command history" HOMEPAGE="https://github.com/2m/fish-history-merge" SRC_URI="https://github.com/2m/fish-history-merge/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"