commit: 652a6d05a97d007337d54a6b8cbdabf481f4d48c
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 16:17:13 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 16:21:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652a6d05
gui-libs/eglexternalplatform: add 1.2.1, drop 1.2
These are identical except for newly doing the same that
we were doing in src_install, aka moves the pkg-config
file to /usr/share.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
gui-libs/eglexternalplatform/Manifest | 2 +-
...xternalplatform-1.2.ebuild => eglexternalplatform-1.2.1.ebuild} | 7 -------
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/gui-libs/eglexternalplatform/Manifest
b/gui-libs/eglexternalplatform/Manifest
index c52a50f670e2..8b234b9c18d4 100644
--- a/gui-libs/eglexternalplatform/Manifest
+++ b/gui-libs/eglexternalplatform/Manifest
@@ -1,2 +1,2 @@
DIST eglexternalplatform-1.1.tar.gz 10372 BLAKE2B
f18bd0c5244da34343b3bde8451602b8071972d33139ab4839e7bf68eae6be5fa69a12d5059b4b259bc4eac2e97f46d4d5fa734d48e45b6a6ae69251af86cdf0
SHA512
ee72c928abac060e28515807975a371d3792acd119fa9f9da926ae32105e1e528df8d9a3db57ffac0587b115293ede44997606d9da8e20e7f7061a01dd502748
-DIST eglexternalplatform-1.2.tar.gz 10580 BLAKE2B
b3e4971fb7c4496d47c3fef823e1eea32cd6e2f49532a57fcd928c14ccd57a00dcc73b51894ece7651b797a50d6b330d1ecbff1d9a315f80e434f58336266a7d
SHA512
7beb43db84320ab9533c2eed4850f8d824cf9b92051e62e33df1cd4fe86f9081377471e0e73146205c136d891d1fdff7b52600b7f63363aee45f6a3c137e9886
+DIST eglexternalplatform-1.2.1.tar.gz 10610 BLAKE2B
692533aaf5bf470d7f2b005e52b9a1aec52406999780db6d3d66dfe664a7e1d77f4da50ca10cf6438535645924a09112b4d9251d3e44070a3064c1cf5dbc9cd1
SHA512
d3292d0f913d11e931e360c77d87cbe580aee8a7a078d6e8d180619a24e21edc67c64c4446b988fc78450f0ce472a5300eb1a7951e7908f864325b4c06a97e32
diff --git a/gui-libs/eglexternalplatform/eglexternalplatform-1.2.ebuild
b/gui-libs/eglexternalplatform/eglexternalplatform-1.2.1.ebuild
similarity index 70%
rename from gui-libs/eglexternalplatform/eglexternalplatform-1.2.ebuild
rename to gui-libs/eglexternalplatform/eglexternalplatform-1.2.1.ebuild
index 28e9aee6cbbf..48625c1c7f3e 100644
--- a/gui-libs/eglexternalplatform/eglexternalplatform-1.2.ebuild
+++ b/gui-libs/eglexternalplatform/eglexternalplatform-1.2.1.ebuild
@@ -15,10 +15,3 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64"
-
-src_install() {
- meson_src_install
-
- # header-only and we need it found for both 32bit and 64bit
- mv -- "${ED}"/usr/{$(get_libdir),share}/pkgconfig || die
-}