Portage is a package management system used by Gentoo Linux
# ChangeLog for app-doc/single-unix-specification
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/ChangeLog,v 1.6 2007/07/15 20:00:37 dirtyepic Exp $
15 Jul 2007; Ryan Hill
Take maintainership.
15 Jul 2007; Christian Heim
Assigning app-doc/single-unix-specification to m-needed, as beu is being
retired (#66608).
02 Jul 2007; Piotr Jaroszyński
single-unix-specification-3.ebuild:
(QA) RESTRICT clean up.
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
16 Sep 2005; Marcelo Goes
single-unix-specification-3.ebuild:
Regenerated digest for bug 106081. Thanks to Jan Gutter
*single-unix-specification-3 (02 May 2005)
02 May 2005; Mike Frysinger
Initial import. Ebuild submitted by me.
DIST susv3.tar.bz2 2212995 RMD160 53425932ff95a96cda6739d8ceb0f46167614822 SHA1 a1c87abeb88a94bd32b0df977c51f2e139acdb80 SHA256 f7760775114833d79869f08e97a001e61609710417e64c4be4e2e784616658a1
EBUILD single-unix-specification-3.ebuild 706 RMD160 5830c68c9725efafabbdad74558bc40da45a037d SHA1 4e795a89ec9f03f747fde9b7afa8f1ad98e42505 SHA256 0b9d3485ac510df51685bc1cb741ac61b276dbcfa587f95038e24df0f10a1afe
MISC ChangeLog 1034 RMD160 c413ca80429856bf1cac8cf769c32647d9b8c6fc SHA1 66ea5cf992970108f99a7037863c00decb35cd4b SHA256 a839cdd25a8039d37807ceb0c06022a72095ddb868ff25dc40d517554b9b6904
MISC metadata.xml 253 RMD160 b096274af87f9c103c75a962caafb7119d8806ce SHA1 12215f17ab0f6da7874825f25053cfd2a974a03b SHA256 360fc3b66d6f2c93018d2e4dc3bed95a8f078fd6097e15c2e42552fe4fa2bdc6
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/single-unix-specification-3.ebuild,v 1.3 2007/07/02 13:44:15 peper Exp $
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="as-is"
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"
}