summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-07 11:24:07 +0000
committerSam James <sam@gentoo.org>2021-01-07 11:33:18 +0000
commitb4ff9fe503006c767d9da8d66e9c21afffcf49d3 (patch)
treed1ae0db1ff3c47bc16eb956c79ffaf32a980e2c8
parentmedia-libs/faad2: cleanup old (diff)
downloadgentoo-b4ff9fe5.tar.gz
gentoo-b4ff9fe5.tar.bz2
gentoo-b4ff9fe5.zip
dev-libs/libplatform: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/libplatform/Manifest1
-rw-r--r--dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch31
-rw-r--r--dev-libs/libplatform/libplatform-2.0.1.ebuild22
-rw-r--r--dev-libs/libplatform/libplatform-2.1.0.1.ebuild20
4 files changed, 0 insertions, 74 deletions
diff --git a/dev-libs/libplatform/Manifest b/dev-libs/libplatform/Manifest
index a601be9a2064..23db1951e1fe 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 fce47f428cda..000000000000
--- 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 <balint@balintreczey.hu>
-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 28d490264b66..000000000000
--- 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 27aff31ce461..000000000000
--- 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}"