commit: 8d5572cdd05df1e50aa5207669e9777af23c4eac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 15 03:40:15 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 15 03:50:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5572cd
app-misc/gentoo-elections: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/gentoo-elections/Manifest | 1 - .../gentoo-elections-0_p20190710.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/app-misc/gentoo-elections/Manifest b/app-misc/gentoo-elections/Manifest index 1b13f0eb89d9..5f8b60f599fb 100644 --- a/app-misc/gentoo-elections/Manifest +++ b/app-misc/gentoo-elections/Manifest @@ -1,2 +1 @@ -DIST elections-20e84ba8cc3b328fccdc15219540443315ef4c20.tar.bz2 80881 BLAKE2B 4009834986ea6cbff84dd0b250af95fa79c45c35bbf54a6a36543383a7cd5d18294070e51d499f74ad3e8de6a1ab8c17813838b8e57c2268e6736e53523951e9 SHA512 c8b4203707713a11564b93598d8bdcfcc3b9bfdc35b664ccc52d1eb8f81f9539cdcef619687cd1ab18b2c8ba9008685641482395c2a5badb4c19ece0c02e8824 DIST elections-602214965283e69cb5127cc4cb89eef3807369ad.tar.bz2 92483 BLAKE2B 11161fa6b7225501d78dfd8ae00c9a3d9c850f6065e0893559e12d315243367a57b573b3f846ffc021a88236c40508283786b8583bda6b755b162ca387c6de63 SHA512 8c77ebf81cd6ee9eab30f591cc46b9d726efa25bc3ebf791b4cee2a7f48bb521d2ed9aea79cc9bad97a753e59921c64200fb226d38f53b5576ebeef1eacddc4c diff --git a/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild b/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild deleted file mode 100644 index 792f9c565ffa..000000000000 --- a/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="elections-20e84ba8cc3b328fccdc15219540443315ef4c20" -DESCRIPTION="Gentoo election control data and scripts" -HOMEPAGE="https://gitweb.gentoo.org/proj/elections.git/" -SRC_URI="https://gitweb.gentoo.org/proj/elections.git/snapshot/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-lang/perl - dev-perl/Carp-Always - virtual/perl-Data-Dumper - virtual/perl-File-Spec - virtual/perl-Getopt-Long - virtual/perl-Scalar-List-Utils" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - - # delete obsolete, broken symlinks - find completed -name Votify.pm -delete || die -} - -src_install() { - insinto /usr/lib/gentoo-elections - doins -r completed countify Votify.pm -}
