summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 01:29:24 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 01:29:24 +0000
commit41be56e1f293dd2986bf69794d4512294d6e8fcd (patch)
tree5d164576f411392b8b3bbe57947a8839ec5f2eb1 /app-admin
parentRemoving hawking as a maintainer since he was retired. (diff)
downloadgentoo-2-41be56e1f293dd2986bf69794d4512294d6e8fcd.tar.gz
gentoo-2-41be56e1f293dd2986bf69794d4512294d6e8fcd.tar.bz2
gentoo-2-41be56e1f293dd2986bf69794d4512294d6e8fcd.zip
Removing hawking as a maintainer since he was retired.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/tmpreaper/ChangeLog8
-rw-r--r--app-admin/tmpreaper/metadata.xml38
-rw-r--r--app-admin/tmpreaper/tmpreaper-1.6.7.ebuild5
-rw-r--r--app-admin/tmpreaper/tmpreaper-1.6.9-r1.ebuild5
-rw-r--r--app-admin/tmpreaper/tmpreaper-1.6.9.ebuild5
5 files changed, 33 insertions, 28 deletions
diff --git a/app-admin/tmpreaper/ChangeLog b/app-admin/tmpreaper/ChangeLog
index 20b3b3bc9a5f..303f2d6c73d0 100644
--- a/app-admin/tmpreaper/ChangeLog
+++ b/app-admin/tmpreaper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/tmpreaper
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/ChangeLog,v 1.21 2008/06/30 13:33:31 hawking Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/ChangeLog,v 1.22 2009/03/22 01:29:24 jmbsvicetto Exp $
+
+ 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ metadata.xml:
+ Removing hawking as a maintainer since he was retired.
*tmpreaper-1.6.9-r1 (30 Jun 2008)
diff --git a/app-admin/tmpreaper/metadata.xml b/app-admin/tmpreaper/metadata.xml
index ef8e6e102193..57739b3dd879 100644
--- a/app-admin/tmpreaper/metadata.xml
+++ b/app-admin/tmpreaper/metadata.xml
@@ -1,26 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>hawking@gentoo.org</email>
- <name>Ali Polatel</name>
- </maintainer>
- <longdescription lang="en">
- tmpreaper is a program that can be used to clean out temporary-file
- directories. It recursively searches the directory, refusing to chdir()
- across symlinks, and removes files that haven't been accessed in a
- user-specified amount of time. You can specify a set of files to protect
- from deletion with a shell pattern. It will not remove files owned by the
- process EUID that have the `w' bit clear, unless you ask it to, much like
- `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special
- files unless given a command line option enabling it to.
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ tmpreaper is a program that can be used to clean out temporary-file
+ directories. It recursively searches the directory, refusing to chdir()
+ across symlinks, and removes files that haven't been accessed in a
+ user-specified amount of time. You can specify a set of files to protect
+ from deletion with a shell pattern. It will not remove files owned by the
+ process EUID that have the `w' bit clear, unless you ask it to, much like
+ `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special
+ files unless given a command line option enabling it to.
- WARNING: Please do not run `tmpreaper' on `/'. There are no protections
- against this written into the program, as that would prevent it from
- functioning the way you'd expect it to in a `chroot(8)' environment.
+ WARNING: Please do not run `tmpreaper' on `/'. There are no protections
+ against this written into the program, as that would prevent it from
+ functioning the way you'd expect it to in a `chroot(8)' environment.
- The daily tmpreaper run can be configured through /etc/tmpreaper.conf .
- </longdescription>
+ The daily tmpreaper run can be configured through /etc/tmpreaper.conf .
+ </longdescription>
</pkgmetadata>
-
diff --git a/app-admin/tmpreaper/tmpreaper-1.6.7.ebuild b/app-admin/tmpreaper/tmpreaper-1.6.7.ebuild
index 3fe1f704a830..f242669b7e82 100644
--- a/app-admin/tmpreaper/tmpreaper-1.6.7.ebuild
+++ b/app-admin/tmpreaper/tmpreaper-1.6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/tmpreaper-1.6.7.ebuild,v 1.2 2008/03/27 16:12:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/tmpreaper-1.6.7.ebuild,v 1.3 2009/03/22 01:29:24 jmbsvicetto Exp $
inherit eutils
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
+RDEPEND=""
src_unpack() {
unpack ${A}
diff --git a/app-admin/tmpreaper/tmpreaper-1.6.9-r1.ebuild b/app-admin/tmpreaper/tmpreaper-1.6.9-r1.ebuild
index 73f159e18379..978cfa4db286 100644
--- a/app-admin/tmpreaper/tmpreaper-1.6.9-r1.ebuild
+++ b/app-admin/tmpreaper/tmpreaper-1.6.9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/tmpreaper-1.6.9-r1.ebuild,v 1.1 2008/06/30 13:33:31 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/tmpreaper-1.6.9-r1.ebuild,v 1.2 2009/03/22 01:29:24 jmbsvicetto Exp $
inherit eutils
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
+RDEPEND=""
src_unpack() {
unpack ${A}
diff --git a/app-admin/tmpreaper/tmpreaper-1.6.9.ebuild b/app-admin/tmpreaper/tmpreaper-1.6.9.ebuild
index 8ee664d567d1..f581b3b325a4 100644
--- a/app-admin/tmpreaper/tmpreaper-1.6.9.ebuild
+++ b/app-admin/tmpreaper/tmpreaper-1.6.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/tmpreaper-1.6.9.ebuild,v 1.5 2008/03/22 10:13:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/tmpreaper-1.6.9.ebuild,v 1.6 2009/03/22 01:29:24 jmbsvicetto Exp $
inherit eutils
@@ -14,6 +14,7 @@ KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND=""
+RDEPEND=""
src_unpack() {
unpack ${A}