* [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
@ 2022-12-14 16:46 Florian Schmaus
2022-12-14 16:43 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
0 siblings, 1 reply; 8+ messages in thread
From: Florian Schmaus @ 2022-12-14 16:46 UTC (permalink / raw
To: gentoo-commits
commit: be721f9e2ddc8d611f63f618dc1e3b6077c7e30b
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:32:43 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:32:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be721f9e
app-doc/stdman: add 2022.07.30
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/Manifest | 1 +
app-doc/stdman/stdman-2022.07.30.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 9a6a50d6e..2ec891b0b 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,3 +1,4 @@
DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821
DIST stdman-2020.11.17.tar.gz 3392741 BLAKE2B b6cec71bf4d0c3640a083356a0a1380adfaba9df237d694cbbcac54fde4ea943234760a83246e1310e29f672cd923e666f348d4740df8f6f3d6c8e8fb3469f00 SHA512 54a01c7831c9ccb42c15eeb203fbdce7fd1c64e9b81951a8934d7a16c7ead176289ce6bdd916872910959d0fa995f5906d328ec51ea5f4a8d9ffaca855d372e5
DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050
+DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6
diff --git a/app-doc/stdman/stdman-2022.07.30.ebuild b/app-doc/stdman/stdman-2022.07.30.ebuild
new file mode 100644
index 000000000..925be0cbc
--- /dev/null
+++ b/app-doc/stdman/stdman-2022.07.30.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
+HOMEPAGE="https://github.com/jeaye/stdman"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_prepare() {
+ default
+ # Avoid compressing files
+ sed -i '/gzip/d' do_install || die
+}
+
+src_compile() {
+ :
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/stdman/
2022-12-14 16:46 [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/ Florian Schmaus
@ 2022-12-14 16:43 ` Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-12-14 16:43 UTC (permalink / raw
To: gentoo-commits
commit: be721f9e2ddc8d611f63f618dc1e3b6077c7e30b
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:32:43 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:32:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be721f9e
app-doc/stdman: add 2022.07.30
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/Manifest | 1 +
app-doc/stdman/stdman-2022.07.30.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 9a6a50d6e..2ec891b0b 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,3 +1,4 @@
DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821
DIST stdman-2020.11.17.tar.gz 3392741 BLAKE2B b6cec71bf4d0c3640a083356a0a1380adfaba9df237d694cbbcac54fde4ea943234760a83246e1310e29f672cd923e666f348d4740df8f6f3d6c8e8fb3469f00 SHA512 54a01c7831c9ccb42c15eeb203fbdce7fd1c64e9b81951a8934d7a16c7ead176289ce6bdd916872910959d0fa995f5906d328ec51ea5f4a8d9ffaca855d372e5
DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050
+DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6
diff --git a/app-doc/stdman/stdman-2022.07.30.ebuild b/app-doc/stdman/stdman-2022.07.30.ebuild
new file mode 100644
index 000000000..925be0cbc
--- /dev/null
+++ b/app-doc/stdman/stdman-2022.07.30.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
+HOMEPAGE="https://github.com/jeaye/stdman"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_prepare() {
+ default
+ # Avoid compressing files
+ sed -i '/gzip/d' do_install || die
+}
+
+src_compile() {
+ :
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
@ 2024-07-09 9:46 David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-07-09 9:46 UTC (permalink / raw
To: gentoo-commits
commit: f737208bc145be5ca879a6a0dc8c8e256e909e21
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 9 09:24:04 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 9 09:24:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f737208b
app-doc/stdman: add 2024.07.05
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-doc/stdman/Manifest | 1 +
app-doc/stdman/stdman-2024.07.05.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 4f69c57e7..3719cc00b 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1 +1,2 @@
DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6
+DIST stdman-2024.07.05.tar.gz 4773622 BLAKE2B c6928decbe3ac3f3159717c0c5df31ddb5d04f8f147f84a880899843ecad64451b58e8887e08ad13ca6442618f23ece064e1d750fc9150f745839f066937a55e SHA512 10c84a66ff53c0a8961b20b0e5e3f42e27063ba9fa36b4fcd2315e68d081107f9cf3dac2aad0e148459ca96e60aa40daa2742422f5cdd8094aa6cec0f131493a
diff --git a/app-doc/stdman/stdman-2024.07.05.ebuild b/app-doc/stdman/stdman-2024.07.05.ebuild
new file mode 100644
index 000000000..632817fe3
--- /dev/null
+++ b/app-doc/stdman/stdman-2024.07.05.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
+HOMEPAGE="https://github.com/jeaye/stdman https://cppreference.com"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="CC-BY-SA-3.0 FDL-1.3 MIT"
+SLOT="0"
+
+src_prepare() {
+ default
+ # Avoid compressing files
+ sed -i '/gzip/d' do_install || die
+}
+
+src_compile() {
+ :
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
@ 2022-12-16 16:39 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-12-16 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 92e12625714ca7a6522cbe0df0ba82caff0dc869
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 16:38:13 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 16:38:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92e12625
app-doc/stdman: sync live, fix LICENSE and HOMEPAGE
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/stdman-2022.07.30.ebuild | 4 ++--
app-doc/stdman/stdman-9999.ebuild | 11 +++++------
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
+ :
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/stdman/
@ 2022-12-16 16:38 Florian Schmaus
2022-12-16 16:39 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
0 siblings, 1 reply; 8+ messages in thread
From: Florian Schmaus @ 2022-12-16 16:38 UTC (permalink / raw
To: gentoo-commits
commit: d79aee106046d699874b760d74f89d3bc3140a90
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 16:34:46 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 16:38:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d79aee10
app-doc/stdman: drop 2021.12.21
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/Manifest | 1 -
app-doc/stdman/stdman-2021.12.21.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 81c153437..4f69c57e7 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,2 +1 @@
-DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050
DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6
diff --git a/app-doc/stdman/stdman-2021.12.21.ebuild b/app-doc/stdman/stdman-2021.12.21.ebuild
deleted file mode 100644
index 925be0cbc..000000000
--- a/app-doc/stdman/stdman-2021.12.21.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Avoid compressing files
- sed -i '/gzip/d' do_install || die
-}
-
-src_compile() {
- :
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
2022-12-16 16:38 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
@ 2022-12-16 16:39 ` Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-12-16 16:39 UTC (permalink / raw
To: gentoo-commits
commit: d79aee106046d699874b760d74f89d3bc3140a90
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 16:34:46 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 16:38:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d79aee10
app-doc/stdman: drop 2021.12.21
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/Manifest | 1 -
app-doc/stdman/stdman-2021.12.21.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 81c153437..4f69c57e7 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,2 +1 @@
-DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050
DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6
diff --git a/app-doc/stdman/stdman-2021.12.21.ebuild b/app-doc/stdman/stdman-2021.12.21.ebuild
deleted file mode 100644
index 925be0cbc..000000000
--- a/app-doc/stdman/stdman-2021.12.21.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Avoid compressing files
- sed -i '/gzip/d' do_install || die
-}
-
-src_compile() {
- :
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
@ 2022-12-14 16:46 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-12-14 16:46 UTC (permalink / raw
To: gentoo-commits
commit: c944f07f80cea0945618eaacfc254559f09585a7
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:43:12 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:43:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c944f07f
app-doc/stdman: add github upstream metadata
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-doc/stdman/metadata.xml b/app-doc/stdman/metadata.xml
index 01c1fc848..c8cc9ee7f 100644
--- a/app-doc/stdman/metadata.xml
+++ b/app-doc/stdman/metadata.xml
@@ -5,4 +5,7 @@
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
+ <upstream>
+ <remote-id type='github'>jeaye/stdman</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/stdman/
@ 2022-12-14 16:43 Florian Schmaus
2022-12-14 16:46 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
0 siblings, 1 reply; 8+ messages in thread
From: Florian Schmaus @ 2022-12-14 16:43 UTC (permalink / raw
To: gentoo-commits
commit: e2452c6f6014f34073eaa6891592b6f17d4bf54c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:42:21 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:42:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2452c6f
app-doc/stdman: drop 2019.08.27, 2020.11.17
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/Manifest | 2 --
app-doc/stdman/stdman-2019.08.27.ebuild | 29 -----------------------------
app-doc/stdman/stdman-2020.11.17.ebuild | 29 -----------------------------
3 files changed, 60 deletions(-)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 2ec891b0b..81c153437 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,4 +1,2 @@
-DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821
-DIST stdman-2020.11.17.tar.gz 3392741 BLAKE2B b6cec71bf4d0c3640a083356a0a1380adfaba9df237d694cbbcac54fde4ea943234760a83246e1310e29f672cd923e666f348d4740df8f6f3d6c8e8fb3469f00 SHA512 54a01c7831c9ccb42c15eeb203fbdce7fd1c64e9b81951a8934d7a16c7ead176289ce6bdd916872910959d0fa995f5906d328ec51ea5f4a8d9ffaca855d372e5
DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050
DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6
diff --git a/app-doc/stdman/stdman-2019.08.27.ebuild b/app-doc/stdman/stdman-2019.08.27.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2019.08.27.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Avoid compressing files
- sed -i '/gzip/d' do_install || die
-}
-
-src_compile() {
- # don't need to compile anything
- true
-}
diff --git a/app-doc/stdman/stdman-2020.11.17.ebuild b/app-doc/stdman/stdman-2020.11.17.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2020.11.17.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Avoid compressing files
- sed -i '/gzip/d' do_install || die
-}
-
-src_compile() {
- # don't need to compile anything
- true
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
2022-12-14 16:43 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
@ 2022-12-14 16:46 ` Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-12-14 16:46 UTC (permalink / raw
To: gentoo-commits
commit: e2452c6f6014f34073eaa6891592b6f17d4bf54c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:42:21 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:42:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2452c6f
app-doc/stdman: drop 2019.08.27, 2020.11.17
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/Manifest | 2 --
app-doc/stdman/stdman-2019.08.27.ebuild | 29 -----------------------------
app-doc/stdman/stdman-2020.11.17.ebuild | 29 -----------------------------
3 files changed, 60 deletions(-)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 2ec891b0b..81c153437 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,4 +1,2 @@
-DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821
-DIST stdman-2020.11.17.tar.gz 3392741 BLAKE2B b6cec71bf4d0c3640a083356a0a1380adfaba9df237d694cbbcac54fde4ea943234760a83246e1310e29f672cd923e666f348d4740df8f6f3d6c8e8fb3469f00 SHA512 54a01c7831c9ccb42c15eeb203fbdce7fd1c64e9b81951a8934d7a16c7ead176289ce6bdd916872910959d0fa995f5906d328ec51ea5f4a8d9ffaca855d372e5
DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050
DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6
diff --git a/app-doc/stdman/stdman-2019.08.27.ebuild b/app-doc/stdman/stdman-2019.08.27.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2019.08.27.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Avoid compressing files
- sed -i '/gzip/d' do_install || die
-}
-
-src_compile() {
- # don't need to compile anything
- true
-}
diff --git a/app-doc/stdman/stdman-2020.11.17.ebuild b/app-doc/stdman/stdman-2020.11.17.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2020.11.17.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
-HOMEPAGE="https://github.com/jeaye/stdman"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Avoid compressing files
- sed -i '/gzip/d' do_install || die
-}
-
-src_compile() {
- # don't need to compile anything
- true
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
@ 2022-07-05 7:14 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-07-05 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 3fafa148e95a433a5a3ed1029209f5fafa92cf85
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 5 07:13:34 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jul 5 07:13:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fafa148
app-doc/stdman: add 2021.12.21
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/stdman/Manifest | 1 +
app-doc/stdman/stdman-2021.12.21.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 58e23117d..9a6a50d6e 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,2 +1,3 @@
DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821
DIST stdman-2020.11.17.tar.gz 3392741 BLAKE2B b6cec71bf4d0c3640a083356a0a1380adfaba9df237d694cbbcac54fde4ea943234760a83246e1310e29f672cd923e666f348d4740df8f6f3d6c8e8fb3469f00 SHA512 54a01c7831c9ccb42c15eeb203fbdce7fd1c64e9b81951a8934d7a16c7ead176289ce6bdd916872910959d0fa995f5906d328ec51ea5f4a8d9ffaca855d372e5
+DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050
diff --git a/app-doc/stdman/stdman-2021.12.21.ebuild b/app-doc/stdman/stdman-2021.12.21.ebuild
new file mode 100644
index 000000000..925be0cbc
--- /dev/null
+++ b/app-doc/stdman/stdman-2021.12.21.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
+HOMEPAGE="https://github.com/jeaye/stdman"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/jeaye/stdman.git"
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_prepare() {
+ default
+ # Avoid compressing files
+ sed -i '/gzip/d' do_install || die
+}
+
+src_compile() {
+ :
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-09 9:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 16:46 [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/ Florian Schmaus
2022-12-14 16:43 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-07-09 9:46 [gentoo-commits] repo/proj/guru:master " David Roman
2022-12-16 16:39 Florian Schmaus
2022-12-16 16:38 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2022-12-16 16:39 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-12-14 16:46 Florian Schmaus
2022-12-14 16:43 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2022-12-14 16:46 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-07-05 7:14 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox