diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-11-09 19:45:17 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-11-09 19:45:17 +0000 |
commit | bb7925ce58b972d5d3a5f18e9f9d2df2acd2a2e8 (patch) | |
tree | 4ecfa167868ea9e82d9fa1a605eb09a004eec9ae /app-admin/tmpwatch | |
parent | Marked ~hppa (bug #280312). (diff) | |
download | gentoo-2-bb7925ce58b972d5d3a5f18e9f9d2df2acd2a2e8.tar.gz gentoo-2-bb7925ce58b972d5d3a5f18e9f9d2df2acd2a2e8.tar.bz2 gentoo-2-bb7925ce58b972d5d3a5f18e9f9d2df2acd2a2e8.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-admin/tmpwatch')
-rw-r--r-- | app-admin/tmpwatch/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.9.14.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/app-admin/tmpwatch/ChangeLog b/app-admin/tmpwatch/ChangeLog index 0c8740b5b0f1..93ef25cb70f4 100644 --- a/app-admin/tmpwatch/ChangeLog +++ b/app-admin/tmpwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/tmpwatch # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.86 2009/10/31 14:40:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.87 2009/11/09 19:45:17 fauli Exp $ + + 09 Nov 2009; Christian Faulhammer <fauli@gentoo.org> + -tmpwatch-2.9.14.ebuild: + clean up 31 Oct 2009; Brent Baude <ranger@gentoo.org> tmpwatch-2.9.15.ebuild: Marking tmpwatch-2.9.15 ppc64 for bug 281353 diff --git a/app-admin/tmpwatch/tmpwatch-2.9.14.ebuild b/app-admin/tmpwatch/tmpwatch-2.9.14.ebuild deleted file mode 100644 index 2cb83ee8ca43..000000000000 --- a/app-admin/tmpwatch/tmpwatch-2.9.14.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.14.ebuild,v 1.1 2009/04/26 20:05:42 patrick Exp $ - -DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" -HOMEPAGE="https://fedorahosted.org/tmpwatch/" -SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -src_unpack() { - unpack ${A} - 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' -} |