aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-12-14 17:42:21 +0100
committerFlorian Schmaus <flow@gentoo.org>2022-12-14 17:42:21 +0100
commite2452c6f6014f34073eaa6891592b6f17d4bf54c (patch)
treeb892425e3cee38b0ace71d9f7c94edc4fc296524 /app-doc
parentapp-doc/stdman: add 2022.07.30 (diff)
downloadguru-e2452c6f6014f34073eaa6891592b6f17d4bf54c.tar.gz
guru-e2452c6f6014f34073eaa6891592b6f17d4bf54c.tar.bz2
guru-e2452c6f6014f34073eaa6891592b6f17d4bf54c.zip
app-doc/stdman: drop 2019.08.27, 2020.11.17
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/stdman/Manifest2
-rw-r--r--app-doc/stdman/stdman-2019.08.27.ebuild29
-rw-r--r--app-doc/stdman/stdman-2020.11.17.ebuild29
3 files changed, 0 insertions, 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
-}