public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/openxr-loader/
Date: Mon, 17 Feb 2025 11:40:09 +0000 (UTC)	[thread overview]
Message-ID: <1739792380.4310053412382e65998c5e8f35f089ce187dc4d3.lanodan@gentoo> (raw)

commit:     4310053412382e65998c5e8f35f089ce187dc4d3
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Feb 17 11:35:40 2025 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Feb 17 11:39:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43100534

media-libs/openxr-loader: drop 1.1.40-r1

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 media-libs/openxr-loader/Manifest                  |  1 -
 .../openxr-loader/openxr-loader-1.1.40-r1.ebuild   | 65 ----------------------
 2 files changed, 66 deletions(-)

diff --git a/media-libs/openxr-loader/Manifest b/media-libs/openxr-loader/Manifest
index 5a412e311..3251b4c3b 100644
--- a/media-libs/openxr-loader/Manifest
+++ b/media-libs/openxr-loader/Manifest
@@ -1,2 +1 @@
-DIST openxr-loader-1.1.40.tar.gz 620341 BLAKE2B 75e0108c803501e3d34b7e494e08ddeffc64d311bfe28e271d23d1b9a621f86f6e296707a59edddf7ec6d0312c81cfce45a512d1c8d99448543878794298003e SHA512 1012dbb152a1b6343eb39c460d68daae87cff42ffaf15b9c4d7efc8abea77ecff45d593bdedb9767c772890022c45374b04e1167296f01c6507fd987a4c25fc2
 DIST openxr-loader-1.1.43.tar.gz 644835 BLAKE2B 75d27b0e382ccfdd5d0bfaede000d8725fcd26b307199a1859fa8745c9c565d823928dae4e1b893cc27ed4a18136392eaaa0f14f37d5378080aef90ab8b5d737 SHA512 e5bc1fe6a8f568d484be0da65cccc6eec8707f00441c34f16e49b685c0a6bb260ab407a758a579ffb264e175f43317add46d6781f0073891b372333b3769fd9f

diff --git a/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
deleted file mode 100644
index d15ced7bb..000000000
--- a/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=OpenXR-SDK
-inherit cmake
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
-	SLOT="0"
-else
-	SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${MY_PN}-release-${PV}"
-	SLOT="0/${PV}"
-fi
-
-DESCRIPTION="OpenXR loader"
-HOMEPAGE="https://github.com/KhronosGroup/OpenXR-SDK"
-
-LICENSE="Apache-2.0"
-
-IUSE="+wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
-DEPEND="
-	media-libs/vulkan-loader
-	media-libs/mesa
-	dev-libs/jsoncpp:=
-	!=dev-libs/jsoncpp-1.9.6
-	wayland? (
-		dev-libs/wayland
-		dev-libs/wayland-protocols
-	)
-	X? (
-		x11-libs/libxcb
-		x11-libs/xcb-util-keysyms
-		x11-libs/libXrandr
-		x11-libs/libXxf86vm
-	)
-"
-RDEPEND="${DEPEND}"
-BDEPEND="wayland? ( dev-util/wayland-scanner )"
-
-src_prepare() {
-	sed -i 's;DESTINATION share/doc/openxr;DESTINATION ${CMAKE_INSTALL_DOCDIR};' CMakeLists.txt || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_SYSTEM_JSONCPP=ON
-		-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-		-DBUILD_WITH_XCB_HEADERS=$(usex X)
-		-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
-		-DBUILD_WITH_SYSTEM_JSONCPP=YES
-		-DPRESENTATION_BACKEND=$(usex X xlib wayland)
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2025-02-17 11:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-17 11:40 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17 11:40 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/openxr-loader/ Haelwenn Monnier
2024-12-08 12:01 Patrick Nicolas
2024-12-08 12:01 Patrick Nicolas
2024-09-26 15:35 Haelwenn Monnier
2024-09-24  3:42 Haelwenn Monnier
2024-09-21 21:51 Haelwenn Monnier
2023-11-23 18:50 Patrick Nicolas
2021-10-28 20:58 Haelwenn Monnier
2021-10-28 20:58 Haelwenn Monnier
2021-09-17  1:56 Haelwenn Monnier
2021-09-17  1:56 Haelwenn Monnier
2021-07-20 22:00 Haelwenn Monnier

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=1739792380.4310053412382e65998c5e8f35f089ce187dc4d3.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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