commit:     3c9adb7c0e66fda67b6c0624a251fcb496881162
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 23:37:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 23:37:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9adb7c

net-libs/libmicrohttpd: adjust ebuild layout

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild |  6 +++---
 net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild    |  8 +++++---
 net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild    | 10 ++++++----
 net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild    |  6 +++---
 net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild    |  4 ++--
 5 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild
index 281d4b602214..5ffa2ab06746 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -11,8 +11,6 @@ DESCRIPTION="Small C library to run an HTTP server as part of 
another applicatio
 HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.73-test-ssl3.patch )
-
 LICENSE="LGPL-2.1"
 SLOT="0/12"
 KEYWORDS="amd64 x86"
@@ -30,6 +28,8 @@ S=${WORKDIR}/${MY_P}
 
 DOCS="AUTHORS NEWS README ChangeLog"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.9.73-test-ssl3.patch )
+
 multilib_src_configure() {
        ECONF_SOURCE="${S}" \
        econf \

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
index da487b6ff5c8..2a68bf80c8c9 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -24,8 +24,10 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig
        "
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.73-test-ssl3.patch
-          "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch )
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.9.73-test-ssl3.patch
+       "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch
+)
 
 S=${WORKDIR}/${MY_P}
 

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild
index 4985c28c2bdb..078fcb4fdb0a 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,9 +12,6 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 S="${WORKDIR}"/${MY_P}
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.73-test-ssl3.patch
-          "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch )
-
 LICENSE="LGPL-2.1+"
 SLOT="0/12"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
@@ -29,6 +26,11 @@ BDEPEND="ssl? ( virtual/pkgconfig )"
 
 DOCS=( AUTHORS NEWS README ChangeLog )
 
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.9.73-test-ssl3.patch
+       "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch
+)
+
 multilib_src_configure() {
        ECONF_SOURCE="${S}" \
        econf \

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild
index e9712aa82f66..66062fe3d002 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -12,8 +12,6 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 S="${WORKDIR}"/${MY_P}
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch )
-
 LICENSE="LGPL-2.1+"
 SLOT="0/12"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
@@ -28,6 +26,8 @@ BDEPEND="ssl? ( virtual/pkgconfig )"
 
 DOCS=( AUTHORS NEWS COPYING README ChangeLog )
 
+PATCHES=( "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch )
+
 multilib_src_configure() {
        ECONF_SOURCE="${S}" \
        econf \

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
index c8f52e4fc451..91a33a5ffc66 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
@@ -12,8 +12,6 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 S="${WORKDIR}"/${MY_P}
 
-PATCHES=( "${FILESDIR}"/${P}-fix-testsuite-with-lto.patch )
-
 LICENSE="LGPL-2.1+"
 SLOT="0/12"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
@@ -28,6 +26,8 @@ BDEPEND="ssl? ( virtual/pkgconfig )"
 
 DOCS=( AUTHORS NEWS COPYING README ChangeLog )
 
+PATCHES=( "${FILESDIR}"/${P}-fix-testsuite-with-lto.patch )
+
 multilib_src_configure() {
        ECONF_SOURCE="${S}" \
        econf \

Reply via email to