summaryrefslogtreecommitdiff
path: root/app-misc/gentoo-elections
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-10 23:40:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-10 23:40:16 +0100
commit51af5f0eb4cddbe6aa7953717873691d77aae9ff (patch)
tree1541525274162b033ebbc3ed38abaf335fbbd49a /app-misc/gentoo-elections
parent7014a5a3ea0feffab9701fdd6b64cc7667a985af (diff)
gentoo resync : 11.07.2019
Diffstat (limited to 'app-misc/gentoo-elections')
-rw-r--r--app-misc/gentoo-elections/Manifest3
-rw-r--r--app-misc/gentoo-elections/gentoo-elections-0_p20190710.ebuild36
-rw-r--r--app-misc/gentoo-elections/metadata.xml8
3 files changed, 47 insertions, 0 deletions
diff --git a/app-misc/gentoo-elections/Manifest b/app-misc/gentoo-elections/Manifest
new file mode 100644
index 000000000000..b4568ff8218f
--- /dev/null
+++ b/app-misc/gentoo-elections/Manifest
@@ -0,0 +1,3 @@
+DIST elections-20e84ba8cc3b328fccdc15219540443315ef4c20.tar.bz2 80881 BLAKE2B 4009834986ea6cbff84dd0b250af95fa79c45c35bbf54a6a36543383a7cd5d18294070e51d499f74ad3e8de6a1ab8c17813838b8e57c2268e6736e53523951e9 SHA512 c8b4203707713a11564b93598d8bdcfcc3b9bfdc35b664ccc52d1eb8f81f9539cdcef619687cd1ab18b2c8ba9008685641482395c2a5badb4c19ece0c02e8824
+EBUILD gentoo-elections-0_p20190710.ebuild 799 BLAKE2B b87f646436002ba43a5035cf81fc24581d97fcc6eb822ab6ec583e0578c1543994fb02d7d63c3c010ebc189892d9e21601b00a02411a2796cafab97524d4f773 SHA512 31d94958f01f0950f8199859271a5d6a061f379fdea6dac1d51df386a5a0e4fd53febc744d8e4e85c6834b5b52d892b0f70c275fa93f84cc1a91143d23b95630
+MISC metadata.xml 247 BLAKE2B 1750cec57189e711ca5eba89a78e1d317f0839fa53564fbd39b4e955c28d98f4ae04caf9069afc20a18536cdc92b30fe7b15eb086767c742bad07d9980cfd24b SHA512 d6e2ea8a9d74791bcbf3d6311a66bafc20b8f4db3a576d9a8d54b86d7afb231122b8d87f71f3f46360980adf8d815c633b6d5041f9a30fc8656e8fb66057a282
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 000000000000..719ceb3fa342
--- /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 000000000000..0319eec4c8be
--- /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>