From 499a43881828e1cfe40b5b6be0f3d4f16b922455 Mon Sep 17 00:00:00 2001 From: David Roman Date: Sun, 8 Nov 2020 16:13:58 +0100 Subject: [PATCH 1/4] app-text/stdman: add new package Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Roman --- .../files/stdman-dont-compress-files.patch | 11 ++++++++ app-text/stdman/metadata.xml | 8 ++++++ app-text/stdman/stdman-9999.ebuild | 27 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 app-text/stdman/files/stdman-dont-compress-files.patch create mode 100644 app-text/stdman/metadata.xml create mode 100644 app-text/stdman/stdman-9999.ebuild diff --git a/app-text/stdman/files/stdman-dont-compress-files.patch b/app-text/stdman/files/stdman-dont-compress-files.patch new file mode 100644 index 0000000000..fdc609ed71 --- /dev/null +++ b/app-text/stdman/files/stdman-dont-compress-files.patch @@ -0,0 +1,11 @@ +diff --git a/do_install b/do_install +index acce4650..121c1b82 100755 +--- a/do_install ++++ b/do_install +@@ -16,6 +16,5 @@ mkdir -p $mandir/man3 + for file in "$tmp_man"/*.3 ; do + out=$mandir/man3/$(basename "$file"); + install -m 0644 "$file" "$out"; +- gzip -f "$out"; + done + echo "Done; it's advised to run 'sudo mandb' (GNU) or 'sudo makewhatis' (BSD) now." diff --git a/app-text/stdman/metadata.xml b/app-text/stdman/metadata.xml new file mode 100644 index 0000000000..01c1fc8487 --- /dev/null +++ b/app-text/stdman/metadata.xml @@ -0,0 +1,8 @@ + + + + + davidroman96@gmail.com + David Roman + + diff --git a/app-text/stdman/stdman-9999.ebuild b/app-text/stdman/stdman-9999.ebuild new file mode 100644 index 0000000000..70d173736f --- /dev/null +++ b/app-text/stdman/stdman-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils + +DESCRIPTION="Formatted C++ stdlib man pages (cppreference)" +HOMEPAGE="https://github.com/jeaye/stdman" +LICENSE="MIT" + +SLOT="0" +IUSE="" + +RDEPEND="" + +PATCHES=( "${FILESDIR}/${PN}-dont-compress-files.patch" ) + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/jeaye/stdman" +fi + +src_compile() { + # don't need to compile anything + true +} From c40676a6e5f799fb04d53697fb2d24d7f65fff87 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 8 Nov 2020 17:10:33 +0100 Subject: [PATCH 2/4] x11-libs/qwt5-qt5: fix metadata Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- x11-libs/qwt5-qt5/metadata.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/x11-libs/qwt5-qt5/metadata.xml b/x11-libs/qwt5-qt5/metadata.xml index f793a4b235..1306bd774f 100644 --- a/x11-libs/qwt5-qt5/metadata.xml +++ b/x11-libs/qwt5-qt5/metadata.xml @@ -1,18 +1,18 @@ - - sci@gentoo.org - Gentoo Science Project - - - The Qwt library contains GUI Components and utility classes which are - primarily useful for programs with a technical background. - Besides a 2D plot widget it provides scales, sliders, dials, - compasses, thermometers, wheels and knobs to control or display - values, arrays or ranges of type double. - - - qwt - + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + The Qwt library contains GUI Components and utility classes which are + primarily useful for programs with a technical background. + Besides a 2D plot widget it provides scales, sliders, dials, + compasses, thermometers, wheels and knobs to control or display + values, arrays or ranges of type double. + + + qwt + From 2fb8012521303f3dbc89a7a8aea194d90e44b6b9 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 8 Nov 2020 17:10:55 +0100 Subject: [PATCH 3/4] x11-libs/qwtplot3d: fix metadata Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- x11-libs/qwtplot3d/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/qwtplot3d/metadata.xml b/x11-libs/qwtplot3d/metadata.xml index bfd320fe94..ec1b816024 100644 --- a/x11-libs/qwtplot3d/metadata.xml +++ b/x11-libs/qwtplot3d/metadata.xml @@ -1,9 +1,9 @@ - - sci@gentoo.org - Gentoo Science Project + + andrewammerlaan@riseup.net + Andrew Ammerlaan QwtPlot3D is a graphics extension to the Qt GUI application framework. From a13f4be662fcb336bdbafd9068e93a04b961cbb4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 8 Nov 2020 17:11:20 +0100 Subject: [PATCH 4/4] sci-visualization/scidavis: fix metadata Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- sci-visualization/scidavis/metadata.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sci-visualization/scidavis/metadata.xml b/sci-visualization/scidavis/metadata.xml index 089e4b033d..2d64f01e0b 100644 --- a/sci-visualization/scidavis/metadata.xml +++ b/sci-visualization/scidavis/metadata.xml @@ -5,10 +5,6 @@ andrewammerlaan@riseup.net Andrew Ammerlaan - - sci@gentoo.org - Gentoo Science Project - SciDAVis is a user-friendly data analysis and visualization program primarily aimed at high-quality plotting of scientific data. It strives to combine an intuitive, easy-to-use graphical user interface with powerful features such as Python scriptability.