diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-08-16 11:47:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-08-16 11:47:33 +0000 |
commit | e4caceac09cbb2a230d5578aa7eca095118b3a39 (patch) | |
tree | 41d7e33ac2b4cffb578e3df70c71f50842e8e83b /app-admin/tmpwatch/tmpwatch-2.10.3.ebuild | |
parent | 0.8.14 version bump. (diff) | |
download | historical-e4caceac09cbb2a230d5578aa7eca095118b3a39.tar.gz historical-e4caceac09cbb2a230d5578aa7eca095118b3a39.tar.bz2 historical-e4caceac09cbb2a230d5578aa7eca095118b3a39.zip |
Version bump for bug 377581 by sping
Package-Manager: portage-2.1.10.3/cvs/Linux i686
Diffstat (limited to 'app-admin/tmpwatch/tmpwatch-2.10.3.ebuild')
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.10.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild b/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild new file mode 100644 index 000000000000..dbdd6c38e9b1 --- /dev/null +++ b/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild,v 1.1 2011/08/16 11:47:32 fauli 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_install() { + dosbin tmpwatch || die + doman tmpwatch.8 || die + dodoc ChangeLog NEWS README AUTHORS || die + + exeinto /etc/cron.daily + newexe "${FILESDIR}/${PN}.cron" "${PN}" || die +} |