* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2017-02-19 17:41 Sebastian Pipping
0 siblings, 0 replies; 12+ messages in thread
From: Sebastian Pipping @ 2017-02-19 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 0d71252e84fcce4f17f28b9c6cdf15b3c43e5586
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 17:39:35 2017 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 17:41:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d71252e
app-portage/porticron: 0.7.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-portage/porticron/Manifest | 1 +
app-portage/porticron/porticron-0.7.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-portage/porticron/Manifest b/app-portage/porticron/Manifest
index 71626d3143..0791d2ae88 100644
--- a/app-portage/porticron/Manifest
+++ b/app-portage/porticron/Manifest
@@ -1 +1,2 @@
+DIST porticron-0.7.1.tar.gz 6530 SHA256 1ca246a905e7cd5b11c5d7145359e19b9f31efff79cda26d881a30c9adf804c7 SHA512 ba2f365011e1ad2f7cb67d655839fa425791ab95309753719b4a4206db735f141d473d24bbb68da25a88db54919d033f53efaf497c26de71f3edb4a39dcc957c WHIRLPOOL 092460831ad8151873b81e3a702603e031d3800878775ed428e8b060b9bd0f901f84501eb4a076d1e24e3600cfdcf0bd98602b43ea2ba94c0ac4ca538421caa2
DIST porticron-0.7_p20140126.tar.gz 4453 SHA256 46b61958a182d9cdd73dbea76a017855eebc4780dc75692503c0d1e7ff0ea482 SHA512 c14c5ff18eff74d7c225883dc0e1cea16666f0dcab07f9b249aed0db2874179eacc824c0f35dc2cfd97dc0c2db5f2bf6d13c3e76a2cd1b87de46fb073622f3d5 WHIRLPOOL f932a2319be582b564412badb456daf0fd86e3991ffc63fa25718337669b860097ac6d446a220f4e56e3a97cb8660a9f2bd25eeb1c54a2921fb0c7d6991bad5b
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
new file mode 100644
index 0000000000..5024e45aee
--- /dev/null
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit eutils vcs-snapshot
+
+DESCRIPTION="cron script to sync portage and send update mails to root"
+HOMEPAGE="https://github.com/gentoo/porticron"
+SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-portage/gentoolkit
+ net-dns/bind-tools
+"
+DEPEND=""
+
+src_install() {
+ dosbin bin/porticron
+ insinto /etc
+ doins etc/porticron.conf
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2019-02-02 19:09 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2019-02-02 19:09 UTC (permalink / raw
To: gentoo-commits
commit: e5edb23a58c7cc139f433fc73ff83fd91701feb3
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 2 18:59:09 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 2 18:59:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5edb23a
app-portage/porticron: stable 0.7.1 for hppa, bug #676432
Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index 1c9da925a28..e2558fcb812 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2019-02-09 18:36 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2019-02-09 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 03856d641f1f61eb9e049a3bf2a341fc26172141
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 9 18:20:52 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 9 18:36:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03856d64
app-portage/porticron: x86 stable (bug #676432)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index b899fd1c75b..e38402ddf84 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm hppa ppc ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2019-02-16 8:55 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2019-02-16 8:55 UTC (permalink / raw
To: gentoo-commits
commit: c2f06336d146ec6f78662938235358238aa74d55
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 08:38:35 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 08:55:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f06336
app-portage/porticron: amd64 stable, bug #676432
Closes: https://bugs.gentoo.org/676432
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index e38402ddf84..5b907d51e34 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2020-05-02 16:36 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2020-05-02 16:36 UTC (permalink / raw
To: gentoo-commits
commit: a141e1fd9bad903d4b070148614f714be1fa7c6c
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat May 2 16:29:52 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 2 16:35:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a141e1fd
=app-portage/porticron-0.7.1: arm64 keyworded (bug #720464)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index 5b907d51e34..74ceba2df79 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2020-06-26 21:16 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2020-06-26 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 31c47e493771a974bb8b92e6174c4f0757ed0f1e
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Thu Jun 25 05:52:22 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 21:16:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c47e49
app-portage/porticron: arm64 stable (bug #729604)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index 74ceba2df79..8499e8cd8c7 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2020-06-28 20:30 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2020-06-28 20:30 UTC (permalink / raw
To: gentoo-commits
commit: 100b6a53908b6fc5d68e657168c5ae96ec1778f5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 20:30:46 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 20:30:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100b6a53
app-portage/porticron: arm stable wrt bug #729604
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index 8499e8cd8c7..0dc432df2d7 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 hppa ppc ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2022-07-31 16:08 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-07-31 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 3f4e63bb86bcc38228a84bdf87facf91fe8bbccb
Author: Atharva <atharvaamritkar <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 31 07:47:13 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 16:08:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4e63bb
app-portage/porticron: riscv keywording
Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index 68254d6cc552..6f3e42fa8aaf 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2022-08-08 19:59 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-08-08 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 17f9499dc9c74540930deef7369ee24f90d01c36
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 19:54:34 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 19:59:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f9499d
Revert "app-portage/porticron: riscv keywording"
This reverts commit 3f4e63bb86bcc38228a84bdf87facf91fe8bbccb.
It's unclear how this package was tested, revert until it's proven to
work on RISC-V.
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-portage/porticron/porticron-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild
index 6f3e42fa8aaf..68254d6cc552 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2022-10-29 12:08 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-10-29 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 5ec26e03382da043bb1f7e3b84447d8842ad0dd6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 12:06:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 12:07:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec26e03
app-portage/porticron: EAPI 8
Closes: https://bugs.gentoo.org/857456
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{porticron-0.7.1.ebuild => porticron-0.7.1-r1.ebuild} | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1-r1.ebuild
similarity index 84%
rename from app-portage/porticron/porticron-0.7.1.ebuild
rename to app-portage/porticron/porticron-0.7.1-r1.ebuild
index 68254d6cc552..01786328001d 100644
--- a/app-portage/porticron/porticron-0.7.1.ebuild
+++ b/app-portage/porticron/porticron-0.7.1-r1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
-
-inherit vcs-snapshot
+EAPI=8
DESCRIPTION="cron script to sync portage and send update mails to root"
HOMEPAGE="https://github.com/gentoo/porticron"
@@ -12,13 +10,11 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 x86"
-IUSE=""
RDEPEND="
app-portage/gentoolkit
net-dns/bind-tools
"
-DEPEND=""
src_install() {
dosbin bin/porticron
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2023-10-12 9:47 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-10-12 9:47 UTC (permalink / raw
To: gentoo-commits
commit: c2d029feae37df084554846899d0d4a4e6e35332
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 09:39:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 09:44:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d029fe
app-portage/porticron: add gentoo upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/porticron/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-portage/porticron/metadata.xml b/app-portage/porticron/metadata.xml
index 4a39ba0898b1..8d0917744ca6 100644
--- a/app-portage/porticron/metadata.xml
+++ b/app-portage/porticron/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
+ <remote-id type="gentoo">proj/porticron</remote-id>
<remote-id type="github">gentoo/porticron</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/
@ 2024-10-28 17:24 Sebastian Pipping
0 siblings, 0 replies; 12+ messages in thread
From: Sebastian Pipping @ 2024-10-28 17:24 UTC (permalink / raw
To: gentoo-commits
commit: 326f30d172e63992a113f676cc26fb37c8fd2b7c
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 17:22:05 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 17:22:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326f30d1
app-portage/porticron: 0.7.2
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
app-portage/porticron/Manifest | 1 +
app-portage/porticron/porticron-0.7.2.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/app-portage/porticron/Manifest b/app-portage/porticron/Manifest
index 30b92d8a1460..1d324bcb2c9d 100644
--- a/app-portage/porticron/Manifest
+++ b/app-portage/porticron/Manifest
@@ -1 +1,2 @@
DIST porticron-0.7.1.tar.gz 6530 BLAKE2B 6eec2bcab3e3d7661783c4fcf8f5521aac5700e4c642112d074187af372ea51137a7bfc06cd14c86f55e6b1414b2af766454a829c815294606a8bd18141e7c07 SHA512 ba2f365011e1ad2f7cb67d655839fa425791ab95309753719b4a4206db735f141d473d24bbb68da25a88db54919d033f53efaf497c26de71f3edb4a39dcc957c
+DIST porticron-0.7.2.tar.gz 6547 BLAKE2B ca3f1762d919f65dc3a1e51c4a81e99beffdefd5851f62cb5f112dd19d0b5739fccce6879d340d2efa544a33c3393978c77a5ccbfa42d708960bc569be140665 SHA512 10ba4b10854d7ce37c0501a8616af9a368d320bca8e6893d9f95fe8ce8743b3e06593820b807cf1a08b06b0b12011cf29701c18a49526555e9bcd065cbedaa57
diff --git a/app-portage/porticron/porticron-0.7.2.ebuild b/app-portage/porticron/porticron-0.7.2.ebuild
new file mode 100644
index 000000000000..72beee0ad43e
--- /dev/null
+++ b/app-portage/porticron/porticron-0.7.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="cron script to sync portage and send update mails to root"
+HOMEPAGE="https://github.com/gentoo/porticron"
+SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ app-portage/gentoolkit
+"
+
+src_install() {
+ dosbin bin/porticron
+ insinto /etc
+ doins etc/porticron.conf
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-10-28 17:24 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12 9:47 [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 17:24 Sebastian Pipping
2022-10-29 12:08 Sam James
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2020-06-28 20:30 Agostino Sarubbo
2020-06-26 21:16 Mart Raudsepp
2020-05-02 16:36 Mart Raudsepp
2019-02-16 8:55 Pacho Ramos
2019-02-09 18:36 Thomas Deutschmann
2019-02-02 19:09 Sergei Trofimovich
2017-02-19 17:41 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox