diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-16 23:12:09 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-16 23:12:09 +0000 |
commit | 9b8058d271f22ca7f444bd2903e983c9f2194b21 (patch) | |
tree | e958039efde35015a28f73cfd6f81690b586e01f | |
parent | Converted to UTF-8, fixed encoding screwups (diff) | |
download | gentoo-2-9b8058d271f22ca7f444bd2903e983c9f2194b21.tar.gz gentoo-2-9b8058d271f22ca7f444bd2903e983c9f2194b21.tar.bz2 gentoo-2-9b8058d271f22ca7f444bd2903e983c9f2194b21.zip |
bug 106081
(Portage version: 2.0.51.22-r2)
5 files changed, 20 insertions, 6 deletions
diff --git a/app-doc/single-unix-specification/ChangeLog b/app-doc/single-unix-specification/ChangeLog index f634388fbc6d..c6366a56b844 100644 --- a/app-doc/single-unix-specification/ChangeLog +++ b/app-doc/single-unix-specification/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-doc/single-unix-specification # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/ChangeLog,v 1.1 2005/05/02 04:45:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/ChangeLog,v 1.2 2005/09/16 23:12:09 vanquirius Exp $ + + 16 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> +metadata.xml, + single-unix-specification-3.ebuild: + Regenerated digest for bug 106081. Thanks to Jan Gutter <gentoo at jangutter + dot com>. *single-unix-specification-3 (02 May 2005) diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest index be39d7c01d74..34fdb6ed9c70 100644 --- a/app-doc/single-unix-specification/Manifest +++ b/app-doc/single-unix-specification/Manifest @@ -1,3 +1,3 @@ -MD5 c647d0f401e8c85d16fe45d902f0e5b6 single-unix-specification-3.ebuild 707 +MD5 3d0e93bab712f9a013cfb83e65d38ee6 single-unix-specification-3.ebuild 709 MD5 937f3d56f27340a1c685cf94990d92db ChangeLog 378 -MD5 3ae17ded45bb56e47630c89d4e114b42 files/digest-single-unix-specification-3 59 +MD5 452386a68156307424eb650d092257c1 files/digest-single-unix-specification-3 59 diff --git a/app-doc/single-unix-specification/files/digest-single-unix-specification-3 b/app-doc/single-unix-specification/files/digest-single-unix-specification-3 index 94dacbc3aca4..04d63ee40078 100644 --- a/app-doc/single-unix-specification/files/digest-single-unix-specification-3 +++ b/app-doc/single-unix-specification/files/digest-single-unix-specification-3 @@ -1 +1 @@ -MD5 362fad0dc08221a2336c48609d8e082b susv3.tar.bz2 2213490 +MD5 c98f34db6923a463ccb0830338ac4b8c susv3.tar.bz2 2212995 diff --git a/app-doc/single-unix-specification/metadata.xml b/app-doc/single-unix-specification/metadata.xml new file mode 100644 index 000000000000..d8b96be3c5cd --- /dev/null +++ b/app-doc/single-unix-specification/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>bug-wranglers@gentoo.org</email> + <description>This package lacks a primary herd or maintainer.</description> + </maintainer> +</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 index a9aed3517f49..58ad1451f992 100644 --- a/app-doc/single-unix-specification/single-unix-specification-3.ebuild +++ b/app-doc/single-unix-specification/single-unix-specification-3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1 2005/05/02 04:45:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/single-unix-specification-3.ebuild,v 1.2 2005/09/16 23:12:09 vanquirius Exp $ DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition (8 Volumes)" HOMEPAGE="http://www.opengroup.org/bookstore/catalog/t041.htm" @@ -14,7 +14,7 @@ RESTRICT="nomirror" DEPEND="" -S=${WORKDIR}/susv3 +S="${WORKDIR}/susv3" src_install() { insinto /usr/share/doc/${PF}/html |