From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/
Date: Sun, 20 May 2018 18:37:10 +0000 (UTC) [thread overview]
Message-ID: <1526840733.da94829ff350187a3efaca0ece5ac0fd6085a853.mattst88@gentoo> (raw)
commit: da94829ff350187a3efaca0ece5ac0fd6085a853
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 18:25:33 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 18:25:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da94829f
media-libs/libepoxy: Drop old versions
media-libs/libepoxy/Manifest | 2 --
media-libs/libepoxy/libepoxy-1.4.1.ebuild | 49 -------------------------
media-libs/libepoxy/libepoxy-1.5.0.ebuild | 59 -------------------------------
3 files changed, 110 deletions(-)
diff --git a/media-libs/libepoxy/Manifest b/media-libs/libepoxy/Manifest
index f67cf6c560e..b92f794a2ec 100644
--- a/media-libs/libepoxy/Manifest
+++ b/media-libs/libepoxy/Manifest
@@ -1,5 +1,3 @@
-DIST libepoxy-1.4.1.tar.gz 309759 BLAKE2B 304bbe395ec184d0b29b0ed256917d78a84d815599ae2f2a3ba72ea165c6fe1c73eea27125ff7b3d6097b406aa07643ddd185550b827fae5adac426af4999022 SHA512 6656df4d447bd581b7701931070e03accb5b105426248f2b3360ba59bf50e09ce8be4c9691904b517b92fbfe241f8f3f435de116ca77ea2a0ecf1c121fb24a11
DIST libepoxy-1.4.2.tar.gz 309973 BLAKE2B 029948aea64db917e782a57c901f537be796b269bcfdc9f4238db4fae41d3d11f68def2288d73a673b7e2a159e7ed2226761e4ebf603ec4f0fdcaf7f56eb02d1 SHA512 b94e1fe749c63a82f38369ff62b7d0d8cf1c55884159f030dc2919c17daf5811dd71cfd6a663edb38df66ff4ca53120a6a53501568cc8a582f08d4ae82fe9d89
DIST libepoxy-1.4.3.tar.gz 310823 BLAKE2B 6eab12a0ecf68a1bda3484c7cd71c0b3d62391e2bee8efd3c0fe7970ee4c3672f2dd81547d3884b301165accf3a8ce91a7c2a2e9686b1ca43c7f37cd15c5c946 SHA512 41c7a4eea66c89346b0ec71407b2d22bf645ed0ef81ebad560370903f138ed48abb6bc6bcc88c75a3a05497acc6720397db828d61301599c05040263a9f4f7f0
-DIST libepoxy-1.5.0.tar.gz 325983 BLAKE2B 13cec792a3f32630765e3bad755bfb8569119351a3bf83a6581c4db3210eca0779ca6681bbb67898847265283a929ed742fd7000d18977fb5f2203968815fe92 SHA512 e522c64d4f407aab031fbd31feaee1a2de4467fdd49b0267327100cfe836c2f5bebccf367449e3bd97e1a457168bbf0ace968eaa45a018020f1c038469343efe
DIST libepoxy-1.5.1.tar.gz 324985 BLAKE2B 338b558ca3c174c04383dfc1bfe4f444965aef745b3043183d4024df62b37fdfc923c5c1d243a3061201a0f7b6946ce443d4ede3195b85d1022c187f46b08540 SHA512 f839f82e4ffabda42a2bb9c2822ba2e8da6583bdb481daa2e090e62b580fdfb0d11f96af790685769317ff2446d1d8d7cb6374b2049614ee938b84014b604bce
diff --git a/media-libs/libepoxy/libepoxy-1.4.1.ebuild b/media-libs/libepoxy/libepoxy-1.4.1.ebuild
deleted file mode 100644
index e4412e94a96..00000000000
--- a/media-libs/libepoxy/libepoxy-1.4.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/anholt/${PN}.git"
-
-if [[ ${PV} = 9999* ]]; then
- GIT_ECLASS="git-r3"
-fi
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-PYTHON_REQ_USE='xml(+)'
-inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
-
-DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you"
-HOMEPAGE="https://github.com/anholt/libepoxy"
-if [[ ${PV} = 9999* ]]; then
- SRC_URI=""
-else
- KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
- SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test +X"
-
-DEPEND="${PYTHON_DEPS}
- media-libs/mesa[egl,${MULTILIB_USEDEP}]
- x11-misc/util-macros
- X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
-RDEPEND=""
-
-src_unpack() {
- default
- [[ $PV = 9999* ]] && git-r3_src_unpack
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf \
- $(use_enable X glx)
-}
diff --git a/media-libs/libepoxy/libepoxy-1.5.0.ebuild b/media-libs/libepoxy/libepoxy-1.5.0.ebuild
deleted file mode 100644
index 21db4db9f63..00000000000
--- a/media-libs/libepoxy/libepoxy-1.5.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/anholt/${PN}.git"
-
-if [[ ${PV} = 9999* ]]; then
- GIT_ECLASS="git-r3"
-fi
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='xml(+)'
-inherit ${GIT_ECLASS} meson multilib-minimal python-any-r1
-
-DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you"
-HOMEPAGE="https://github.com/anholt/libepoxy"
-if [[ ${PV} = 9999* ]]; then
- SRC_URI=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
- SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test +X"
-
-DEPEND="${PYTHON_DEPS}
- media-libs/mesa[egl,${MULTILIB_USEDEP}]
- X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
- >=dev-util/meson-0.44.0"
-RDEPEND=""
-
-src_unpack() {
- default
- [[ $PV = 9999* ]] && git-r3_src_unpack
-}
-
-multilib_src_configure() {
- local emesonargs=(
- -Degl=yes
- -Dglx=$(usex X)
- -Dx11=$(usex X true false)
- )
- meson_src_configure
-}
-
-multilib_src_compile() {
- meson_src_compile
-}
-
-multilib_src_test() {
- meson_src_test
-}
-
-multilib_src_install() {
- meson_src_install
-}
next reply other threads:[~2018-05-20 18:37 UTC|newest]
Thread overview: 152+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-20 18:37 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 2:52 [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ Sam James
2024-05-15 18:36 Matt Turner
2024-05-09 20:19 Sam James
2024-05-09 20:19 Sam James
2024-05-09 19:45 Sam James
2024-05-09 19:45 Sam James
2024-05-09 19:43 Sam James
2024-05-09 19:43 Sam James
2024-05-09 18:20 Arthur Zamarin
2024-04-21 22:40 Matt Turner
2024-04-21 22:40 Matt Turner
2024-04-21 22:40 Matt Turner
2024-04-21 22:40 Matt Turner
2023-09-05 20:28 Matt Turner
2023-08-31 18:39 Arthur Zamarin
2023-08-31 18:39 Arthur Zamarin
2023-08-31 18:37 Arthur Zamarin
2023-08-29 17:55 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-08-16 15:09 Matt Turner
2022-08-17 16:11 Arthur Zamarin
2022-08-17 5:57 Arthur Zamarin
2022-08-15 19:39 Arthur Zamarin
2022-08-15 18:03 Arthur Zamarin
2022-08-15 14:33 Sam James
2022-06-19 8:34 Joonas Niilola
2022-05-28 1:35 Sam James
2022-05-25 18:00 Jakov Smolić
2022-05-10 16:19 Arthur Zamarin
2022-05-08 23:01 Sam James
2022-05-08 8:06 WANG Xuerui
2022-05-08 7:34 WANG Xuerui
2022-05-08 7:34 WANG Xuerui
2022-05-07 17:55 Jakov Smolić
2022-03-26 1:18 Matt Turner
2021-11-18 7:48 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-17 16:51 Arthur Zamarin
2021-11-17 7:49 Sam James
2021-11-15 8:38 Jakov Smolić
2021-11-15 1:12 Sam James
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-10-31 0:19 Sam James
2021-08-19 19:48 Matt Turner
2021-08-19 19:48 Matt Turner
2021-08-19 19:48 Matt Turner
2021-06-04 1:14 Matt Turner
2021-05-26 3:56 Matt Turner
2021-05-26 3:56 Matt Turner
2021-04-30 19:08 Matt Turner
2021-03-25 23:42 Sam James
2021-03-25 23:42 Sam James
2021-03-16 18:10 Sergei Trofimovich
2021-03-09 11:31 Sam James
2021-03-09 11:23 Sam James
2021-03-09 10:31 Sam James
2021-03-09 10:30 Sam James
2020-12-27 18:55 Matt Turner
2020-12-24 4:30 Matt Turner
2020-12-24 4:30 Matt Turner
2020-10-06 3:44 Matt Turner
2020-04-17 15:56 Andreas Sturmlechner
2020-01-26 21:10 Matt Turner
2020-01-08 0:33 Aaron Bauman
2020-01-04 10:22 Sergei Trofimovich
2020-01-03 16:14 Agostino Sarubbo
2020-01-03 14:34 Agostino Sarubbo
2020-01-03 13:56 Agostino Sarubbo
2020-01-03 13:44 Agostino Sarubbo
2020-01-03 13:42 Agostino Sarubbo
2020-01-03 13:35 Agostino Sarubbo
2020-01-03 12:00 Agostino Sarubbo
2019-11-26 20:41 Matt Turner
2019-11-26 3:59 Matt Turner
2019-11-26 3:59 Matt Turner
2019-11-26 3:59 Matt Turner
2019-08-17 18:50 James Le Cuirot
2019-07-28 16:40 Matt Turner
2019-07-28 13:05 Mikle Kolyada
2019-07-21 17:13 Aaron Bauman
2019-07-19 11:33 Agostino Sarubbo
2019-07-18 11:33 Agostino Sarubbo
2019-07-18 10:47 Agostino Sarubbo
2019-07-17 14:03 Agostino Sarubbo
2019-07-17 10:18 Mikle Kolyada
2019-07-14 9:11 Sergei Trofimovich
2019-07-13 10:36 Sergei Trofimovich
2019-07-10 10:30 Agostino Sarubbo
2019-07-09 23:11 Sergei Trofimovich
2019-07-01 16:18 Matt Turner
2019-03-04 18:46 Matt Turner
2019-02-28 17:05 Mikle Kolyada
2018-11-29 5:17 Matt Turner
2018-11-27 20:30 Matt Turner
2018-11-17 14:57 Mikle Kolyada
2018-11-15 0:31 Matt Turner
2018-11-10 17:23 Matt Turner
2018-11-07 22:41 Sergei Trofimovich
2018-11-04 4:35 Matt Turner
2018-11-03 14:36 Mikle Kolyada
2018-10-06 20:32 Matt Turner
2018-10-06 20:32 Matt Turner
2018-07-24 0:02 Matt Turner
2018-06-06 20:33 Michał Górny
2018-05-29 19:08 Matt Turner
2018-05-29 19:08 Matt Turner
2018-05-23 6:53 Matt Turner
2018-05-13 11:30 Markus Meier
2018-05-08 6:24 Sergei Trofimovich
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:26 Mikle Kolyada
2018-04-25 17:49 Matt Turner
2018-03-19 19:51 Sergei Trofimovich
2018-03-02 10:01 Michał Górny
2018-03-02 10:01 Michał Górny
2018-03-01 13:25 Mart Raudsepp
2018-03-01 6:50 Matt Turner
2018-03-01 6:50 Matt Turner
2018-03-01 6:50 Matt Turner
2018-03-01 6:50 Matt Turner
2018-03-01 6:50 Matt Turner
2018-02-22 19:02 Michał Górny
2017-12-10 10:17 Pacho Ramos
2017-09-16 19:34 Matt Turner
2017-07-30 9:38 Michał Górny
2017-06-24 8:40 Markus Meier
2017-06-21 4:07 Matt Turner
2017-06-04 19:20 Tobias Klausmann
2017-05-31 13:06 Agostino Sarubbo
2017-05-22 22:32 Matt Turner
2017-05-22 22:32 Matt Turner
2017-05-22 22:32 Matt Turner
2017-03-16 16:59 Matt Turner
2017-03-05 17:26 Matt Turner
2017-03-04 7:50 Matt Turner
2017-03-04 7:50 Matt Turner
2017-03-04 7:50 Matt Turner
2017-02-09 12:51 Matt Turner
2017-02-09 12:51 Matt Turner
2017-02-09 12:51 Matt Turner
2016-07-04 17:36 Chí-Thanh Christopher Nguyễn
2016-03-04 3:59 Stephen Klimaszewski
2016-02-03 5:10 Ian Delaney
2015-12-19 19:59 Markus Meier
2015-09-26 5:39 Matt Turner
2015-09-26 5:39 Matt Turner
2015-08-31 21:24 Matt Turner
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=1526840733.da94829ff350187a3efaca0ece5ac0fd6085a853.mattst88@gentoo \
--to=mattst88@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