logo

overlay

My (experimental) gentoo overlay
commit: 4e97e3f3e629706406a1c2ec73359f09863041fb
parent: 3cccc297f64610da5f6c36b3453c49af6c5a5ca6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 24 Oct 2018 02:50:22 +0200

app-doc/single-unix-specification: Bump to 2018 edition, copied from ::gentoo

Diffstat:

Aapp-doc/single-unix-specification/metadata.xml8++++++++
Aapp-doc/single-unix-specification/single-unix-specification-4_p3.ebuild23+++++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/app-doc/single-unix-specification/metadata.xml b/app-doc/single-unix-specification/metadata.xml @@ -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>contact@hacktivis.me</email> + <name>Haelwenn (lanodan) Monnier</name> +</maintainer> +</pkgmetadata> diff --git a/app-doc/single-unix-specification/single-unix-specification-4_p3.ebuild b/app-doc/single-unix-specification/single-unix-specification-4_p3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="The Single UNIX Specification, Version 4, 2018 Edition" +HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101 http://pubs.opengroup.org/onlinepubs/9699919799/" +SRC_URI="http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4-2018.tgz" + +LICENSE="sus4-copyright" +SLOT="4" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" +IUSE="" +RESTRICT="mirror" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/susv4-2018" + +src_install() { + dodoc -r * +}