diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
commit | 470dc23b8b9d185004052367de2c6a7e0c1bbba9 (patch) | |
tree | bb27bf40001c3c52ad778e50b7ee4a390238e724 /app-doc/afsdoc | |
parent | open publication license added (diff) | |
download | historical-470dc23b8b9d185004052367de2c6a7e0c1bbba9.tar.gz historical-470dc23b8b9d185004052367de2c6a7e0c1bbba9.tar.bz2 historical-470dc23b8b9d185004052367de2c6a7e0c1bbba9.zip |
repoman'd
Diffstat (limited to 'app-doc/afsdoc')
-rw-r--r-- | app-doc/afsdoc/afsdoc-3.6-r1.ebuild | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild index cf8cdce91c1c..6c81e047395d 100644 --- a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild +++ b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild @@ -1,31 +1,29 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-doc/afsdoc/afsdoc-3.6-r1.ebuild,v 1.6 2002/08/01 11:58:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/afsdoc/afsdoc-3.6-r1.ebuild,v 1.7 2002/08/01 14:02:43 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="The AFS 3 distributed file system targets the issues critical to +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 -} +SLOT="0" +LICENSE="IPL-1" +KEYWORDS="x86 ppc sparc sparc64" src_install () { - dodir /usr/share/doc - tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc - cd ${D}/usr/share/doc - mv afs-3.6-doc ${PF} - cd ${PF} - mv PDF print - prepalldocs + dodir /usr/share/doc + tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc + cd ${D}/usr/share/doc + mv afs-3.6-doc ${PF} + cd ${PF} + mv PDF print + prepalldocs } - |