aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-12-16 17:38:13 +0100
committerFlorian Schmaus <flow@gentoo.org>2022-12-16 17:38:47 +0100
commit92e12625714ca7a6522cbe0df0ba82caff0dc869 (patch)
treed56675d01dbee6c171147106da1b7a6e8de49d02 /app-doc
parentapp-doc/stdman: drop 2021.12.21 (diff)
downloadguru-92e12625714ca7a6522cbe0df0ba82caff0dc869.tar.gz
guru-92e12625714ca7a6522cbe0df0ba82caff0dc869.tar.bz2
guru-92e12625714ca7a6522cbe0df0ba82caff0dc869.zip
app-doc/stdman: sync live, fix LICENSE and HOMEPAGE
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/stdman/stdman-2022.07.30.ebuild4
-rw-r--r--app-doc/stdman/stdman-9999.ebuild11
2 files changed, 7 insertions, 8 deletions
diff --git a/app-doc/stdman/stdman-2022.07.30.ebuild b/app-doc/stdman/stdman-2022.07.30.ebuild
index 925be0cbc..632817fe3 100644
--- a/app-doc/stdman/stdman-2022.07.30.ebuild
+++ b/app-doc/stdman/stdman-2022.07.30.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
+HOMEPAGE="https://github.com/jeaye/stdman https://cppreference.com"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -14,7 +14,7 @@ else
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
-LICENSE="MIT"
+LICENSE="CC-BY-SA-3.0 FDL-1.3 MIT"
SLOT="0"
src_prepare() {
diff --git a/app-doc/stdman/stdman-9999.ebuild b/app-doc/stdman/stdman-9999.ebuild
index 0813d588d..632817fe3 100644
--- a/app-doc/stdman/stdman-9999.ebuild
+++ b/app-doc/stdman/stdman-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
+HOMEPAGE="https://github.com/jeaye/stdman https://cppreference.com"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -14,7 +14,7 @@ else
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
-LICENSE="MIT"
+LICENSE="CC-BY-SA-3.0 FDL-1.3 MIT"
SLOT="0"
src_prepare() {
@@ -24,6 +24,5 @@ src_prepare() {
}
src_compile() {
- # don't need to compile anything
- true
+ :
}