public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/
Date: Wed, 10 Jul 2019 20:14:04 +0000 (UTC)	[thread overview]
Message-ID: <1562788880.bb093efdbdd232cc9950959c64a5a06e9c26ec0c.mgorny@gentoo> (raw)

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>


             reply	other threads:[~2019-07-10 20:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-10 20:14 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-22 13:54 [gentoo-commits] repo/gentoo:master commit in: app-misc/gentoo-elections/ Agostino Sarubbo
2019-07-24  8:19 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1562788880.bb093efdbdd232cc9950959c64a5a06e9c26ec0c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox