diff options
Diffstat (limited to 'sys-apps/daemontools/daemontools-0.70-r1.ebuild')
-rw-r--r-- | sys-apps/daemontools/daemontools-0.70-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-apps/daemontools/daemontools-0.70-r1.ebuild b/sys-apps/daemontools/daemontools-0.70-r1.ebuild deleted file mode 100644 index bd7acf13c604..000000000000 --- a/sys-apps/daemontools/daemontools-0.70-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/daemontools-0.70-r1.ebuild,v 1.6 2002/08/01 11:59:04 seemant Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="Collection of tools for managing UNIX services" -SRC_URI="http://cr.yp.to/daemontools/${P}.tar.gz" -HOMEPAGE="http://cr.yp.to/daemontools.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="Freeware" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - - cd ${S} - patch -p1 < ${FILESDIR}/${P}-tai64nlocal-gentoo.diff - echo "gcc ${CFLAGS}" > conf-cc - echo "gcc" > conf-ld - echo "${D}/usr" > conf-home - -} - -src_compile() { - - try pmake -} - -src_install() { - - dodir /usr - try ./install - - dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION - -} - - - |