mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-misc/gentoo-elections: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST elections-20e84ba8cc3b328fccdc15219540443315ef4c20.tar.bz2 80881 BLAKE2B 4009834986ea6cbff84dd0b250af95fa79c45c35bbf54a6a36543383a7cd5d18294070e51d499f74ad3e8de6a1ab8c17813838b8e57c2268e6736e53523951e9 SHA512 c8b4203707713a11564b93598d8bdcfcc3b9bfdc35b664ccc52d1eb8f81f9539cdcef619687cd1ab18b2c8ba9008685641482395c2a5badb4c19ece0c02e8824
|
||||
DIST elections-602214965283e69cb5127cc4cb89eef3807369ad.tar.bz2 92483 BLAKE2B 11161fa6b7225501d78dfd8ae00c9a3d9c850f6065e0893559e12d315243367a57b573b3f846ffc021a88236c40508283786b8583bda6b755b162ca387c6de63 SHA512 8c77ebf81cd6ee9eab30f591cc46b9d726efa25bc3ebf791b4cee2a7f48bb521d2ed9aea79cc9bad97a753e59921c64200fb226d38f53b5576ebeef1eacddc4c
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user