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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D0EC15808B for ; Mon, 7 Feb 2022 15:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2682DE07A5; Mon, 7 Feb 2022 15:56:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C72FE07A5 for ; Mon, 7 Feb 2022 15:56:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B4A4342C78 for ; Mon, 7 Feb 2022 15:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E0BA285 for ; Mon, 7 Feb 2022 15:56:15 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1644249357.8db0a05ac2a3b5f513cee41e97095fdbc6cd4a7d.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/qhttpengine/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild dev-libs/qhttpengine/qhttpengine-9999.ebuild X-VCS-Directories: dev-libs/qhttpengine/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 8db0a05ac2a3b5f513cee41e97095fdbc6cd4a7d X-VCS-Branch: dev Date: Mon, 7 Feb 2022 15:56:15 +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: 13463ba7-6384-4e82-9a1a-49da25030fe8 X-Archives-Hash: b99baeee73c523e809c10e53228ce878 commit: 8db0a05ac2a3b5f513cee41e97095fdbc6cd4a7d Author: Huang Rui gmail com> AuthorDate: Mon Feb 7 15:55:03 2022 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Feb 7 15:55:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8db0a05a dev-libs/qhttpengine: EAPI=8 and happy new year Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Huang Rui gmail.com> dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild | 5 ++--- dev-libs/qhttpengine/qhttpengine-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild b/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild index e9aa20149..f09e66678 100644 --- a/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild +++ b/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 inherit cmake @@ -43,7 +43,6 @@ src_configure() { -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" -DLIB_INSTALL_DIR=$(get_libdir) -DDOC_INSTALL_DIR="share/doc/${PF}" - ${CMAKE_CONF} ) cmake_src_configure diff --git a/dev-libs/qhttpengine/qhttpengine-9999.ebuild b/dev-libs/qhttpengine/qhttpengine-9999.ebuild index e9aa20149..f09e66678 100644 --- a/dev-libs/qhttpengine/qhttpengine-9999.ebuild +++ b/dev-libs/qhttpengine/qhttpengine-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 inherit cmake @@ -43,7 +43,6 @@ src_configure() { -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" -DLIB_INSTALL_DIR=$(get_libdir) -DDOC_INSTALL_DIR="share/doc/${PF}" - ${CMAKE_CONF} ) cmake_src_configure