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() { - : -}
