Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libplatform/
Date: Sat, 02 Apr 2022 10:46:26
Message-Id: 1648896308.ae3f7b444c58a80c36787660587e412f66553dd8.asturm@gentoo
1 commit: ae3f7b444c58a80c36787660587e412f66553dd8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 10:45:08 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 10:45:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3f7b44
7
8 dev-libs/libplatform: Drop 2.1.0.1-r1, cmake-utils--
9
10 Closes: https://bugs.gentoo.org/834124
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild | 25 ----------------------
15 1 file changed, 25 deletions(-)
16
17 diff --git a/dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild b/dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild
18 deleted file mode 100644
19 index e8a4bd5c4df2..000000000000
20 --- a/dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit cmake-utils
29 -
30 -MY_PN="platform"
31 -MY_PN_PREFIX="p8"
32 -
33 -DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi"
34 -HOMEPAGE="https://github.com/Pulse-Eight/platform"
35 -
36 -LICENSE="GPL-2+"
37 -SLOT="0"
38 -IUSE=""
39 -
40 -if [[ ${PV} == *9999 ]] ; then
41 - EGIT_REPO_URI="https://github.com/Pulse-Eight/${MY_PN}.git"
42 - inherit git-r3
43 -else
44 - SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
45 - S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"
46 - KEYWORDS="amd64 ~arm arm64 x86"
47 -fi