commit: db373ab5f39942c7c849d3eb35750e2c84a163f3 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Mon Dec 21 09:34:11 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Dec 21 09:46:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db373ab5
app-text/stdman: bump to 2020.11.17 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans <AT> posteo.de> app-text/stdman/Manifest | 1 + app-text/stdman/stdman-2020.11.17.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/app-text/stdman/Manifest b/app-text/stdman/Manifest index d7e6acf0..58e23117 100644 --- a/app-text/stdman/Manifest +++ b/app-text/stdman/Manifest @@ -1 +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 diff --git a/app-text/stdman/stdman-2020.11.17.ebuild b/app-text/stdman/stdman-2020.11.17.ebuild new file mode 100644 index 00000000..0813d588 --- /dev/null +++ b/app-text/stdman/stdman-2020.11.17.ebuild @@ -0,0 +1,29 @@ +# 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 +}
