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 | 93dedaf7505e1ba09e04343fe96f8803e5bb3bfe (patch) | |
tree | 8bf5e1e184cd8d32a5057d800548565f318964bb /app-doc/linuxfromscratch-text | |
parent | open publication license added (diff) | |
download | gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.gz gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.bz2 gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.zip |
repoman'd
Diffstat (limited to 'app-doc/linuxfromscratch-text')
-rw-r--r-- | app-doc/linuxfromscratch-text/linuxfromscratch-text-3.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-doc/linuxfromscratch-text/linuxfromscratch-text-3.3.ebuild b/app-doc/linuxfromscratch-text/linuxfromscratch-text-3.3.ebuild index 6ee36fdd1102..5dffc2784ed3 100644 --- a/app-doc/linuxfromscratch-text/linuxfromscratch-text-3.3.ebuild +++ b/app-doc/linuxfromscratch-text/linuxfromscratch-text-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-text/linuxfromscratch-text-3.3.ebuild,v 1.3 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-text/linuxfromscratch-text-3.3.ebuild,v 1.4 2002/08/01 14:02:43 seemant Exp $ MY_P="LFS-BOOK-${PV}" S="${WORKDIR}/${MY_P}" @@ -14,6 +14,10 @@ http://ftp.nl.linuxfromscratch.org/linux/lfs/lfs-books/${PV}/${MY_P}.txt.bz2" HOMEPAGE="http://www.linuxfromscratch.org" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + src_unpack () { mkdir ${S} ; cd ${S} cp ${DISTDIR}/${A} . |