summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 17:25:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 17:25:37 +0000
commitd36c2302e02ac2713686468391cefba9bda09433 (patch)
tree964d1407fa2cdfd52abe5a593b0d2d47c1390050 /app-misc/uptimed
parentamd64 stable wrt bug #214913 (diff)
downloadhistorical-d36c2302e02ac2713686468391cefba9bda09433.tar.gz
historical-d36c2302e02ac2713686468391cefba9bda09433.tar.bz2
historical-d36c2302e02ac2713686468391cefba9bda09433.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc/uptimed')
-rw-r--r--app-misc/uptimed/uptimed-0.3.11.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-misc/uptimed/uptimed-0.3.11.ebuild b/app-misc/uptimed/uptimed-0.3.11.ebuild
deleted file mode 100644
index 742d5554cd37..000000000000
--- a/app-misc/uptimed/uptimed-0.3.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/uptimed-0.3.11.ebuild,v 1.9 2007/05/16 15:46:01 armin76 Exp $
-
-inherit autotools
-
-DESCRIPTION="System uptime record daemon that keeps track of your highest uptimes"
-HOMEPAGE="http://podgorny.cz/uptimed/"
-SRC_URI="http://podgorny.cz/uptimed/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # respect DESTDIR
- sed -i -e 's|-d \(/var/spool.*\)$|-d $(DESTDIR)\1|' Makefile.am || \
- die "sed failed"
-
- eautoreconf
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- keepdir /var/spool/uptimed
- dodoc ChangeLog README TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/*
- doinitd "${FILESDIR}/uptimed" || die "failed to install init.d file"
-}
-
-pkg_postinst() {
- echo
- elog "Start uptimed with '/etc/init.d/uptimed start'"
- elog "To view your uptime records, use the command 'uprecords'."
- echo
-}