From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/yadm/
Date: Tue, 31 Mar 2020 08:39:24 +0000 (UTC) [thread overview]
Message-ID: <1585643940.d3ee7f2da2b73ae0c7cfd7abc61c4b819abc55b2.juippis@gentoo> (raw)
commit: d3ee7f2da2b73ae0c7cfd7abc61c4b819abc55b2
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun Mar 29 00:26:04 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 08:39:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ee7f2d
app-admin/yadm: Security cleanup
Bug: https://bugs.gentoo.org/625394
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15158
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/yadm/Manifest | 1 -
app-admin/yadm/yadm-1.12.0.ebuild | 54 ---------------------------------------
2 files changed, 55 deletions(-)
diff --git a/app-admin/yadm/Manifest b/app-admin/yadm/Manifest
index 77a3614ccc9..2a3b64f3cdf 100644
--- a/app-admin/yadm/Manifest
+++ b/app-admin/yadm/Manifest
@@ -1,2 +1 @@
-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-1.12.0.ebuild b/app-admin/yadm/yadm-1.12.0.ebuild
deleted file mode 100644
index 55922bd1e75..00000000000
--- a/app-admin/yadm/yadm-1.12.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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="zsh-completion test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- test? (
- dev-tcltk/expect
- dev-util/bats
- dev-vcs/git
- )"
-
-RDEPEND="
- dev-vcs/git
- app-crypt/gnupg
- zsh-completion? ( app-shells/gentoo-zsh-completions )"
-
-src_compile() {
- emake "${PN}.md"
-}
-
-src_test() {
- # 109_accept_encryption tests are interactive, thus fail. Skip them
- # 113_accept_jinja_alt.bats are depepending on the optional envtpl
- 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' -and -not -name '113_accept_jinja_alt.bats' -print0)
-}
-
-src_install() {
- einstalldocs
-
- dobin "${PN}"
- doman "${PN}.1"
-
- dobashcomp completion/yadm.bash_completion
-
- if use zsh-completion; then
- insinto /usr/share/zsh/site-functions
- newins completion/yadm.zsh_completion _${PN}
- fi
-}
next reply other threads:[~2020-03-31 8:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 8:39 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-19 9:15 [gentoo-commits] repo/gentoo:master commit in: app-admin/yadm/ Pacho Ramos
2023-04-06 8:34 Arthur Zamarin
2023-04-06 8:33 Arthur Zamarin
2023-04-06 8:20 Arthur Zamarin
2023-02-28 13:58 Joonas Niilola
2023-02-28 13:58 Joonas Niilola
2023-01-19 7:16 Joonas Niilola
2022-12-25 22:06 David Seifert
2022-03-21 19:55 Arthur Zamarin
2022-01-13 2:27 Georgy Yakovlev
2021-11-26 10:20 Marek Szuba
2021-04-01 21:17 Sam James
2020-03-28 0:33 Georgy Yakovlev
2020-03-28 0:33 Georgy Yakovlev
2017-12-31 20:46 Patrice Clement
2017-08-09 11:02 Michael Palimaka
2017-08-08 11:03 Amy Liffey
2017-02-18 1:44 Michael Palimaka
2017-02-17 12:07 Michael Palimaka
2017-01-21 23:01 Patrice Clement
2017-01-21 21:19 Patrice Clement
2016-09-27 20:21 Patrice Clement
2016-04-30 14:34 Sam Jorna
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=1585643940.d3ee7f2da2b73ae0c7cfd7abc61c4b819abc55b2.juippis@gentoo \
--to=juippis@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