diff options
author | 2001-06-01 14:00:14 +0000 | |
---|---|---|
committer | 2001-06-01 14:00:14 +0000 | |
commit | 357a1b39d2aa6d172a908d805edab80d716fb7ee (patch) | |
tree | 0a62bacc29615a8ea4c7e1c1e17ca85df2cb0c66 /app-doc/afsdoc | |
parent | new TODO comments (extensive) (diff) | |
download | gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.gz gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.bz2 gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.zip |
*** empty log message ***
Diffstat (limited to 'app-doc/afsdoc')
-rw-r--r-- | app-doc/afsdoc/afsdoc-3.6-r1.ebuild | 26 | ||||
-rw-r--r-- | app-doc/afsdoc/files/digest-afsdoc-3.6-r1 | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild new file mode 100644 index 000000000000..a6836c96c762 --- /dev/null +++ b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Holger Brueckner <darks@fet.org> + +S=${WORKDIR}/${P} +DESCRIPTION="The AFS 3 distributed file system targets the issues critical to +distributed computing environments. AFS performs exceptionally well, +both within small, local work groups of machines and across wide-area +configurations in support of large, collaborative efforts. AFS provides +an architecture geared towards system management, along with the tools +to perform important management tasks. For a user, AFS is a familiar yet +extensive UNIX environment for accessing files easily and quickly." + +SRC_URI="http://www.openafs.org/dl/openafs/1.0.3/afs-3.6-doc.tar.gz" +HOMEPAGE="http://www.openafs.org/" + +src_unpack() { + echo +} + +src_install () { + dodir /usr/share/doc/${PF} + tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc/${PF} + prepalldocs +} + diff --git a/app-doc/afsdoc/files/digest-afsdoc-3.6-r1 b/app-doc/afsdoc/files/digest-afsdoc-3.6-r1 new file mode 100644 index 000000000000..b7141d204966 --- /dev/null +++ b/app-doc/afsdoc/files/digest-afsdoc-3.6-r1 @@ -0,0 +1 @@ +MD5 524fda5be5b0506bb0b96e1e5574e0ba afs-3.6-doc.tar.gz |