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 74432138334 for ; Sat, 31 Aug 2019 20:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88D1DE085B; Sat, 31 Aug 2019 20:19:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E915E085B for ; Sat, 31 Aug 2019 20:19:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D35B34A797 for ; Sat, 31 Aug 2019 20:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C308B720 for ; Sat, 31 Aug 2019 20:19:00 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1567282733.8f03ff3fffa965cee9a189a4d5fd36bc82ee0ebc.zmedico@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.10.ebuild X-VCS-Directories: www-servers/civetweb/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8f03ff3fffa965cee9a189a4d5fd36bc82ee0ebc X-VCS-Branch: master Date: Sat, 31 Aug 2019 20:19:00 +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: 348534fe-8587-4baa-8296-8c4c4c55772a X-Archives-Hash: c184157b086cc6c96d8aacee181b0d32 commit: 8f03ff3fffa965cee9a189a4d5fd36bc82ee0ebc Author: Zac Medico gentoo org> AuthorDate: Sat Aug 31 20:16:32 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Aug 31 20:18:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f03ff3f www-servers/civetweb: Remove old version 1.10 Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> www-servers/civetweb/Manifest | 1 - www-servers/civetweb/civetweb-1.10.ebuild | 36 ------------------------------- 2 files changed, 37 deletions(-) diff --git a/www-servers/civetweb/Manifest b/www-servers/civetweb/Manifest index d83660b0b20..8d85e589685 100644 --- a/www-servers/civetweb/Manifest +++ b/www-servers/civetweb/Manifest @@ -1,2 +1 @@ -DIST civetweb-1.10.tar.gz 11350512 BLAKE2B b0a2ef514a0d9f821a1e05e72000901092f722a5628b759401ef4118301ef79ee8b00f44a9fe9e9f64a14b4af6511419d1684cbe9d2b7c0eb18dbd9d98cd7cbe SHA512 54035883fbec590f339a2b4b5bf1b9a93591ea50bff056830d0c45b874cf6e46ce5af39e9dd9d4e0e6c82bec844aa0f159503f337998e9e10e59099b8ecc3f79 DIST civetweb-1.11.tar.gz 11421650 BLAKE2B 487044a313c2ff005a8dfa247b3d8a3c3b52ef048cbc3050ec8c0402ccef4e12e28de53fed5a3a91df1e7f59ba6c03bf545413ffdd0ce3e4d604148c16c661e9 SHA512 e1520fd2f4a54b6ab4838f4da2ce3f0956e9884059467d196078935a3fce61dad619f3bb1bc2b4c6a757e1a8abfed0e83cba38957c7c52fff235676e9dd1d428 diff --git a/www-servers/civetweb/civetweb-1.10.ebuild b/www-servers/civetweb/civetweb-1.10.ebuild deleted file mode 100644 index 62190ba870b..00000000000 --- a/www-servers/civetweb/civetweb-1.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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="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_ENABLE_LUA=OFF - -DCIVETWEB_ENABLE_DUKTAPE=OFF - -DCIVETWEB_ENABLE_SSL="$(usex ssl)" - ) - - cmake-utils_src_configure -}