diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-03-30 23:16:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-03-30 23:16:41 +0000 |
commit | b73dfe1a86848a4270ea23922931bd4b4f82cee1 (patch) | |
tree | 0199bf2faddddc40e97eb801f5a1db25bc0d7eb0 /app-admin | |
parent | initial commit, ebuild taken from Mark Lee's Bazaar overlay (diff) | |
download | gentoo-2-b73dfe1a86848a4270ea23922931bd4b4f82cee1.tar.gz gentoo-2-b73dfe1a86848a4270ea23922931bd4b4f82cee1.tar.bz2 gentoo-2-b73dfe1a86848a4270ea23922931bd4b4f82cee1.zip |
version bump
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/tmpwatch/ChangeLog | 10 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.10.1.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app-admin/tmpwatch/ChangeLog b/app-admin/tmpwatch/ChangeLog index 6cd4b7198658..7e34eae54b32 100644 --- a/app-admin/tmpwatch/ChangeLog +++ b/app-admin/tmpwatch/ChangeLog @@ -1,6 +1,12 @@ # 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.91 2009/12/29 00:25:18 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.92 2010/03/30 23:16:41 fauli Exp $ + +*tmpwatch-2.10.1 (30 Mar 2010) + + 30 Mar 2010; Christian Faulhammer <fauli@gentoo.org> + +tmpwatch-2.10.1.ebuild: + version bump 29 Dec 2009; Christian Faulhammer <fauli@gentoo.org> +tmpwatch-2.9.17.ebuild: 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 +} |