diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-07-24 23:05:01 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-07-24 23:05:01 +0000 |
commit | ded238795380483339db633446ff897eb915074f (patch) | |
tree | 89c5bef53ad64ace9d12f87be6670ab158dd08a8 /app-admin/tmpwatch | |
parent | Version bump (fixes bug #153462). Removed old ebuild. (diff) | |
download | gentoo-2-ded238795380483339db633446ff897eb915074f.tar.gz gentoo-2-ded238795380483339db633446ff897eb915074f.tar.bz2 gentoo-2-ded238795380483339db633446ff897eb915074f.zip |
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-admin/tmpwatch')
-rw-r--r-- | app-admin/tmpwatch/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.9.12.2.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/app-admin/tmpwatch/ChangeLog b/app-admin/tmpwatch/ChangeLog index 1472461136d1..6641464362a0 100644 --- a/app-admin/tmpwatch/ChangeLog +++ b/app-admin/tmpwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/tmpwatch # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.77 2008/07/24 15:50:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.78 2008/07/24 23:05:01 opfer Exp $ + + 24 Jul 2008; Christian Faulhammer <opfer@gentoo.org> + -tmpwatch-2.9.12.2.ebuild: + clean up 24 Jul 2008; Raúl Porcel <armin76@gentoo.org> tmpwatch-2.9.13.2.ebuild: alpha/ia64 stable wrt #232153 diff --git a/app-admin/tmpwatch/tmpwatch-2.9.12.2.ebuild b/app-admin/tmpwatch/tmpwatch-2.9.12.2.ebuild deleted file mode 100644 index d83baa4f131e..000000000000 --- a/app-admin/tmpwatch/tmpwatch-2.9.12.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.12.2.ebuild,v 1.7 2008/03/01 14:02:58 angelos Exp $ - -inherit rpm versionator - -RPM_P="${PN}-$(replace_version_separator 3 '-')" -MY_P="${RPM_P%-*}" - -DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" -HOMEPAGE="http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/" -SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/${RPM_P}.src.rpm" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - rpm_src_unpack - - cd "${S}" - sed -i -e "s:..RPM_OPT_FLAGS.:${CFLAGS}:" \ - -e "s:^CVS:#CVS:g" Makefile \ - || die "sed Makefile failed" - sed -i 's|/sbin/fuser|/bin/fuser|' tmpwatch.c \ - || die "sed tmpwatch.c failed" - sed -i 's|/sbin|/bin|' tmpwatch.8 || die "sed tmpwatch.8 failed" -} - -src_install() { - dosbin tmpwatch || die "dosbin failed" - doman tmpwatch.8 || die "doman failed" - - exeinto /etc/cron.daily - newexe "${FILESDIR}/${PN}.cron" "${PN}" || die 'failed to install cron' -} |