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
+}
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.
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
+
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.