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/linuxfromscratch-html | |
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/linuxfromscratch-html')
-rw-r--r-- | app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild b/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild index aa52b48430e6..9a641829e0fe 100644 --- a/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild +++ b/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild @@ -1,6 +1,6 @@ # 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/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild,v 1.3 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild,v 1.4 2002/08/01 14:02:43 seemant Exp $ MY_P="LFS-BOOK-${PV}-HTML" S=${WORKDIR}/${MY_P} @@ -13,6 +13,10 @@ http://ftp.nl.linuxfromscratch.org/linux/lfs/lfs-books/${PV}/${MY_P}.tar.bz2" HOMEPAGE="http://www.linuxfromscratch.org" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ppc sparc sparc64" + src_install () { dodir /usr/share/doc/linuxfromscratch-html-${PV} cd ${S} |