diff options
Diffstat (limited to 'app-misc/uptimed/uptimed-0.3.0.ebuild')
-rw-r--r-- | app-misc/uptimed/uptimed-0.3.0.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/uptimed/uptimed-0.3.0.ebuild b/app-misc/uptimed/uptimed-0.3.0.ebuild deleted file mode 100644 index 5301a00a2d82..000000000000 --- a/app-misc/uptimed/uptimed-0.3.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/uptimed-0.3.0.ebuild,v 1.1 2003/06/17 12:03:37 johnm Exp $ - -DESCRIPTION="Standard informational utilities and process-handling tools" -SRC_URI="mirror://sourceforge/uptimed/${P}.tar.bz2" -HOMEPAGE="http://unixcode.org/uptimed/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -src_compile() { - cp ${S}/Makefile.am ${S}/Makefile.am.t - cp ${S}/Makefile.in ${S}/Makefile.in.t - - sed "s:-d /var/:-d ${D}/var/:g" ${S}/Makefile.am.t > ${S}/Makefile.am - sed "s:-d /var/:-d ${D}/var/:g" ${S}/Makefile.in.t > ${S}/Makefile.in - - econf - emake || die -} - -src_install() { - dodir /usr/bin - dodir /usr/sbin - dodir /var/spool/uptimed - - make DESTDIR=${D} install || die - - dodoc README NEWS TODO AUTHORS COPYING CREDITS - exeinto /etc/init.d ; newexe ${FILESDIR}/uptimed uptimed -} - -pkg_postinst() { - einfo "To start uptimed, you must enable the /etc/init.d/uptimed rc file" - einfo "You may start uptimed now with:" - einfo "/etc/init.d/uptimed start" - einfo "To view your uptimes, use the command 'uprecords'." -} |