From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/
Date: Tue, 17 Nov 2020 09:18:41 +0000 (UTC) [thread overview]
Message-ID: <1605604713.c7be1dfd76b42cfa83dd085ccddda4abf8e07cf8.juippis@gentoo> (raw)
commit: c7be1dfd76b42cfa83dd085ccddda4abf8e07cf8
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Nov 9 08:55:20 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 09:18:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7be1dfd
net-dns/https_dns_proxy: add snapshot ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-dns/https_dns_proxy/Manifest | 1 +
.../https_dns_proxy-0_pre20200925.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/net-dns/https_dns_proxy/Manifest b/net-dns/https_dns_proxy/Manifest
new file mode 100644
index 00000000000..50bc3e35b54
--- /dev/null
+++ b/net-dns/https_dns_proxy/Manifest
@@ -0,0 +1 @@
+DIST https_dns_proxy-0_pre20200925.tar.gz 16270 BLAKE2B 2677f63662d030fa1b6955f819eb6cbab6916356aa06ede13c4942824ea5c9c88f93d5c53fe725989ec668b3152c8242755279752abb1ed9941b57b83d137191 SHA512 8d0bc083447eaf5973a3ed3efbd7946c62fcabca7286266d2ac445aa522a11bff41201f54e1acb49483957a7f488578cfbb7053cd0cc83ca42c4146eab4e44ca
diff --git a/net-dns/https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild b/net-dns/https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild
new file mode 100644
index 00000000000..c7003379c00
--- /dev/null
+++ b/net-dns/https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/aarond10/https_dns_proxy.git"
+ inherit git-r3
+else
+ MY_COMMIT="2d9285e2b94bce21c588c8160f8fac660806987a"
+ SRC_URI="https://github.com/aarond10/https_dns_proxy/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${PN}-${MY_COMMIT}"
+fi
+
+DESCRIPTION="A lightweight DNS-over-HTTPS proxy"
+HOMEPAGE="https://github.com/aarond10/https_dns_proxy"
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="dev-libs/libev
+ net-dns/c-ares
+ net-misc/curl[http2,ssl]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ cmake_src_install
+ dobin "${WORKDIR}/${P}_build/https_dns_proxy"
+}
next reply other threads:[~2020-11-17 9:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 9:18 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-18 18:55 [gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/ Jakov Smolić
2020-11-25 17:37 David Seifert
2020-11-17 9:18 Joonas Niilola
2020-11-17 9:18 Joonas Niilola
2018-03-17 9:24 Pacho Ramos
2017-03-29 2:53 Richard Yao
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=1605604713.c7be1dfd76b42cfa83dd085ccddda4abf8e07cf8.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