From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 243FB138350 for ; Sat, 28 Mar 2020 00:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53EF6E0D24; Sat, 28 Mar 2020 00:33:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1018E0D24 for ; Sat, 28 Mar 2020 00:33:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 799E134EFF6 for ; Sat, 28 Mar 2020 00:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDD40162 for ; Sat, 28 Mar 2020 00:33:10 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1585355543.7ded744c5b16b0966c4a39e9d5d3856fcab03ac4.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/yadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/yadm/Manifest app-admin/yadm/yadm-2.4.0.ebuild X-VCS-Directories: app-admin/yadm/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 7ded744c5b16b0966c4a39e9d5d3856fcab03ac4 X-VCS-Branch: master Date: Sat, 28 Mar 2020 00:33:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de34be3a-1526-4d3b-b37b-60f03b06fa9f X-Archives-Hash: 5efd34a23cd081dee99b920e0b6265be commit: 7ded744c5b16b0966c4a39e9d5d3856fcab03ac4 Author: Sam James (sam_c) cmpct info> AuthorDate: Wed Mar 25 20:22:09 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Mar 28 00:32:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ded744c app-admin/yadm: Security bump to 2.4.0 Fixed in 1.11.1 but bumped to latest while there given it's now maintainer-needed. Bug: https://bugs.gentoo.org/625394 Signed-off-by: Sam James (sam_c) cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/15114 Signed-off-by: Georgy Yakovlev gentoo.org> app-admin/yadm/Manifest | 1 + app-admin/yadm/yadm-2.4.0.ebuild | 57 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/app-admin/yadm/Manifest b/app-admin/yadm/Manifest index 3ebad2ae510..77a3614ccc9 100644 --- a/app-admin/yadm/Manifest +++ b/app-admin/yadm/Manifest @@ -1 +1,2 @@ DIST yadm-1.12.0.tar.gz 47340 BLAKE2B ef710f56c96244c082bfcc887cae4aee00aaaadec5e7466500dde263c5e4f43df046e11742fd275e989bd9704b39a123f17248cd70d64f6ca552b28db6c44814 SHA512 402a67770154ce3ae7ab947ff4d4e26ca5040d343110fb749195ca5c3f4ee435aba1d8cdf02d4ecf4a81d3f331c1b891bed4fb3fcfcc893867e0fce45b9c8cd8 +DIST yadm-2.4.0.tar.gz 96877 BLAKE2B 462a5816e106c4502007ff34ab338904e14a9851ebcfc7ff79a32a8b11fbbe3e0b7e6538ed6b489ab67e2205c84b2250749e3091c77fa663886dc9792078a576 SHA512 43e16a9502f9dd9f6c6dba3bb5403bb048244a406d44cb42a96a43e62bf7342efd5f302304dbedede61423546787fc929f378d68da9031207e70239ec4e265ce diff --git a/app-admin/yadm/yadm-2.4.0.ebuild b/app-admin/yadm/yadm-2.4.0.ebuild new file mode 100644 index 00000000000..b6f903a8580 --- /dev/null +++ b/app-admin/yadm/yadm-2.4.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit bash-completion-r1 + +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" +RESTRICT="!test? ( test )" + +RDEPEND=" + app-crypt/gnupg + dev-vcs/git +" + +DEPEND=" + test? ( dev-tcltk/expect dev-python/pytest ${RDEPEND} ) +" + +src_compile() { + emake "${PN}.md" +} + +src_test() { + # test_encryption: needs write access to /tmp + # test_alt, test_compat_jinja, test_unit_template_j2: needs envtpl + # test_syntax: needs yamllint (not packaged) + # test_compat_alt: known broken, tests deprecated features + # test_compat_jinja: needs envtpl + rm test/test_encryption.py || die + rm test/test_alt.py || die + rm test/test_compat_jinja.py || die + rm test/test_unit_template_j2.py || die + rm test/test_syntax.py || die + rm test/test_compat_alt.py || die + + pytest || die "Testsuite failed under ${EPYTHON}" +} + +src_install() { + einstalldocs + + dobin "${PN}" + doman "${PN}.1" + + newbashcomp completion/yadm.bash_completion yadm + + insinto /usr/share/zsh/site-functions + newins completion/yadm.zsh_completion _${PN} +}