public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/highway/
Date: Thu, 20 Oct 2022 10:37:59 +0000 (UTC)	[thread overview]
Message-ID: <1666262246.536bfa429a5d30779a6f7ad9c0a8e0916cf936c0.asturm@gentoo> (raw)

commit:     536bfa429a5d30779a6f7ad9c0a8e0916cf936c0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 10:03:55 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 10:37:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536bfa42

dev-cpp/highway: drop 0.17.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-cpp/highway/Manifest              |  1 -
 dev-cpp/highway/highway-0.17.0.ebuild | 36 -----------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-cpp/highway/Manifest b/dev-cpp/highway/Manifest
index 6fe0975460e1..9c502bdc0c12 100644
--- a/dev-cpp/highway/Manifest
+++ b/dev-cpp/highway/Manifest
@@ -1,3 +1,2 @@
 DIST highway-0.16.0.tar.gz 1639388 BLAKE2B 660b0079b25a12a2e982b4ba16147b923d167989a7dc1c0cb65ebe5219577f2f02c8774a554fd3fe9e1c10ef7b1cf5db747500bd8acf454e26952722f7b5ac9e SHA512 c08e66f43d9d0b307737b016cfa6c3d3a1df9bd528de435d193388104f34c264866c5ff0da633fc0a6f8c50f21df1ac653e9dd3f6fbfaf227d636411ac14cd47
-DIST highway-0.17.0.tar.gz 1694290 BLAKE2B 23ab48e11e8a79eb0469bb4fef7f32148ef6d2a266779a151345fc072213521f46828c2efcb4ab75823f977c619c7727fb064f05d6b3e0aa341698074e6b0e6a SHA512 7e55724c844a09a07cb981a7d8e913dcc5491e07d14ff3e7783a69060b0c470e7d5adc4f5dbeea526b3e109eea8cc9e80605d6b8d2da1b794382e56fd534ba06
 DIST highway-1.0.1.tar.gz 1730746 BLAKE2B 1c6185af91afe32fbb35285d49101d381ade7ded262cbcd3b0a8bf28b1924a76ac5a11423a1613068f3435fbbdd2ab0119aa8a1aafe2c3467e0aff1987f40aad SHA512 35b6287579b6248966b0d36fda1522fd6338523934b079e94e857f9de08354f20b99739c99d53249a3a6c583519da0e0ac5e06dfbe6e3a89262f627c75b59dd8

diff --git a/dev-cpp/highway/highway-0.17.0.ebuild b/dev-cpp/highway/highway-0.17.0.ebuild
deleted file mode 100644
index f3a07ff5166a..000000000000
--- a/dev-cpp/highway/highway-0.17.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch"
-HOMEPAGE="https://github.com/google/highway"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/google/highway.git"
-else
-	SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-DEPEND="test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )"
-
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTING=$(usex test)
-		-DHWY_WARNINGS_ARE_ERRORS=OFF
-	)
-
-	use test && mycmakeargs+=( "-DHWY_SYSTEM_GTEST=ON" )
-
-	cmake_src_configure
-}


             reply	other threads:[~2022-10-20 10:38 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20 10:37 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-13  5:43 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/highway/ Viorel Munteanu
2024-01-23 15:08 Sam James
2024-01-18 15:19 Joonas Niilola
2024-01-17  4:59 Sam James
2024-01-17  1:10 Sam James
2024-01-16 19:51 Arthur Zamarin
2024-01-16 19:51 Arthur Zamarin
2023-12-01  7:52 Joonas Niilola
2023-08-11  7:55 Joonas Niilola
2023-08-11  7:55 Joonas Niilola
2023-07-16  6:27 Joonas Niilola
2023-03-15  5:53 Sam James
2023-03-06 12:08 Arthur Zamarin
2023-02-24 15:09 Joonas Niilola
2022-11-28  7:58 WANG Xuerui
2022-11-28  7:58 WANG Xuerui
2022-10-25 18:35 Arthur Zamarin
2022-10-17  6:45 Agostino Sarubbo
2022-10-17  6:44 Agostino Sarubbo
2022-10-17  5:28 Arthur Zamarin
2022-10-17  5:27 Joonas Niilola
2022-10-17  5:16 Joonas Niilola
2022-10-16 15:53 Arthur Zamarin
2022-10-10 12:20 Joonas Niilola
2022-08-31  8:42 Florian Schmaus
2022-08-10  8:31 Joonas Niilola
2022-08-08 12:39 Agostino Sarubbo
2022-08-05  7:16 Agostino Sarubbo
2022-08-04  8:03 Agostino Sarubbo
2022-06-15 14:31 Agostino Sarubbo
2022-06-14  6:17 Jakov Smolić
2022-06-13 21:14 Sam James
2022-06-13 21:14 Sam James
2022-06-08  8:12 Florian Schmaus
2022-04-29  3:30 Sam James
2022-04-20 23:53 Sam James
2022-04-20 23:53 Sam James
2022-04-02  7:41 Arthur Zamarin
2022-04-02  7:33 Arthur Zamarin
2022-04-01  1:31 Sam James
2022-03-31 19:15 Arthur Zamarin
2022-03-31 19:12 Arthur Zamarin
2022-03-27 23:58 Yixun Lan
2022-03-27 23:58 Yixun Lan
2022-03-24 12:46 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1666262246.536bfa429a5d30779a6f7ad9c0a8e0916cf936c0.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox