[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/, net-dns/https_dns_proxy/files/

2025-10-02 Thread Andreas Sturmlechner
commit: 221647fa64007ade935173f6727b1841a5aa587e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 30 14:53:32 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 30 17:50:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221647fa

net-dns/https_dns_proxy: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/https_dns_proxy-0_pre20200925-cmake4.patch | 20 
 .../https_dns_proxy-0_pre20200925.ebuild | 17 ++---
 net-dns/https_dns_proxy/https_dns_proxy-.ebuild  | 15 ---
 3 files changed, 38 insertions(+), 14 deletions(-)

diff --git 
a/net-dns/https_dns_proxy/files/https_dns_proxy-0_pre20200925-cmake4.patch 
b/net-dns/https_dns_proxy/files/https_dns_proxy-0_pre20200925-cmake4.patch
new file mode 100644
index ..d4c4f7c23fd8
--- /dev/null
+++ b/net-dns/https_dns_proxy/files/https_dns_proxy-0_pre20200925-cmake4.patch
@@ -0,0 +1,20 @@
+From 04db5de69c6f030b432f44fc2a17cd9a28f91e61 Mon Sep 17 00:00:00 2001
+From: baranyaib90 <[email protected]>
+Date: Wed, 28 Jul 2021 20:18:56 +0200
+Subject: [PATCH] Warning fixes
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ad116df..a5c0a28 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -0,5 +0,5 @@
++cmake_minimum_required(VERSION 3.7)
+ project(HttpsDnsProxy)
+-cmake_minimum_required(VERSION 2.8)
+ 
+ set(CMAKE_BUILD_TYPE "Debug")
+ #set(CMAKE_BUILD_TYPE "Release")

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
index d2ca352cd24f..8af7751fbb9e 100644
--- a/net-dns/https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild
+++ b/net-dns/https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit cmake
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == ** ]] ; 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"
+   COMMIT="2d9285e2b94bce21c588c8160f8fac660806987a"
+   
SRC_URI="https://github.com/aarond10/https_dns_proxy/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${MY_COMMIT}"
+   S="${WORKDIR}/${PN}-${COMMIT}"
 fi
 
-DESCRIPTION="A lightweight DNS-over-HTTPS proxy"
+DESCRIPTION="Lightweight DNS-over-HTTPS proxy"
 HOMEPAGE="https://github.com/aarond10/https_dns_proxy";
 
 LICENSE="MIT"
@@ -26,6 +27,8 @@ RDEPEND="
net-misc/curl[http2,ssl]"
 DEPEND="${RDEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-cmake4.patch" ) # git master
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_GTest=ON

diff --git a/net-dns/https_dns_proxy/https_dns_proxy-.ebuild 
b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
index d2ca352cd24f..57ad56c18cc7 100644
--- a/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
+++ b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit cmake
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == ** ]] ; 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"
+   COMMIT="2d9285e2b94bce21c588c8160f8fac660806987a"
+   
SRC_URI="https://github.com/aarond10/https_dns_proxy/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${MY_COMMIT}"
+   S="${WORKDIR}/${PN}-${COMMIT}"
 fi
 
-DESCRIPTION="A lightweight DNS-over-HTTPS proxy"
+DESCRIPTION="Lightweight DNS-over-HTTPS proxy"
 HOMEPAGE="https://github.com/aarond10/https_dns_proxy";
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2025-05-21 Thread Sam James
commit: 49f000c69cd9174d731d1160fcffe18df1029bd1
Author: Z. Liu  gmail  com>
AuthorDate: Wed May 14 03:49:19 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 21 21:16:40 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f000c6

net-dns/https_dns_proxy: fix github repo

Signed-off-by: Z. Liu  gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42081
Signed-off-by: Sam James  gentoo.org>

 net-dns/https_dns_proxy/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/https_dns_proxy/metadata.xml 
b/net-dns/https_dns_proxy/metadata.xml
index 707d5c1a05ed..2727c8988bfb 100644
--- a/net-dns/https_dns_proxy/metadata.xml
+++ b/net-dns/https_dns_proxy/metadata.xml
@@ -3,6 +3,6 @@
 


-   aarond10/dns-over-https-proxy
+   aarond10/https_dns_proxy

 



[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2024-06-18 Thread Jakov Smolić
commit: f670a06a22a014284314d95d6995cf2315b143e0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jun 18 18:29:30 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jun 18 18:54:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f670a06a

net-dns/https_dns_proxy: drop myself as a maintainer

Signed-off-by: Jakov Smolić  gentoo.org>

 net-dns/https_dns_proxy/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-dns/https_dns_proxy/metadata.xml 
b/net-dns/https_dns_proxy/metadata.xml
index bdc075d175ad..707d5c1a05ed 100644
--- a/net-dns/https_dns_proxy/metadata.xml
+++ b/net-dns/https_dns_proxy/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   [email protected]
-   Jakov Smolić
-   
+   

aarond10/dns-over-https-proxy




[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2020-11-25 Thread David Seifert
commit: 922290d4950d8c2be8d43dc010ba0a1571207fd2
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 25 17:37:20 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 25 17:37:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922290d4

net-dns/https_dns_proxy: fix automagic gtest dep

* Tests are not ready yet

Closes: https://github.com/gentoo/gentoo/pull/18296
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 .../https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild  | 15 ---
 net-dns/https_dns_proxy/https_dns_proxy-.ebuild   | 15 ---
 2 files changed, 24 insertions(+), 6 deletions(-)

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
index c7003379c00..d2ca352cd24 100644
--- a/net-dns/https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild
+++ b/net-dns/https_dns_proxy/https_dns_proxy-0_pre20200925.ebuild
@@ -20,12 +20,21 @@ HOMEPAGE="https://github.com/aarond10/https_dns_proxy";
 LICENSE="MIT"
 SLOT="0"
 
-DEPEND="dev-libs/libev
+RDEPEND="
+   dev-libs/libev
net-dns/c-ares
net-misc/curl[http2,ssl]"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_GTest=ON
+   -DCLANG_TIDY_EXE=OFF
+   )
+   cmake_src_configure
+}
 
 src_install() {
cmake_src_install
-   dobin "${WORKDIR}/${P}_build/https_dns_proxy"
+   dobin "${BUILD_DIR}"/https_dns_proxy
 }

diff --git a/net-dns/https_dns_proxy/https_dns_proxy-.ebuild 
b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
index 3c26883fb12..d2ca352cd24 100644
--- a/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
+++ b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
@@ -20,12 +20,21 @@ HOMEPAGE="https://github.com/aarond10/https_dns_proxy";
 LICENSE="MIT"
 SLOT="0"
 
-DEPEND="dev-libs/libev
+RDEPEND="
+   dev-libs/libev
net-dns/c-ares
net-misc/curl[http2,ssl]"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_GTest=ON
+   -DCLANG_TIDY_EXE=OFF
+   )
+   cmake_src_configure
+}
 
 src_install() {
cmake_src_install
-   dobin "${S}_build/https_dns_proxy"
+   dobin "${BUILD_DIR}"/https_dns_proxy
 }



[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2020-11-17 Thread Joonas Niilola
commit: c7be1dfd76b42cfa83dd085ccddda4abf8e07cf8
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Nov  9 08:55:20 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 17 09:18:33 2020 +
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  sartura.hr>
Signed-off-by: Joonas Niilola  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 000..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 000..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} == "" ]] ; 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"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2020-11-17 Thread Joonas Niilola
commit: 19e71b2bf9b030645e194a2cb274ca3337607768
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Nov  9 08:53:12 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 17 09:18:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e71b2b

net-dns/https_dns_proxy: update live ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Joonas Niilola  gentoo.org>

 .../https_dns_proxy/https_dns_proxy-.ebuild| 28 --
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/net-dns/https_dns_proxy/https_dns_proxy-.ebuild 
b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
index 4952e64d90e..3c26883fb12 100644
--- a/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
+++ b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
@@ -1,27 +1,31 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit git-r3 cmake-utils
+EAPI=7
+inherit cmake
 
-DESCRIPTION="A lightweight DNS-over-HTTPS proxy."
+if [[ ${PV} == "" ]] ; 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";
-EGIT_REPO_URI="https://github.com/aarond10/${PN}.git";
-SRC_URI=""
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
 
 DEPEND="dev-libs/libev
net-dns/c-ares
-   >=net-misc/curl-7.53.0[http2,ssl]
-   "
+   net-misc/curl[http2,ssl]"
 RDEPEND="${DEPEND}"
 
 src_install() {
-   cmake-utils_src_install
-   exeinto /usr/bin
-   doexe "${S}_build/https_dns_proxy"
+   cmake_src_install
+   dobin "${S}_build/https_dns_proxy"
 }



[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2020-11-17 Thread Joonas Niilola
commit: cc0ceec0d94dfde64a48e104a4d32faf9cbaffae
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Nov  9 08:59:26 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 17 09:18:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0ceec0

net-dns/https_dns_proxy: new maintainer

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/18196
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/https_dns_proxy/metadata.xml | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/net-dns/https_dns_proxy/metadata.xml 
b/net-dns/https_dns_proxy/metadata.xml
index 99a1bb6c7e3..b314b6132a1 100644
--- a/net-dns/https_dns_proxy/metadata.xml
+++ b/net-dns/https_dns_proxy/metadata.xml
@@ -1,8 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   [email protected]
+   Jakov Smolic
+   
+   
+   [email protected]
+   Proxy Maintainers
+   

-   wrouesnel/dns-over-https-proxy
+   aarond10/dns-over-https-proxy

 



[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2018-03-17 Thread Pacho Ramos
commit: a8cb9b5f28f4d5ee77f84159aa1b060ed6d4c2d8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 17 09:13:02 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 17 09:21:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cb9b5f

net-dns/https_dns_proxy: Update maintainer due to bug #405105

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dns/https_dns_proxy/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-dns/https_dns_proxy/metadata.xml 
b/net-dns/https_dns_proxy/metadata.xml
index 3f5fcedb56b..05f6714f2c9 100644
--- a/net-dns/https_dns_proxy/metadata.xml
+++ b/net-dns/https_dns_proxy/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   [email protected]
-   Richard Yao
-   

wrouesnel/dns-over-https-proxy




[gentoo-commits] repo/gentoo:master commit in: net-dns/https_dns_proxy/

2017-03-28 Thread Richard Yao
commit: 182ae685bf4df5318726e676c1e580e6e3b4412e
Author: Richard Yao  gentoo  org>
AuthorDate: Wed Mar 29 02:50:01 2017 +
Commit: Richard Yao  gentoo  org>
CommitDate: Wed Mar 29 02:52:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182ae685

net-dns/https_dns_proxy: New package

Tested on ~mips. Will commit snapshot at later point

Package-Manager: Portage-2.3.3, Repoman-2.3.0-r1

Signed-off-by: Richard Yao  gentoo.org>

 .../https_dns_proxy/https_dns_proxy-.ebuild| 28 ++
 net-dns/https_dns_proxy/metadata.xml   | 11 +
 2 files changed, 39 insertions(+)

diff --git a/net-dns/https_dns_proxy/https_dns_proxy-.ebuild 
b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
new file mode 100644
index 000..b38110db87b
--- /dev/null
+++ b/net-dns/https_dns_proxy/https_dns_proxy-.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit git-r3 cmake-utils
+
+DESCRIPTION="A lightweight DNS-over-HTTPS proxy."
+HOMEPAGE="https://github.com/aarond10/https_dns_proxy";
+EGIT_REPO_URI="https://github.com/aarond10/${PN}.git";
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-libs/libev
+   net-dns/c-ares
+   >=net-misc/curl-7.53.0[http2,ssl]
+   "
+RDEPEND="${DEPEND}"
+
+src_install(){
+   cmake-utils_src_install
+   exeinto /usr/bin
+   doexe "${S}_build/https_dns_proxy"
+}

diff --git a/net-dns/https_dns_proxy/metadata.xml 
b/net-dns/https_dns_proxy/metadata.xml
new file mode 100644
index 000..3f5fcedb56b
--- /dev/null
+++ b/net-dns/https_dns_proxy/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   [email protected]
+   Richard Yao
+   
+   
+   wrouesnel/dns-over-https-proxy
+   
+