Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elections:master commit in: /
Date: Sat, 25 Jun 2022 13:58:53
Message-Id: 1656165490.41a51364e07db18d5e7e32bf33f40e57962b43f3.jmbsvicetto@gentoo
1 commit: 41a51364e07db18d5e7e32bf33f40e57962b43f3
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 13:58:10 2022 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 13:58:10 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/elections.git/commit/?id=41a51364
7
8 Drop patch from repo.
9
10 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
11
12 votify-print.patch | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/votify-print.patch b/votify-print.patch
16 deleted file mode 100644
17 index 2055ba1..0000000
18 --- a/votify-print.patch
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -diff --git a/Votify.pm b/Votify.pm
22 -index 8e0fe1a..d8c7d22 100644
23 ---- a/Votify.pm
24 -+++ b/Votify.pm
25 -@@ -84,9 +84,14 @@ sub get_elections_list {
26 - substr($_, 0, 1) ne ".";
27 - } grep {
28 - my $valid_election_dir = validate_election_dir($_);
29 -+ print "$_ is a valid_election_dir\n" if defined $valid_election_dir;
30 - defined $valid_election_dir;
31 - } readdir D;
32 - closedir D;
33 -+ print "These are the contents of the elections array:\n";
34 -+ foreach (@elections) {
35 -+ print "$_\n";
36 -+ }
37 - return @elections;
38 - }
39 -