From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2234B158042 for ; Mon, 28 Oct 2024 17:24:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C3CBE0891; Mon, 28 Oct 2024 17:24:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FE6AE0891 for ; Mon, 28 Oct 2024 17:24:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39572343019 for ; Mon, 28 Oct 2024 17:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D1EB1626 for ; Mon, 28 Oct 2024 17:24:01 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1730136125.326f30d172e63992a113f676cc26fb37c8fd2b7c.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/porticron/Manifest app-portage/porticron/porticron-0.7.2.ebuild X-VCS-Directories: app-portage/porticron/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 326f30d172e63992a113f676cc26fb37c8fd2b7c X-VCS-Branch: master Date: Mon, 28 Oct 2024 17:24:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fed1f7be-1cb3-4b4f-95e5-d3118d7f8aac X-Archives-Hash: 7009b2d96436bc10b1c43f36008b4703 commit: 326f30d172e63992a113f676cc26fb37c8fd2b7c Author: Sebastian Pipping gentoo org> AuthorDate: Mon Oct 28 17:22:05 2024 +0000 Commit: Sebastian Pipping gentoo 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 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 +}