summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/daemontools-man/daemontools-man-20020131.ebuild')
-rw-r--r--app-doc/daemontools-man/daemontools-man-20020131.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-doc/daemontools-man/daemontools-man-20020131.ebuild b/app-doc/daemontools-man/daemontools-man-20020131.ebuild
deleted file mode 100644
index d3c579ccef6a..000000000000
--- a/app-doc/daemontools-man/daemontools-man-20020131.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# 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.19 2009/03/18 17:49:34 ricmm Exp $
-
-DESCRIPTION="Man pages for daemontools"
-HOMEPAGE="http://smarden.org/pape/djb/manpages/"
-SRC_URI="http://smarden.org/pape/djb/manpages/daemontools-0.76-man-20020131.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="app-arch/tar app-arch/gzip"
-RDEPEND="sys-apps/man"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- dodoc README
- doman *.8
-}