diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-doc/single-unix-specification | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-doc/single-unix-specification')
4 files changed, 51 insertions, 0 deletions
diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest new file mode 100644 index 000000000000..e0b14036be6a --- /dev/null +++ b/app-doc/single-unix-specification/Manifest @@ -0,0 +1,2 @@ +DIST susv3.tar.bz2 2212995 SHA256 f7760775114833d79869f08e97a001e61609710417e64c4be4e2e784616658a1 SHA512 b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40 WHIRLPOOL 00173ff6a59e7b215f73b12a2c62b55f8655ce1564084323d8882870df050a6faa748ca7b874ee0957a9aced79c6c20f25e1627fb7b353c963a068cf84191315 +DIST susv4.tar.bz2 2983431 SHA256 315657e697618f759c1e43934c08e5887b29dc7f1f75dd2aa49738efd7ac10bb SHA512 7fd005c25b97d6fd864436c6537f347edfa4ab215114296f2d2ba58aee1552502601b778dec7eb0e8baeea417929cfd72b3b9727237106125326e32a424cf575 WHIRLPOOL b57143d06c19c74996aa59b0da305e6ef0088a2237226777551c982e7f48091878a50476393fb4330e1f51f5a6ef55229940497e70f3a50acdf2efeee2a24803 diff --git a/app-doc/single-unix-specification/metadata.xml b/app-doc/single-unix-specification/metadata.xml new file mode 100644 index 000000000000..9b52710817dd --- /dev/null +++ b/app-doc/single-unix-specification/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-doc</herd> +</pkgmetadata> diff --git a/app-doc/single-unix-specification/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild new file mode 100644 index 000000000000..1b012cff6828 --- /dev/null +++ b/app-doc/single-unix-specification/single-unix-specification-3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition (8 Volumes)" +HOMEPAGE="http://www.opengroup.org/bookstore/catalog/t041.htm" +SRC_URI="http://www.opengroup.org/onlinepubs/009695399/download/susv3.tar.bz2" + +LICENSE="sus3-copyright" +SLOT="3" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="" + +S="${WORKDIR}/susv3" + +src_install() { + insinto /usr/share/doc/${PF}/html + doins -r * || die "doins" +} diff --git a/app-doc/single-unix-specification/single-unix-specification-4-r1.ebuild b/app-doc/single-unix-specification/single-unix-specification-4-r1.ebuild new file mode 100644 index 000000000000..9dd5513d468d --- /dev/null +++ b/app-doc/single-unix-specification/single-unix-specification-4-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="The Single UNIX Specification, Version 4, 2008 Edition (8 Volumes)" +HOMEPAGE="http://www.opengroup.org/bookstore/catalog/c082.htm" +SRC_URI="http://www.opengroup.org/onlinepubs/9699919799/download/susv4.tar.bz2" + +LICENSE="sus4-copyright" +SLOT="4" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos" +IUSE="" + +S=${WORKDIR}/susv4 + +src_install() { + dohtml -r * || die "dohtml" +} + +pkg_postinst() { + elog "Open /usr/share/doc/${PF}/html/index.html in a browser to access these docs." +} |