summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 03:21:25 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 03:21:25 +0000
commitef728bf56ec2f69744a18103c2b3370d30eaf1b5 (patch)
treeaabcaf1c148af51ee8fbc44b3a8358c623487d3d /sys-apps/tmpreaper
parentlintool fixes for #9258 (diff)
downloadhistorical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.tar.gz
historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.tar.bz2
historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/tmpreaper')
-rw-r--r--sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild24
1 files changed, 10 insertions, 14 deletions
diff --git a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild b/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
index f68d8442b986..c811251bfe77 100644
--- a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
+++ b/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild,v 1.11 2002/10/04 06:31:31 vapier Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild,v 1.12 2002/10/19 03:21:25 vapier Exp $
MYP="tmpreaper_1.4.12"
S=${WORKDIR}/${P}
@@ -14,20 +13,17 @@ SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
src_compile() {
-
- try make CFLAGS="${CFLAGS}" all
-
+ make CFLAGS="${CFLAGS}" all || die
}
-src_install () {
-
- dosbin tmpreaper
- doman tmpreaper.8
- dodoc ChangeLog
- #added debian/* files for people who want cron.daily and related files.
- cd debian
- dodoc changelog conffiles copyright cron.daily dirs
-
+src_install() {
+ dosbin tmpreaper
+ doman tmpreaper.8
+ dodoc ChangeLog
+ #added debian/* files for people who want cron.daily and related files.
+ cd debian
+ dodoc changelog conffiles copyright cron.daily dirs
}