mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
app-doc/stdman: rename app-text/stdman
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
2
app-doc/stdman/Manifest
Normal file
2
app-doc/stdman/Manifest
Normal file
@@ -0,0 +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
|
||||
8
app-doc/stdman/metadata.xml
Normal file
8
app-doc/stdman/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
29
app-doc/stdman/stdman-2019.08.27.ebuild
Normal file
29
app-doc/stdman/stdman-2019.08.27.ebuild
Normal file
@@ -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
|
||||
}
|
||||
29
app-doc/stdman/stdman-2020.11.17.ebuild
Normal file
29
app-doc/stdman/stdman-2020.11.17.ebuild
Normal file
@@ -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
|
||||
}
|
||||
29
app-doc/stdman/stdman-9999.ebuild
Normal file
29
app-doc/stdman/stdman-9999.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user