summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2024-10-28 18:22:05 +0100
committerSebastian Pipping <sping@gentoo.org>2024-10-28 18:22:05 +0100
commit326f30d172e63992a113f676cc26fb37c8fd2b7c (patch)
treed2c0423a830e140906a19c54bcdb0f72f7a2e59f /app-portage
parentapp-text/groonga: add 14.0.9 (diff)
downloadgentoo-326f30d172e63992a113f676cc26fb37c8fd2b7c.tar.gz
gentoo-326f30d172e63992a113f676cc26fb37c8fd2b7c.tar.bz2
gentoo-326f30d172e63992a113f676cc26fb37c8fd2b7c.zip
app-portage/porticron: 0.7.2
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/porticron/Manifest1
-rw-r--r--app-portage/porticron/porticron-0.7.2.ebuild22
2 files changed, 23 insertions, 0 deletions
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
+}