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/daemontools-man | |
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/daemontools-man')
-rw-r--r-- | app-doc/daemontools-man/daemontools-man-20020131.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-doc/daemontools-man/daemontools-man-20020131.ebuild b/app-doc/daemontools-man/daemontools-man-20020131.ebuild index 6cd484ddfdac..a1740c3e5cbd 100644 --- a/app-doc/daemontools-man/daemontools-man-20020131.ebuild +++ b/app-doc/daemontools-man/daemontools-man-20020131.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/daemontools-man/daemontools-man-20020131.ebuild,v 1.3 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/daemontools-man/daemontools-man-20020131.ebuild,v 1.4 2002/08/01 14:02:43 seemant Exp $ S=${WORKDIR}/${PN} - DESCRIPTION="Man pages for daemontools" SRC_URI="http://smarden.org/pape/djb/manpages/daemontools-0.76-man-20020131.tar.gz" HOMEPAGE="http://smarden.org/pape/djb/manpages/" -src_install () { +SLOT="0" +LICENSE="public-domain" +KEYWORDS="x86 ppc sparc sparc64" +src_install () { dodoc README doman *.8 - } |