commit:     cd4757f9311bb694a2413972965eb3817d826447
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 18:41:40 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 30 18:56:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4757f9

app-misc/gentoo-elections: Bump to 0_p20240831

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/gentoo-elections/Manifest                 |  1 +
 .../gentoo-elections-0_p20240831.ebuild            | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-misc/gentoo-elections/Manifest 
b/app-misc/gentoo-elections/Manifest
index 061dbbf847b8..1b13f0eb89d9 100644
--- a/app-misc/gentoo-elections/Manifest
+++ b/app-misc/gentoo-elections/Manifest
@@ -1 +1,2 @@
 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_p20240831.ebuild 
b/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
new file mode 100644
index 000000000000..db3a9c5746f1
--- /dev/null
+++ b/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="elections-602214965283e69cb5127cc4cb89eef3807369ad"
+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
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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
+"
+
+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
+}

Reply via email to