public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/
Date: Thu,  3 May 2018 08:10:00 +0000 (UTC)	[thread overview]
Message-ID: <1525334991.1b9df062a26cd138e6b067d5fbb0aaaf14f013b0.mschiff@gentoo> (raw)

commit:     1b9df062a26cd138e6b067d5fbb0aaaf14f013b0
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Thu May  3 08:09:37 2018 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Thu May  3 08:09:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9df062

app-crypt/dehydrated: remove old versions

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-crypt/dehydrated/Manifest                |  1 -
 app-crypt/dehydrated/dehydrated-0.3.1.ebuild | 23 -----------------------
 app-crypt/dehydrated/dehydrated-0.4.0.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/app-crypt/dehydrated/Manifest b/app-crypt/dehydrated/Manifest
index b2e1dad8e1e..71357d15dfb 100644
--- a/app-crypt/dehydrated/Manifest
+++ b/app-crypt/dehydrated/Manifest
@@ -1,4 +1,3 @@
-DIST dehydrated-0.3.1.tar.gz 71375 BLAKE2B 9ab014d0a4cc744081bd8aa134c460408da7f9936f1c41ef890bcebc70282fa61828620be3850cbb02f5b59b4e4fd32bdc41395340aa3673f906f154ca0877b9 SHA512 34b57edc6ab950c2c0163795ef45d6fa104dcf02978bbfa325da63f7d844176ecf20cb8d7604cfedc6b2f47d8c12ce1db5b37f532eda7fffa194b4603e4ee3b9
 DIST dehydrated-0.4.0.tar.gz 74005 BLAKE2B ad55b7c53be0bc0c08ff372171638e9739a6213062b45c36e6ca5bce205b35d097bcffb6d1db6cd9c01f46a6ea31143cd2713bffb5e19f91041969e96a3cc337 SHA512 3c8c0f2fab57a432b69451f8372c02666dd953985679d12a2af9f6b917335b5b10a1196699106e317660039178ce1139a4d5455d4825a152b6911596fba16738
 DIST dehydrated-0.6.1.tar.gz 76693 BLAKE2B 5ecca2942aedc024e87e7b5aac05d836adbbc8bb1dfb38bfcd396a63e9d3e8637d625e279c4e5a47514c0b4f27006226dad7257a620da49c426c256e5267a33d SHA512 c3ef92da4e0e12100d267422eb2667607842f6fb0fe10cbc4d10aee9b5137d292db2348eca34b1f492e21c6c325dcbb595a9ab4de634e4d4a43346be1e2ce0ad
 DIST dehydrated-0.6.2.tar.gz 77819 BLAKE2B 5a1cc097b42d5c4d9513b5a13c86f0b101b3442fb6cfbe54563357095619764724a2158e050a8e8b13a60a9effe83a5339ec647ef5a93622c8d63f1fcdb72be8 SHA512 97cce8f4936482d6b3a7d4227d8735b1c91f3b6cb7c728669a4a5139605932a88171c7e5d715d269782f260454d06ee95a0f6cd2735521e22c4f69bdc3e38f86

diff --git a/app-crypt/dehydrated/dehydrated-0.3.1.ebuild b/app-crypt/dehydrated/dehydrated-0.3.1.ebuild
deleted file mode 100644
index 9034d53551a..00000000000
--- a/app-crypt/dehydrated/dehydrated-0.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="a client for signing certificates with an ACME-server"
-HOMEPAGE="https://github.com/lukas2511/dehydrated"
-SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-shells/bash"
-
-src_install() {
-	dobin dehydrated
-	insinto "/etc/${PN}"
-	doins docs/examples/{config,domains.txt,hook.sh}
-	dodoc docs/*.md
-	default
-
-}

diff --git a/app-crypt/dehydrated/dehydrated-0.4.0.ebuild b/app-crypt/dehydrated/dehydrated-0.4.0.ebuild
deleted file mode 100644
index 33ae0d078c0..00000000000
--- a/app-crypt/dehydrated/dehydrated-0.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="a client for signing certificates with an ACME-server"
-HOMEPAGE="https://github.com/lukas2511/dehydrated"
-SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-shells/bash"
-
-src_install() {
-	dobin "${PN}"
-	insinto "/etc/${PN}"
-	doins docs/examples/{config,domains.txt,hook.sh}
-	dodoc docs/*.md
-	default
-}


             reply	other threads:[~2018-05-03  8:10 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-03  8:10 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14  8:12 [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/ Sam James
2025-03-14  7:39 Arthur Zamarin
2024-06-17  0:17 Sam James
2022-10-03  1:46 Marc Schiffbauer
2022-07-01  5:59 Arthur Zamarin
2021-06-21 23:58 Marek Szuba
2021-02-05 18:12 Thomas Deutschmann
2021-02-05 10:40 Sam James
2021-02-04 19:43 Thomas Deutschmann
2021-02-04 19:43 Thomas Deutschmann
2019-07-06 10:43 Thomas Deutschmann
2019-07-06 10:43 Thomas Deutschmann
2019-07-06 10:43 Thomas Deutschmann
2019-06-27 21:45 Thomas Deutschmann
2019-05-20 11:35 Mikle Kolyada
2019-05-13  1:41 Thomas Deutschmann
2019-05-09 21:55 Aaron Bauman
2019-01-03 23:05 Stephen Klimaszewski
2018-06-14 20:25 Marc Schiffbauer
2018-06-14 20:25 Marc Schiffbauer
2018-05-03  8:49 Marc Schiffbauer
2018-05-03  8:06 Marc Schiffbauer
2018-03-26 19:02 Thomas Deutschmann
2018-03-26 19:02 Thomas Deutschmann
2017-02-28  8:38 Marc Schiffbauer
2017-02-22 20:53 Marc Schiffbauer
2017-02-06 23:48 Marc Schiffbauer
2017-02-06 23:17 Patrice Clement
2016-10-21 22:10 Marc Schiffbauer

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=1525334991.1b9df062a26cd138e6b067d5fbb0aaaf14f013b0.mschiff@gentoo \
    --to=mschiff@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