From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2A23158086 for ; Fri, 8 Oct 2021 08:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC3D3E085A; Fri, 8 Oct 2021 08:33:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD175E0848 for ; Fri, 8 Oct 2021 08:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AACD7343418 for ; Fri, 8 Oct 2021 08:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6589B105 for ; Fri, 8 Oct 2021 08:33:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1633681997.65bbd220157588b000f2ae3e74ebb952401d66a6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/civetweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/civetweb/Manifest www-servers/civetweb/civetweb-1.11.ebuild X-VCS-Directories: www-servers/civetweb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 65bbd220157588b000f2ae3e74ebb952401d66a6 X-VCS-Branch: master Date: Fri, 8 Oct 2021 08:33:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: daa4ec89-6bc7-4f90-83ae-4e7fd68794fe X-Archives-Hash: 3cfd32c3bf6f46ac9af977fe78b46fa2 commit: 65bbd220157588b000f2ae3e74ebb952401d66a6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 9 23:28:57 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 8 08:33:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bbd220 www-servers/civetweb: Drop 1.11, EAPI6--, overshadowed by stable 1.12 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> www-servers/civetweb/Manifest | 1 - www-servers/civetweb/civetweb-1.11.ebuild | 39 ------------------------------- 2 files changed, 40 deletions(-) diff --git a/www-servers/civetweb/Manifest b/www-servers/civetweb/Manifest index b10a725710a..da62a017d55 100644 --- a/www-servers/civetweb/Manifest +++ b/www-servers/civetweb/Manifest @@ -1,2 +1 @@ -DIST civetweb-1.11.tar.gz 11421650 BLAKE2B 487044a313c2ff005a8dfa247b3d8a3c3b52ef048cbc3050ec8c0402ccef4e12e28de53fed5a3a91df1e7f59ba6c03bf545413ffdd0ce3e4d604148c16c661e9 SHA512 e1520fd2f4a54b6ab4838f4da2ce3f0956e9884059467d196078935a3fce61dad619f3bb1bc2b4c6a757e1a8abfed0e83cba38957c7c52fff235676e9dd1d428 DIST civetweb-1.12.tar.gz 11463079 BLAKE2B 1182f798a2f9cdb34754b3c0edf80160efda31f72d800b26b27ec36ff4a5623745495a52632a128aefda67c6b902250c4e01ec7debd73d4a95abfc42a1b17ea6 SHA512 d6f8d29011bc1accd5384856bef16c0f20305f622a8f8c127cdf3ae5c567db3aba0d76293cc8c77f90f4989c44b2896a45e533d2f2408cc49488d1d234d308f5 diff --git a/www-servers/civetweb/civetweb-1.11.ebuild b/www-servers/civetweb/civetweb-1.11.ebuild deleted file mode 100644 index b723333e365..00000000000 --- a/www-servers/civetweb/civetweb-1.11.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -HOMEPAGE="https://github.com/civetweb/civetweb/" -DESCRIPTION="Embedded C/C++ web server" -SRC_URI="https://github.com/civetweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cxx +server ssl" - -RDEPEND="ssl? ( dev-libs/openssl:0= )" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -e 's|DESTINATION lib$|DESTINATION ${CMAKE_INSTALL_LIBDIR}|' \ - -i src/CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=OFF - -DBUILD_SHARED_LIBS=ON - -DCIVETWEB_BUILD_TESTING=OFF - -DCIVETWEB_ENABLE_LUA=OFF - -DCIVETWEB_ENABLE_DUKTAPE=OFF - -DCIVETWEB_ENABLE_CXX="$(usex cxx)" - -DCIVETWEB_ENABLE_SERVER_EXECUTABLE="$(usex server)" - -DCIVETWEB_ENABLE_SSL="$(usex ssl)" - ) - - cmake-utils_src_configure -}