app-text/stdman: add 2019.08.27 version

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2020-11-15 02:05:13 +01:00
parent 4704c6ca29
commit 4831398183
3 changed files with 33 additions and 0 deletions

1
app-text/stdman/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit eutils
DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
HOMEPAGE="https://github.com/jeaye/stdman"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND=""
PATCHES=( "${FILESDIR}/${PN}-dont-compress-files.patch" )
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/jeaye/stdman"
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
src_compile() {
# don't need to compile anything
true
}

View File

@@ -19,6 +19,8 @@ PATCHES=( "${FILESDIR}/${PN}-dont-compress-files.patch" )
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/jeaye/stdman"
else
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
src_compile() {