From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/
Date: Tue, 2 Apr 2019 06:31:42 +0000 (UTC) [thread overview]
Message-ID: <1554186680.b83120bf53077382b3b55c7532a4dda1ea9c3b7b.tupone@gentoo> (raw)
commit: b83120bf53077382b3b55c7532a4dda1ea9c3b7b
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 2 06:31:20 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 06:31:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83120bf
media-libs/glm: Remove old version
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-libs/glm/Manifest | 1 -
media-libs/glm/glm-0.9.8.5-r1.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index 74aee87eafd..e57346a546b 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -1,4 +1,3 @@
-DIST glm-0.9.8.5.tar.gz 3756809 BLAKE2B 41abc10e1c41c40ad68b7148a8ccbe9d2f4fc8a80c034c86341d12fedb17ab16f96114df28f56f52a12d8d60edecd26ecbcbffe6daa76f035711248240ef6616 SHA512 5a7e84ecc5a54320c74776c133bfdbeaf0d4496a7a7fdf2f4ccf89e66b3665a577a370a662ac97a350a2b1f717ce769cb0826057ebb3b13c9c2fee65f20ac7b4
DIST glm-0.9.9.2.tar.gz 4572279 BLAKE2B 8b9ade542989b3f73f1a80403b73b5c04c5d64ae259891a6b41564eb7b4417876d527ea8440352f2feec6480ec926ca877a4849c4e75c6ece3692d24d87c942a SHA512 80a5fbeaaea5f1034cd6f8ad3f4daf8b5fa8d9410ccce15ced20f37e24c0f6083332fde82b1fa7357399b3e37c1a31dd3a14f257b7847a5f1ddefa627b50351a
DIST glm-0.9.9.3.tar.gz 4577239 BLAKE2B 167312e95a43417dba59481b1d45976d9249af9fda9ebb6d0ec598e706bc2469b8c0928877683d47335e0c55ee881a20c1c7f648dd77e183880f7c2792bd5277 SHA512 44152ea6438763feda3b78813287fd59d3574a9630a41647a157825bf5ce4a18fbbecae5a5ccd94acc118ed3d42cbce53d3a67f25632d0c00ab77e7de2bb4650
DIST glm-0.9.9.4.tar.gz 4578404 BLAKE2B 4c0bb64bb477ca46d45b4d25d7d992a39a82a7d745d4564dfac04c7f6e31ea0741b33d2d6c7832580e6f51f62a2efe269a9601c10d87f1e68b333e71e20c3d02 SHA512 50e4784fcd5f1da4ae27830948ffe4b412ec53447b89d30c6dcc2b4e0f9ec05cca4b07461d3d8a339eb103fae8dac325fabc87607b5397122ce2021d6e15a1a1
diff --git a/media-libs/glm/glm-0.9.8.5-r1.ebuild b/media-libs/glm/glm-0.9.8.5-r1.ebuild
deleted file mode 100644
index 58732d5eb6d..00000000000
--- a/media-libs/glm/glm-0.9.8.5-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="OpenGL Mathematics"
-HOMEPAGE="http://glm.g-truc.net/"
-SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( HappyBunny MIT )"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2"
-
-RDEPEND="virtual/opengl"
-
-PATCHES=(
- "${FILESDIR}/glm-gcc73.patch"
- "${FILESDIR}/${P}-gcc7_tests.patch"
-)
-
-src_configure() {
- if use test; then
- local mycmakeargs=(
- -DGLM_TEST_ENABLE=ON
- -DGLM_TEST_ENABLE_SIMD_SSE2="$(usex cpu_flags_x86_sse2 ON OFF)"
- -DGLM_TEST_ENABLE_SIMD_SSE3="$(usex cpu_flags_x86_sse3 ON OFF)"
- -DGLM_TEST_ENABLE_SIMD_AVX="$(usex cpu_flags_x86_avx ON OFF)"
- -DGLM_TEST_ENABLE_SIMD_AVX2="$(usex cpu_flags_x86_avx2 ON OFF)"
- )
- fi
-
- cmake-utils_src_configure
-}
next reply other threads:[~2019-04-02 6:31 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-02 6:31 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-13 9:45 [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/ Alfredo Tupone
2024-03-10 12:49 Arthur Zamarin
2024-03-10 12:13 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-02 19:50 Alfredo Tupone
2024-02-27 20:33 Alfredo Tupone
2024-01-27 18:24 Ionen Wolkens
2022-08-12 12:26 WANG Xuerui
2022-05-17 1:16 Sam James
2021-12-17 10:06 Andreas Sturmlechner
2021-12-11 3:29 Sam James
2021-12-08 5:01 Sam James
2021-10-29 19:39 Alfredo Tupone
2021-08-12 3:10 Yixun Lan
2021-02-25 9:46 Sam James
2021-02-07 18:19 Sergei Trofimovich
2021-02-07 9:22 Sam James
2021-01-04 3:33 Sam James
2021-01-04 3:31 Sam James
2020-12-03 13:19 Sam James
2020-11-21 21:48 Sergei Trofimovich
2020-08-09 12:32 Sergei Trofimovich
2020-08-01 14:59 Alfredo Tupone
2020-07-02 13:56 Alfredo Tupone
2020-06-17 19:23 Alfredo Tupone
2020-03-31 17:51 Mart Raudsepp
2020-02-18 11:22 Alfredo Tupone
2020-02-18 7:55 Alfredo Tupone
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-01-11 8:23 Alfredo Tupone
2020-01-10 18:00 Alfredo Tupone
2019-11-18 8:12 Alfredo Tupone
2019-09-09 18:28 Alfredo Tupone
2019-09-09 12:56 Alfredo Tupone
2019-08-01 13:09 Aaron Bauman
2019-04-14 19:31 Alfredo Tupone
2019-04-08 16:27 Alexey Shvetsov
2019-03-21 9:30 Lars Wendler
2019-03-20 21:20 Mikle Kolyada
2019-03-16 21:39 Agostino Sarubbo
2018-11-02 15:39 Lars Wendler
2018-11-02 15:39 Lars Wendler
2018-09-21 18:53 Alfredo Tupone
2018-09-10 9:45 Lars Wendler
2018-08-28 12:17 Alfredo Tupone
2018-06-01 14:11 Lars Wendler
2018-06-01 14:11 Lars Wendler
2018-04-16 9:27 Alfredo Tupone
2018-02-04 19:57 Alfredo Tupone
2017-08-18 8:44 Lars Wendler
2017-08-18 8:44 Lars Wendler
2017-01-26 23:36 Lars Wendler
2017-01-26 23:36 Lars Wendler
2016-11-16 21:30 Lars Wendler
2016-11-16 21:30 Lars Wendler
2016-11-04 9:04 Lars Wendler
2016-10-17 9:05 Lars Wendler
2016-10-17 9:05 Lars Wendler
2016-07-22 20:42 Alfredo Tupone
2016-02-17 21:15 Alfredo Tupone
2015-09-16 8:59 Justin Lecher
2015-09-16 8:59 Justin Lecher
2015-09-16 8:53 Justin Lecher
2015-09-16 8:53 Justin Lecher
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=1554186680.b83120bf53077382b3b55c7532a4dda1ea9c3b7b.tupone@gentoo \
--to=tupone@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