From 948d557b4a61dc14722668b6b11a4cf3cee07b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:56:30 +0100 Subject: gentoo resync : 13.09.2019 --- app-admin/yadm/yadm-1.07.ebuild | 43 ----------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 app-admin/yadm/yadm-1.07.ebuild (limited to 'app-admin/yadm/yadm-1.07.ebuild') diff --git a/app-admin/yadm/yadm-1.07.ebuild b/app-admin/yadm/yadm-1.07.ebuild deleted file mode 100644 index 7c5907088202..000000000000 --- a/app-admin/yadm/yadm-1.07.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A dotfile manager for the config files in your home folder" -HOMEPAGE="https://github.com/TheLocehiliosan/yadm/" -SRC_URI="https://github.com/TheLocehiliosan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DOCS=( CHANGES CONTRIBUTORS README.md ) - -DEPEND=" - test? ( - dev-tcltk/expect - dev-util/bats - dev-vcs/git - )" -RDEPEND=" - app-crypt/gnupg - dev-vcs/git" - -src_compile() { - emake yadm.md -} - -src_test() { - # 109_accept_encryption tests are interactive, thus fail. Skip them - while IFS="" read -d $'\0' -r f ; do - bats "${f}" || die "Test ${f} failed" - done < <(find test -name '*.bats' -and -not -name '109_accept_encryption.bats' -print0) -} - -src_install() { - einstalldocs - - dobin "${PN}" - doman "${PN}.1" -} -- cgit v1.2.3