public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2016-05-28  9:32 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2016-05-28  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6ddcb7597dd585ce9b514e663ca9fdf5c8bb90e5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 09:25:37 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 28 09:31:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddcb759

app-admin/tmpwatch: Cleanup due to #148577

Package-Manager: portage-2.3.0_rc1

 app-admin/tmpwatch/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-admin/tmpwatch/metadata.xml b/app-admin/tmpwatch/metadata.xml
index 71b05bf..097975e 100644
--- a/app-admin/tmpwatch/metadata.xml
+++ b/app-admin/tmpwatch/metadata.xml
@@ -1,8 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-	  <email>fauli@gentoo.org</email>
-	  <name>Christian Faulhammer</name>
-	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2016-07-07 18:00 Austin English
  0 siblings, 0 replies; 9+ messages in thread
From: Austin English @ 2016-07-07 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ec196793931d17a8454945741ea3ac531873925b
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 17:59:03 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 18:00:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec196793

app-admin/tmpwatch: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 app-admin/tmpwatch/metadata.xml            |  1 +
 app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild | 37 ++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-admin/tmpwatch/metadata.xml b/app-admin/tmpwatch/metadata.xml
index 097975e..6f49eba 100644
--- a/app-admin/tmpwatch/metadata.xml
+++ b/app-admin/tmpwatch/metadata.xml
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+<!-- maintainer-needed -->
 </pkgmetadata>

diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
new file mode 100644
index 0000000..3de9352
--- /dev/null
+++ b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs eutils
+
+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="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"
+DEPEND=""
+
+PATCHES=(
+	"${FILESDIR}/${P}-boottime.patch"
+)
+
+src_compile() {
+	emake AR="$(tc-getAR)"
+}
+
+src_install() {
+	default
+
+	dosbin tmpwatch
+	doman tmpwatch.8
+
+	exeinto /etc/cron.daily
+	newexe "${FILESDIR}/${PN}.cron" "${PN}"
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2016-11-27 17:51 Tobias Klausmann
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2016-11-27 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d0745c23e0c6a94f710c1340e77130884ff21f11
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 17:50:13 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 17:51:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0745c23

app-admin/tmpwatch-2.11-r2: stable on alpha

Gentoo-Bug: 600900

 app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
index 3de9352..da126ea 100644
--- a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2016-11-27 18:31 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2016-11-27 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d0d7833e635f996ebae087b199797e8cb2042ac4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 18:30:06 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 18:30:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d7833e

app-admin/tmpwatch: Drop old

Package-Manager: portage-2.3.2

 app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild | 37 ------------------------------
 1 file changed, 37 deletions(-)

diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild
deleted file mode 100644
index 5a300e4..00000000
--- a/app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-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="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"
-DEPEND=""
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-boottime.patch"
-	epatch_user
-}
-
-src_compile() {
-	emake AR="$(tc-getAR)"
-}
-
-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
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2016-11-27 18:31 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2016-11-27 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     cabf75d5a0cf1700ac39ffd6722ae533757d5340
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 18:29:38 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 18:29:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabf75d5

app-admin/tmpwatch: amd64/x86 stable, bug #600900

Package-Manager: portage-2.3.2

 app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
index da126ea..520abe1 100644
--- a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2017-10-27 23:06 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2017-10-27 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7e04336782a7462fb1f55756d8e78b050bb1fe95
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Sep 25 19:03:51 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 23:06:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e043367

app-admin/tmpwatch: clean up old.

 app-admin/tmpwatch/tmpwatch-2.11.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild
deleted file mode 100644
index d2ac49b8db9..00000000000
--- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Files which haven't been accessed are removed from specified directories"
-HOMEPAGE="https://pagure.io/tmpwatch"
-SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"
-DEPEND=""
-
-src_compile() {
-	emake AR="$(tc-getAR)"
-}
-
-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
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2017-10-27 23:06 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2017-10-27 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d4e0b860364e885d034283ad3f1d873945e94f91
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Aug 30 18:52:59 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 23:06:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e0b860

app-admin/tmpwatch: fix HOMEPAGE, SRC_URI.

Closes: https://github.com/gentoo/gentoo/pull/5563

 app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild | 4 ++--
 app-admin/tmpwatch/tmpwatch-2.11.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
index b1028a59fbb..d95863cf391 100644
--- a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs eutils
 
 DESCRIPTION="Files which haven't been accessed are removed from specified directories"
-HOMEPAGE="https://fedorahosted.org/tmpwatch/"
-SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://pagure.io/tmpwatch"
+SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild
index 5e251f8628b..d2ac49b8db9 100644
--- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.11.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Files which haven't been accessed are removed from specified directories"
-HOMEPAGE="https://fedorahosted.org/tmpwatch/"
-SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://pagure.io/tmpwatch"
+SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2021-08-20  2:18 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-20  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     82f41c23761802b1fb438b129c3c4e2ad3e68fe6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 20 02:15:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 02:15:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f41c23

app-admin/tmpwatch: fix metadata indentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/tmpwatch/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/tmpwatch/metadata.xml b/app-admin/tmpwatch/metadata.xml
index 6f49eba8f49..7a38bb90096 100644
--- a/app-admin/tmpwatch/metadata.xml
+++ b/app-admin/tmpwatch/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
@ 2022-09-12 19:13 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-09-12 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     af8f4578c8b34b507dced9c8eec465fb05ef5d5d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 19:13:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 19:13:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8f4578

app-admin/tmpwatch: Keyword 2.11-r3 arm64, #869836

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild
index cdc308efa9f9..ff0389caa5b2 100644
--- a/app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild
+++ b/app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ppc64 sparc x86"
 IUSE="selinux"
 
 # psmisc for fuser


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-12 19:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-20  2:18 [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-09-12 19:13 Arthur Zamarin
2017-10-27 23:06 Patrice Clement
2017-10-27 23:06 Patrice Clement
2016-11-27 18:31 Pacho Ramos
2016-11-27 18:31 Pacho Ramos
2016-11-27 17:51 Tobias Klausmann
2016-07-07 18:00 Austin English
2016-05-28  9:32 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox