summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-03-30 23:16:41 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-03-30 23:16:41 +0000
commitc52c2d6b6e1ccc5baa9ee9be2b9bfbba013f357d (patch)
tree4634d497459f3e428e03dc8eef0d4590bb19d616 /app-admin/tmpwatch/tmpwatch-2.10.1.ebuild
parentinitial commit, ebuild taken from Mark Lee's Bazaar overlay (diff)
downloadhistorical-c52c2d6b6e1ccc5baa9ee9be2b9bfbba013f357d.tar.gz
historical-c52c2d6b6e1ccc5baa9ee9be2b9bfbba013f357d.tar.bz2
historical-c52c2d6b6e1ccc5baa9ee9be2b9bfbba013f357d.zip
version bump
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'app-admin/tmpwatch/tmpwatch-2.10.1.ebuild')
-rw-r--r--app-admin/tmpwatch/tmpwatch-2.10.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild b/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild
new file mode 100644
index 000000000000..f8c56d5af4f3
--- /dev/null
+++ b/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild,v 1.1 2010/03/30 23:16:41 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
+}