summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-21 00:37:41 +0100
committerSam James <sam@gentoo.org>2022-10-21 00:37:57 +0100
commit3c9adb7c0e66fda67b6c0624a251fcb496881162 (patch)
tree22d26ebe1b593610030c15f2546250a875688598 /net-libs/libmicrohttpd
parentnet-libs/libmicrohttpd: fixed tests with LTO (diff)
downloadgentoo-3c9adb7c0e66fda67b6c0624a251fcb496881162.tar.gz
gentoo-3c9adb7c0e66fda67b6c0624a251fcb496881162.tar.bz2
gentoo-3c9adb7c0e66fda67b6c0624a251fcb496881162.zip
net-libs/libmicrohttpd: adjust ebuild layout
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r--net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild6
-rw-r--r--net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild8
-rw-r--r--net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild10
-rw-r--r--net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild6
-rw-r--r--net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild4
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 \