commit:     b4ff9fe503006c767d9da8d66e9c21afffcf49d3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 11:24:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 11:33:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ff9fe5

dev-libs/libplatform: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libplatform/Manifest                      |  1 -
 .../libplatform-2.0.1-arch-specific-libdirs.patch  | 31 ----------------------
 dev-libs/libplatform/libplatform-2.0.1.ebuild      | 22 ---------------
 dev-libs/libplatform/libplatform-2.1.0.1.ebuild    | 20 --------------
 4 files changed, 74 deletions(-)

diff --git a/dev-libs/libplatform/Manifest b/dev-libs/libplatform/Manifest
index a601be9a206..23db1951e1f 100644
--- a/dev-libs/libplatform/Manifest
+++ b/dev-libs/libplatform/Manifest
@@ -1,2 +1 @@
-DIST libplatform-2.0.1.tar.gz 74676 BLAKE2B 
11d7861a419fd50e26a6c27129ec45b27e65a1429ca822c2fced5803def8b818a224fcf46253aec2f76efafd930376c41f7db5d413cfdffc149c17279ab09981
 SHA512 
ac397ffc741617be4371dc2a4b44cdddd07f2bdbd54e20e91a77e7d00b90b4d54f9aa5d2908c389638f548a7b6f9aa0a93bb10697eaecfc23117dee6f789f555
 DIST libplatform-2.1.0.1.tar.gz 75257 BLAKE2B 
99887e7d8b1b51578a5b84cdb63c71caf75cce1674ab2c7c658bb9bbf67b69a23f4facdef8d4a4a9e2f7c0101886a5350fd92708cde3aa3010589c7055bf6a50
 SHA512 
76e6f1ac64b61e4def7d99965708d0f05698379e0f3e846317174f0bc12a9654b3341afc84bd8a3a70f101ecab6c692dea96b57d7e000dfabf6cedee2b8dcd8a

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
deleted file mode 100644
index fce47f428cd..00000000000
--- a/dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 21317bf0bb90f16d591aec580fe70d58cb43e65e Mon Sep 17 00:00:00 2001
-From: Balint Reczey <[email protected]>
-Date: Sun, 21 Feb 2016 23:06:28 +0100
-Subject: [PATCH] Install pkg-config and .cmake files in arch-specific libdirs
-
-They contain arch-specific strings thus they can't be in
-architecture-independent dirs. This would prevent co-installing
-i386 and amd64 versions for example, since the files would differ.
----
- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a577410..6b5586f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -74,12 +74,12 @@ install(FILES src/util/atomic.h
- IF(NOT WIN32)
-   configure_file(p8-platform.pc.in p8-platform.pc @ONLY)
-   install(FILES ${CMAKE_BINARY_DIR}/p8-platform.pc
--          DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/pkgconfig)
-+          DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
- ENDIF(NOT WIN32)
- 
- # config mode
- configure_file (p8-platform-config.cmake.in
-                 p8-platform-config.cmake @ONLY)
- install(FILES ${CMAKE_BINARY_DIR}/p8-platform-config.cmake
--        DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/p8-platform)
-+        DESTINATION ${CMAKE_INSTALL_LIBDIR}/p8-platform)
- 

diff --git a/dev-libs/libplatform/libplatform-2.0.1.ebuild 
b/dev-libs/libplatform/libplatform-2.0.1.ebuild
deleted file mode 100644
index 28d490264b6..00000000000
--- a/dev-libs/libplatform/libplatform-2.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="platform"
-MY_PN_PREFIX="p8"
-
-DESCRIPTION="Platform support library used by libCEC and binary add-ons for 
Kodi"
-HOMEPAGE="https://github.com/Pulse-Eight/platform";
-SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-arch-specific-libdirs.patch" )
-
-S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"

diff --git a/dev-libs/libplatform/libplatform-2.1.0.1.ebuild 
b/dev-libs/libplatform/libplatform-2.1.0.1.ebuild
deleted file mode 100644
index 27aff31ce46..00000000000
--- a/dev-libs/libplatform/libplatform-2.1.0.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="platform"
-MY_PN_PREFIX="p8"
-
-DESCRIPTION="Platform support library used by libCEC and binary add-ons for 
Kodi"
-HOMEPAGE="https://github.com/Pulse-Eight/platform";
-SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"

Reply via email to