Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libplatform/, dev-libs/libplatform/files/
Date: Thu, 07 Jan 2021 11:33:35
Message-Id: 1610019198.b4ff9fe503006c767d9da8d66e9c21afffcf49d3.sam@gentoo
1 commit: b4ff9fe503006c767d9da8d66e9c21afffcf49d3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 11:24:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 11:33:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ff9fe5
7
8 dev-libs/libplatform: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libplatform/Manifest | 1 -
14 .../libplatform-2.0.1-arch-specific-libdirs.patch | 31 ----------------------
15 dev-libs/libplatform/libplatform-2.0.1.ebuild | 22 ---------------
16 dev-libs/libplatform/libplatform-2.1.0.1.ebuild | 20 --------------
17 4 files changed, 74 deletions(-)
18
19 diff --git a/dev-libs/libplatform/Manifest b/dev-libs/libplatform/Manifest
20 index a601be9a206..23db1951e1f 100644
21 --- a/dev-libs/libplatform/Manifest
22 +++ b/dev-libs/libplatform/Manifest
23 @@ -1,2 +1 @@
24 -DIST libplatform-2.0.1.tar.gz 74676 BLAKE2B 11d7861a419fd50e26a6c27129ec45b27e65a1429ca822c2fced5803def8b818a224fcf46253aec2f76efafd930376c41f7db5d413cfdffc149c17279ab09981 SHA512 ac397ffc741617be4371dc2a4b44cdddd07f2bdbd54e20e91a77e7d00b90b4d54f9aa5d2908c389638f548a7b6f9aa0a93bb10697eaecfc23117dee6f789f555
25 DIST libplatform-2.1.0.1.tar.gz 75257 BLAKE2B 99887e7d8b1b51578a5b84cdb63c71caf75cce1674ab2c7c658bb9bbf67b69a23f4facdef8d4a4a9e2f7c0101886a5350fd92708cde3aa3010589c7055bf6a50 SHA512 76e6f1ac64b61e4def7d99965708d0f05698379e0f3e846317174f0bc12a9654b3341afc84bd8a3a70f101ecab6c692dea96b57d7e000dfabf6cedee2b8dcd8a
26
27 diff --git a/dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch b/dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch
28 deleted file mode 100644
29 index fce47f428cd..00000000000
30 --- a/dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -From 21317bf0bb90f16d591aec580fe70d58cb43e65e Mon Sep 17 00:00:00 2001
34 -From: Balint Reczey <balint@××××××××××××.hu>
35 -Date: Sun, 21 Feb 2016 23:06:28 +0100
36 -Subject: [PATCH] Install pkg-config and .cmake files in arch-specific libdirs
37 -
38 -They contain arch-specific strings thus they can't be in
39 -architecture-independent dirs. This would prevent co-installing
40 -i386 and amd64 versions for example, since the files would differ.
41 ----
42 - CMakeLists.txt | 4 ++--
43 - 1 file changed, 2 insertions(+), 2 deletions(-)
44 -
45 -diff --git a/CMakeLists.txt b/CMakeLists.txt
46 -index a577410..6b5586f 100644
47 ---- a/CMakeLists.txt
48 -+++ b/CMakeLists.txt
49 -@@ -74,12 +74,12 @@ install(FILES src/util/atomic.h
50 - IF(NOT WIN32)
51 - configure_file(p8-platform.pc.in p8-platform.pc @ONLY)
52 - install(FILES ${CMAKE_BINARY_DIR}/p8-platform.pc
53 -- DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/pkgconfig)
54 -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
55 - ENDIF(NOT WIN32)
56 -
57 - # config mode
58 - configure_file (p8-platform-config.cmake.in
59 - p8-platform-config.cmake @ONLY)
60 - install(FILES ${CMAKE_BINARY_DIR}/p8-platform-config.cmake
61 -- DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/p8-platform)
62 -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/p8-platform)
63 -
64
65 diff --git a/dev-libs/libplatform/libplatform-2.0.1.ebuild b/dev-libs/libplatform/libplatform-2.0.1.ebuild
66 deleted file mode 100644
67 index 28d490264b6..00000000000
68 --- a/dev-libs/libplatform/libplatform-2.0.1.ebuild
69 +++ /dev/null
70 @@ -1,22 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -inherit cmake-utils
77 -
78 -MY_PN="platform"
79 -MY_PN_PREFIX="p8"
80 -
81 -DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi"
82 -HOMEPAGE="https://github.com/Pulse-Eight/platform"
83 -SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="GPL-2+"
86 -SLOT="0"
87 -KEYWORDS="amd64 ~arm x86"
88 -IUSE=""
89 -
90 -PATCHES=( "${FILESDIR}/${P}-arch-specific-libdirs.patch" )
91 -
92 -S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"
93
94 diff --git a/dev-libs/libplatform/libplatform-2.1.0.1.ebuild b/dev-libs/libplatform/libplatform-2.1.0.1.ebuild
95 deleted file mode 100644
96 index 27aff31ce46..00000000000
97 --- a/dev-libs/libplatform/libplatform-2.1.0.1.ebuild
98 +++ /dev/null
99 @@ -1,20 +0,0 @@
100 -# Copyright 1999-2016 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=6
104 -
105 -inherit cmake-utils
106 -
107 -MY_PN="platform"
108 -MY_PN_PREFIX="p8"
109 -
110 -DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi"
111 -HOMEPAGE="https://github.com/Pulse-Eight/platform"
112 -SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
113 -
114 -LICENSE="GPL-2+"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~arm ~x86"
117 -IUSE=""
118 -
119 -S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"