diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2004-03-27 14:10:22 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2004-03-27 14:10:22 +0000 |
commit | 36e44f8b77a91a52881a7fba8e556e73908f0e22 (patch) | |
tree | eb3ffd68c8fb0c0fdd2dab9fcc7d9dda9eb1975c /app-doc/djbdns-man/djbdns-man-20031023.ebuild | |
parent | Marked stable on hppa. (diff) | |
download | historical-36e44f8b77a91a52881a7fba8e556e73908f0e22.tar.gz historical-36e44f8b77a91a52881a7fba8e556e73908f0e22.tar.bz2 historical-36e44f8b77a91a52881a7fba8e556e73908f0e22.zip |
version bump
Diffstat (limited to 'app-doc/djbdns-man/djbdns-man-20031023.ebuild')
-rw-r--r-- | app-doc/djbdns-man/djbdns-man-20031023.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/djbdns-man/djbdns-man-20031023.ebuild b/app-doc/djbdns-man/djbdns-man-20031023.ebuild new file mode 100644 index 000000000000..78cdba711013 --- /dev/null +++ b/app-doc/djbdns-man/djbdns-man-20031023.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/djbdns-man/djbdns-man-20031023.ebuild,v 1.1 2004/03/27 14:10:22 jhhudso Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Man pages for djbdns" +SRC_URI="http://smarden.org/pape/djb/manpages/djbdns-1.05-man-${PV}.tar.gz" +HOMEPAGE="http://smarden.org/pape/djb/manpages/" + +SLOT="0" +LICENSE="public-domain" +KEYWORDS="x86 ppc sparc" + +DEPEND="app-arch/tar app-arch/gzip" +RDEPEND="sys-apps/man" + +src_install() { + dodoc README + + doman *.8 *.5 *.1 +} |