updated dev-cpp/stdman

This commit is contained in:
Florian Schroegendorfer 2024-06-03 19:25:35 +02:00
parent 74b44a4043
commit f97630071d
Signed by: root
GPG Key ID: 17625E28D4D6E339
4 changed files with 8 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.swp

View File

@ -1 +1 @@
DIST 2018.03.11.tar.gz 3145850 BLAKE2B 6ba1893e76b1223d03cab9945050aafcb8d94b554e58269086d5af588ce6431b83ba530c2ee4451b2aa4bc89424fb6f57b27510e7d48a22ee54d3d9328e49d9c SHA512 597117d1b3b101dae9e3aa600751fac73dd43b565d007beb939be29c3e4bce5b4715bb24bdce93f2547dd77a04f648cde69054591b791b6543ac074d88975987
DIST stdman-2018.03.11.tar.gz 3145850 BLAKE2B 6ba1893e76b1223d03cab9945050aafcb8d94b554e58269086d5af588ce6431b83ba530c2ee4451b2aa4bc89424fb6f57b27510e7d48a22ee54d3d9328e49d9c SHA512 597117d1b3b101dae9e3aa600751fac73dd43b565d007beb939be29c3e4bce5b4715bb24bdce93f2547dd77a04f648cde69054591b791b6543ac074d88975987

View File

@ -5,7 +5,7 @@
<email>florian.schroegendorfer@phlo.at</email>
<name>Florian Schrögendorfer</name>
</maintainer>
<longdescription lang="en">
Automatically generate C++ man pages from cppreference.com
</longdescription>
<upstream>
<remote-id type="github">jeaye/stdman</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,11 +1,11 @@
# Copyright 2019 Gentoo Authors
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Automatically generate C++ man pages from cppreference.com"
HOMEPAGE="https://github.com/jeaye/stdman"
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz"
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"