commit:     ad14f8cc9669b61aafae16fa38ebbc2940e648f2
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 07:32:31 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 07:37:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad14f8cc

net-libs/libmicrohttpd: drop 0.9.68-r1, 0.9.72, 0.9.73, 0.9.74

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/libmicrohttpd/Manifest                    |  4 --
 .../libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild   | 58 --------------------
 net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild | 60 ---------------------
 net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild | 61 ----------------------
 net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild | 58 --------------------
 5 files changed, 241 deletions(-)

diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest
index bf678359ce16..b076f6ef1d1b 100644
--- a/net-libs/libmicrohttpd/Manifest
+++ b/net-libs/libmicrohttpd/Manifest
@@ -1,6 +1,2 @@
-DIST libmicrohttpd-0.9.68.tar.gz 1884342 BLAKE2B 
3f74c48917fa19753a617242fa07b99a69510a14a802609d038964d927516f8f52b4330d0eee2c7b98096b2d840158e4945310edef290224ea256d9616fb4d94
 SHA512 
9daaab5fb35fef6f2a19b7e08eeb8473aeb0a67631808a8d7a7f78a09cb621ca5d32dbbbca616865a40afb92f8c6495f9e2ba1674880af8011a2bc798c070a13
-DIST libmicrohttpd-0.9.72.tar.gz 1693553 BLAKE2B 
24d9284d8cab65d4a5b6b7f3a5b860dfd8cf69b21e44ee05ae2f7561b766a72d2dbb7f57849a31c22454e211befa74e058f78814b79e7876b3d14c7252ab5800
 SHA512 
9695e2fb08785e4b60342226ef3a0af22da4d80f127e7db9ec80ce844f70d0d781b30af207d58d8eb691b85a5fe4691cb9ecf887ca86f5e059a05259ae041316
-DIST libmicrohttpd-0.9.73.tar.gz 1738675 BLAKE2B 
63845b1b7fa0aa8ce29e9917521e10bd59fa0d27658e87ef3273d5014adf5cd9514a2d84465a573df03b44dcd50da7d157ef9c4952107ebba49efdfb398476c2
 SHA512 
473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3
-DIST libmicrohttpd-0.9.74.tar.gz 1962057 BLAKE2B 
6751696740e2893b6ad1ecf5f6e6716dc4b053f788ca1c9c76a25051437942cd975dc0ee428a65af58da04f4cca41c4ed79cdd335b3f90d1dd52651185ee42dc
 SHA512 
86e8b88e064f17557455617975888993a285f4de6d4051cb837ef3e7328d3718001ef280473d306724dd85a01e1787fca099d4bd18e5d78b766e41a3a9f126ef
 DIST libmicrohttpd-0.9.75.tar.gz 1952076 BLAKE2B 
419d7b7113edbcc54eec3e3b6da92d040e15b451bde4e1372b368fdd87277c85daddc295bc71d25bf02135921a8716876e9536c9dee286fa29b66bfb8167ebd2
 SHA512 
4dc62ed191342a61cc2767171bb1ff4050f390db14ef7100299888237b52ea0b04b939c843878fe7f5daec2b35a47b3c1b7e7c11fb32d458184fe6b19986a37c
 DIST libmicrohttpd-0.9.76.tar.gz 2199858 BLAKE2B 
2c2de77d731ff130bb1491733b91e9e0b0c68bc30ea1a826f7f1d97aaf83fa7f6bec3c219f81c5293de72595b26d1e6eb66cdd4bfe3b16bd37a10e3acd3c6446
 SHA512 
9ff8a837892142376eaeaf50c0b0dba76697d0ff44b908434cba8db4324c57dfb8bbcc1a922b97d825891ac10f50693dee9388531856e0fa81fa2cfeac538581

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild
deleted file mode 100644
index 5ffa2ab06746..000000000000
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit multilib-minimal
-
-MY_P="${P/_/}"
-
-DESCRIPTION="Small C library to run an HTTP server as part of another 
application"
-HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
-SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/12"
-KEYWORDS="amd64 x86"
-IUSE="+epoll ssl static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="ssl? ( >net-libs/gnutls-2.12.20:=[${MULTILIB_USEDEP}] )"
-
-# We disable tests below because they're broken,
-# but if enabled, we'll need this.
-DEPEND="${RDEPEND}
-       test?   ( net-misc/curl[ssl?] )"
-
-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 \
-               --enable-bauth \
-               --enable-dauth \
-               --disable-examples \
-               --enable-messages \
-               --enable-postprocessor \
-               --disable-thread-names \
-               $(use_enable epoll) \
-               $(use_enable test curl) \
-               $(use_enable ssl https) \
-               $(use_with ssl gnutls) \
-               $(use_enable static-libs static)
-}
-
-# tests are broken in the portage environment.
-src_test() {
-       :
-}
-
-multilib_src_install_all() {
-       default
-
-       use static-libs || find "${ED}" -name '*.la' -delete
-}

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
deleted file mode 100644
index 2a68bf80c8c9..000000000000
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit multilib-minimal
-
-MY_P="${P/_/}"
-
-DESCRIPTION="Small C library to run an HTTP server as part of another 
application"
-HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
-SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/12"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
-IUSE="+epoll ssl static-libs test thread-names"
-RESTRICT="!test? ( test )"
-
-RDEPEND="ssl? ( >net-libs/gnutls-2.12.20:=[${MULTILIB_USEDEP}] )"
-
-DEPEND="${RDEPEND}
-       test?   ( net-misc/curl[ssl?] )
-       virtual/pkgconfig
-       "
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.9.73-test-ssl3.patch
-       "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch
-)
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="AUTHORS NEWS README ChangeLog"
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" \
-       econf \
-               --enable-shared \
-               $(use_enable static-libs static) \
-               --disable-nls \
-               --enable-bauth \
-               --enable-dauth \
-               --disable-examples \
-               --enable-messages \
-               --enable-postprocessor \
-               --enable-httpupgrade \
-               --disable-experimental \
-               $(use_enable thread-names) \
-               $(use_enable epoll) \
-               $(use_enable test curl) \
-               $(use_enable ssl https) \
-               $(use_with ssl gnutls)
-}
-
-multilib_src_install_all() {
-       default
-
-       use static-libs || find "${ED}" -name '*.la' -delete
-}

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild
deleted file mode 100644
index 078fcb4fdb0a..000000000000
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.73.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit multilib-minimal
-
-MY_P="${P/_/}"
-
-DESCRIPTION="Small C library to run an HTTP server as part of another 
application"
-HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
-SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="LGPL-2.1+"
-SLOT="0/12"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
-IUSE="+epoll ssl static-libs test thread-names"
-RESTRICT="!test? ( test )"
-
-RDEPEND="ssl? ( >net-libs/gnutls-2.12.20:=[${MULTILIB_USEDEP}] )"
-# libcurl and the curl binary are used during tests on CHOST
-DEPEND="${RDEPEND}
-       test? ( net-misc/curl[ssl?] )"
-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 \
-               --enable-shared \
-               $(use_enable static-libs static) \
-               --disable-nls \
-               --enable-bauth \
-               --enable-dauth \
-               --disable-examples \
-               --enable-messages \
-               --enable-postprocessor \
-               --enable-httpupgrade \
-               --disable-experimental \
-               --disable-heavy-tests \
-               $(use_enable thread-names) \
-               $(use_enable epoll) \
-               $(use_enable test curl) \
-               $(use_enable ssl https) \
-               $(use_with ssl gnutls)
-}
-
-multilib_src_install_all() {
-       default
-
-       if ! use static-libs; then
-               find "${ED}" -name '*.la' -delete || die
-       fi
-}

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild
deleted file mode 100644
index 66062fe3d002..000000000000
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit multilib-minimal
-
-MY_P="${P/_/}"
-
-DESCRIPTION="Small C library to run an HTTP server as part of another 
application"
-HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/";
-SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="LGPL-2.1+"
-SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="+epoll ssl static-libs test +thread-names"
-RESTRICT="!test? ( test )"
-
-RDEPEND="ssl? ( >net-libs/gnutls-2.12.20:=[${MULTILIB_USEDEP}] )"
-# libcurl and the curl binary are used during tests on CHOST
-DEPEND="${RDEPEND}
-       test? ( net-misc/curl[ssl?] )"
-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 \
-               --enable-shared \
-               $(use_enable static-libs static) \
-               --disable-nls \
-               --enable-bauth \
-               --enable-dauth \
-               --disable-examples \
-               --enable-messages \
-               --enable-postprocessor \
-               --enable-httpupgrade \
-               --disable-experimental \
-               --disable-heavy-tests \
-               $(use_enable thread-names) \
-               $(use_enable epoll) \
-               $(use_enable test curl) \
-               $(use_enable ssl https) \
-               $(use_with ssl gnutls)
-}
-
-multilib_src_install_all() {
-       default
-
-       if ! use static-libs; then
-               find "${ED}" -name '*.la' -delete || die
-       fi
-}

Reply via email to