commit:     0014361c18f98aed07ae2e5020c0bb8b808559fd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 08:19:36 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 09:47:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0014361c

dev-libs/vc: drop 1.4.1-r1, 1.4.2

Closes: https://bugs.gentoo.org/887491
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/vc/Manifest                             |  2 --
 dev-libs/vc/files/vc-1.4.1-missing-include.patch | 16 ----------------
 dev-libs/vc/vc-1.4.1-r1.ebuild                   | 17 -----------------
 dev-libs/vc/vc-1.4.2.ebuild                      | 15 ---------------
 4 files changed, 50 deletions(-)

diff --git a/dev-libs/vc/Manifest b/dev-libs/vc/Manifest
index f14c03c4bddd..2e4c48676154 100644
--- a/dev-libs/vc/Manifest
+++ b/dev-libs/vc/Manifest
@@ -1,3 +1 @@
-DIST vc-1.4.1.tar.gz 638797 BLAKE2B 
38feab898a4ce2b15c4db508369426a6b470f24b81e6676ad0e667cc08efaf30e96ed1455c667372104192fe6eb2340fdbd367298fa68e3168350c2e134cc0b8
 SHA512 
dd17e214099796c41d70416d365ea038c00c5fda285b05e48d7ee4fe03f4db2671d2be006ca7b98b0d4133bfcb57faf04cecfe35c29c3b006cd91c9a185cc04a
-DIST vc-1.4.2.tar.gz 639711 BLAKE2B 
e8ef5c1249f1d5bff26997dd2b9e7e5923682a5251119b23fe4e7d4f9a166b4f9bfa0f5599d1fc4fd6ca390515e51039051c2afb17aece4c2c40a3cbd6ab630e
 SHA512 
9a929cd48bdf6b8e94765bd649e7ec42b10dea28e36eff288223d72cffa5f4fc8693e942aa3f780b42d8a0c1824fcabff22ec0622aa8ea5232c9123858b8bbbf
 DIST vc-1.4.3.tar.gz 640398 BLAKE2B 
18a5bf346b433c08b565fe4e39395f2126fff47561651d5adba677de40c50e1f1d26cef2ae6ee7f9e18f4334116aa1ad3c0bff923c61494a4ccac4d7ac2d1991
 SHA512 
7c0c4ccf8c7c4585334482135f2daf1a5bc088114b880093893583bdcea1fbfcec02485da6059304c510c8b1bb1b768ef04fd7ac8ccb21b9ebbad5d0d5babaef

diff --git a/dev-libs/vc/files/vc-1.4.1-missing-include.patch 
b/dev-libs/vc/files/vc-1.4.1-missing-include.patch
deleted file mode 100644
index 487705c9efb4..000000000000
--- a/dev-libs/vc/files/vc-1.4.1-missing-include.patch
+++ /dev/null
@@ -1,16 +0,0 @@
----
- Vc/common/simdarray.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Vc/common/simdarray.h b/Vc/common/simdarray.h
-index adbe1b7d9..ba9daf27c 100644
---- a/Vc/common/simdarray.h
-+++ b/Vc/common/simdarray.h
-@@ -33,6 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- //#include "../IO"
- 
- #include <array>
-+#include <limits>
- 
- #include "writemaskedvector.h"
- #include "simdarrayhelper.h"

diff --git a/dev-libs/vc/vc-1.4.1-r1.ebuild b/dev-libs/vc/vc-1.4.1-r1.ebuild
deleted file mode 100644
index 8ac410c11b26..000000000000
--- a/dev-libs/vc/vc-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="SIMD Vector Class Library for C++"
-HOMEPAGE="https://github.com/VcDevel/Vc";
-SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/Vc-${PV}
-
-PATCHES=( "${FILESDIR}"/${P}-missing-include.patch )
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"

diff --git a/dev-libs/vc/vc-1.4.2.ebuild b/dev-libs/vc/vc-1.4.2.ebuild
deleted file mode 100644
index 18321dfce7d8..000000000000
--- a/dev-libs/vc/vc-1.4.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="SIMD Vector Class Library for C++"
-HOMEPAGE="https://github.com/VcDevel/Vc";
-SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/Vc-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"

Reply via email to