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 A37E7158091 for ; Thu, 16 Jun 2022 10:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66DCE0894; Thu, 16 Jun 2022 10:11:21 +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 982F2E0894 for ; Thu, 16 Jun 2022 10:11:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71AD7340EBA for ; Thu, 16 Jun 2022 10:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDAC1D3 for ; Thu, 16 Jun 2022 10:11:18 +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: <1655374195.3ff01d72ed706eba77cfd8e69299e34a9dc6029e.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/gemmlowp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/gemmlowp/Manifest dev-cpp/gemmlowp/gemmlowp-0_pre20211220-r1.ebuild dev-cpp/gemmlowp/metadata.xml X-VCS-Directories: dev-cpp/gemmlowp/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 3ff01d72ed706eba77cfd8e69299e34a9dc6029e X-VCS-Branch: dev Date: Thu, 16 Jun 2022 10:11:18 +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: c8bde86b-623c-4e77-a2a5-df073b821264 X-Archives-Hash: 9deae7e5db5114d81d958406688c5258 commit: 3ff01d72ed706eba77cfd8e69299e34a9dc6029e Author: Huang Rui gmail com> AuthorDate: Thu Jun 16 10:09:50 2022 +0000 Commit: Rui Huang gmail com> CommitDate: Thu Jun 16 10:09:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ff01d72 dev-cpp/gemmlowp: treeclean, moved to ::gentoo Make CI Checks Happy. Signed-off-by: Huang Rui gmail.com> dev-cpp/gemmlowp/Manifest | 1 - dev-cpp/gemmlowp/gemmlowp-0_pre20211220-r1.ebuild | 30 ----------------------- dev-cpp/gemmlowp/metadata.xml | 11 --------- 3 files changed, 42 deletions(-) diff --git a/dev-cpp/gemmlowp/Manifest b/dev-cpp/gemmlowp/Manifest deleted file mode 100644 index 7707861e5..000000000 --- a/dev-cpp/gemmlowp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gemmlowp-0_pre20211220-r1.tar.gz 842220 BLAKE2B 74139935c01683f894a2ee8bb6f5373a64b8346e5860addd9dcccd47ceffe8942509def3ed242fcd92021c7f82f2e8858313df12369257e2172143a14cec82ed SHA512 934bc79cc951dd18bff413148f3526332685bf0980ddcc0f990ba347bafcd73725e5ffd4bd255dcaa21f0fd71698d26726e2f9f36aa8df87380048041e536e20 diff --git a/dev-cpp/gemmlowp/gemmlowp-0_pre20211220-r1.ebuild b/dev-cpp/gemmlowp/gemmlowp-0_pre20211220-r1.ebuild deleted file mode 100644 index b4d5f093d..000000000 --- a/dev-cpp/gemmlowp/gemmlowp-0_pre20211220-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT="e844ffd17118c1e17d94e1ba4354c075a4577b88" - -inherit cmake - -DESCRIPTION="Low-precision matrix multiplication" -HOMEPAGE="https://github.com/google/gemmlowp" -SRC_URI="https://github.com/google/${PN}/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}/contrib" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -} diff --git a/dev-cpp/gemmlowp/metadata.xml b/dev-cpp/gemmlowp/metadata.xml deleted file mode 100644 index 3da50af74..000000000 --- a/dev-cpp/gemmlowp/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - google/gemmlowp - -