From 385f8e2c6dd0eae8ced5257bf1b9838081cf1a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Thu, 15 May 2025 08:45:20 +0200 Subject: [PATCH] app-portage/porticron: drop 0.7.1-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk --- app-portage/porticron/Manifest | 1 - .../porticron/porticron-0.7.1-r1.ebuild | 23 ------------------- 2 files changed, 24 deletions(-) delete mode 100644 app-portage/porticron/porticron-0.7.1-r1.ebuild diff --git a/app-portage/porticron/Manifest b/app-portage/porticron/Manifest index 1d324bcb2c9d4..b8c6ae8719f80 100644 --- a/app-portage/porticron/Manifest +++ b/app-portage/porticron/Manifest @@ -1,2 +1 @@ -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.1-r1.ebuild b/app-portage/porticron/porticron-0.7.1-r1.ebuild deleted file mode 100644 index 01786328001dc..0000000000000 --- a/app-portage/porticron/porticron-0.7.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 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 - net-dns/bind-tools -" - -src_install() { - dosbin bin/porticron - insinto /etc - doins etc/porticron.conf -}