public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2019-07-10 20:14 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-07-10 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bb093efdbdd232cc9950959c64a5a06e9c26ec0c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 20:01:20 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 20:01:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb093efd

app-misc/gentoo-elections: Package the election data

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

 app-misc/gentoo-elections/Manifest                 |  1 +
 .../gentoo-elections-0_p20190710.ebuild            | 36 ++++++++++++++++++++++
 app-misc/gentoo-elections/metadata.xml             |  8 +++++
 3 files changed, 45 insertions(+)

diff --git a/app-misc/gentoo-elections/Manifest b/app-misc/gentoo-elections/Manifest
new file mode 100644
index 00000000000..061dbbf847b
--- /dev/null
+++ b/app-misc/gentoo-elections/Manifest
@@ -0,0 +1 @@
+DIST elections-20e84ba8cc3b328fccdc15219540443315ef4c20.tar.bz2 80881 BLAKE2B 4009834986ea6cbff84dd0b250af95fa79c45c35bbf54a6a36543383a7cd5d18294070e51d499f74ad3e8de6a1ab8c17813838b8e57c2268e6736e53523951e9 SHA512 c8b4203707713a11564b93598d8bdcfcc3b9bfdc35b664ccc52d1eb8f81f9539cdcef619687cd1ab18b2c8ba9008685641482395c2a5badb4c19ece0c02e8824

diff --git a/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild b/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
new file mode 100644
index 00000000000..719ceb3fa34
--- /dev/null
+++ b/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
@@ -0,0 +1,36 @@
+# 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
+}

diff --git a/app-misc/gentoo-elections/metadata.xml b/app-misc/gentoo-elections/metadata.xml
new file mode 100644
index 00000000000..0319eec4c8b
--- /dev/null
+++ b/app-misc/gentoo-elections/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2019-07-22 13:54 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2019-07-22 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7a4a78697987f024798195fe9cb8f680cc517d96
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 13:53:53 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 13:53:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4a7869

app-misc/gentoo-elections: amd64 stable wrt bug #690314

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild b/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
index 719ceb3fa34..62eb7e05601 100644
--- a/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
+++ b/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/elections.git/snapshot/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2019-07-24  8:19 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2019-07-24  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     244a175438a716b9a2f131bb707eaf4993abf2a1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 08:19:03 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 08:19:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244a1754

app-misc/gentoo-elections: x86 stable wrt bug #690314

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild b/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
index 62eb7e05601..792f9c565ff 100644
--- a/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
+++ b/app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/elections.git/snapshot/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2025-05-30 18:56 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-05-30 18:56 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2025-06-14 11:36 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-06-14 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     04add035f0ea3d6dfcf4f5d1c4178fff4fa7128f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 11:36:45 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 11:36:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04add035

app-misc/gentoo-elections: Stabilize 0_p20240831 x86, #958086

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild b/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
index db3a9c5746f1..50a2ced4d490 100644
--- a/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
+++ b/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	dev-lang/perl


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2025-06-14 11:47 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-06-14 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2c25fe8d28893ca6d46431829380036b402efd10
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 11:44:06 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 11:44:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c25fe8d

app-misc/gentoo-elections: Mark ALLARCHES

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

 app-misc/gentoo-elections/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/gentoo-elections/metadata.xml b/app-misc/gentoo-elections/metadata.xml
index 076793e3f54b..996eb9fa78a2 100644
--- a/app-misc/gentoo-elections/metadata.xml
+++ b/app-misc/gentoo-elections/metadata.xml
@@ -5,4 +5,5 @@
 		<email>mgorny@gentoo.org</email>
 		<name>Michał Górny</name>
 	</maintainer>
+	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2025-06-15  1:37 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-06-15  1:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa214fc9e65f88de8fd46dec445e5a0573c8c93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 01:37:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 01:37:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa214fc

app-misc/gentoo-elections: Stabilize 0_p20240831 amd64, #958086

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild b/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
index 50a2ced4d490..c818d970f60d 100644
--- a/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
+++ b/app-misc/gentoo-elections/gentoo-elections-0_p20240831.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-lang/perl


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
@ 2025-06-15  3:50 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-06-15  3:50 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-15  3:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-15  1:37 [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-06-15  3:50 Michał Górny
2025-06-14 11:47 Michał Górny
2025-06-14 11:36 Arthur Zamarin
2025-05-30 18:56 Michał Górny
2019-07-24  8:19 Agostino Sarubbo
2019-07-22 13:54 Agostino Sarubbo
2019-07-10 20:14 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox