Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/scrcpy/
Date: Tue, 14 Mar 2023 20:59:12
Message-Id: 1678827499.d208f874c9df9531a8edc07004852d8c49bbe725.voyageur@gentoo
1 commit: d208f874c9df9531a8edc07004852d8c49bbe725
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 20:15:28 2023 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 20:58:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d208f874
7
8 app-mobilephone/scrcpy: drop 1.24-r1, 1.24-r2
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 app-mobilephone/scrcpy/Manifest | 2 --
13 app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild | 36 ---------------------------
14 app-mobilephone/scrcpy/scrcpy-1.24-r2.ebuild | 37 ----------------------------
15 3 files changed, 75 deletions(-)
16
17 diff --git a/app-mobilephone/scrcpy/Manifest b/app-mobilephone/scrcpy/Manifest
18 index 981cb7b2e7d3..58b6a7aa10f0 100644
19 --- a/app-mobilephone/scrcpy/Manifest
20 +++ b/app-mobilephone/scrcpy/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST scrcpy-1.24.tar.gz 424970 BLAKE2B 33a0249ee9e9579b3bf8e0a4f94427b0c44b2a3aaf953c527a072d4f69ab89a680107b234803415741ba003ea6a8a207d33ce0d40341560fd6d85cda3807f7a6 SHA512 0eda7d6b0fb7339e1e32114d861194fd6bfce5ddb15d8d241f94278cb5800c2dd6c3bd69ea0b09b2bd5137757e85d679b2c789218e6933d83df4bc07dac09b2e
23 DIST scrcpy-1.25.tar.gz 345594 BLAKE2B 9be58de258d2e048fc87ef642ba668ad7427faea51d6bd06d48d1ca61a5c55bbce2b758b445d21ea3052ac63809769043e57a28502c53fae98079056029ded1f SHA512 7f28adb69becdc247156d664744ef382cc9ac5e746d2be9c833a53309386c22eb90893b499aee80404cb9903ea40ce5f389b41f2201bf85801e1b8ab920b4eb0
24 -DIST scrcpy-server-v1.24 41159 BLAKE2B 332f05198bd64392ed870add260249d7e549ceb963e707ee6a249c08197c2c6a52bc427be0dfa99a479d61926d1ccea1471f5a448816b4b157c933d7a17cd75f SHA512 1bbc921e954c722307ef4fb2e1478954f6bf14544da362a9edeefd0f90def435bee409130d2ef2fddee98ec6255e12e9bda595507fec479f3feae0a57fb78236
25 DIST scrcpy-server-v1.25 42151 BLAKE2B 90789c8b259f9a63820652f8884b51abe1040201f37788542796fbff6445bc13259e2aaf635c99c6ccdb515d8fd4b0b3bcd54d8972d134086f05d149a5073d41 SHA512 2861f423b6c982354c5959570708b51832e18b9d376397f98a78c8d6137af22bb3f19cbce501d7f413276362e9ac9e0358b8984566ff04102a3720074ff1fea1
26
27 diff --git a/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild b/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild
28 deleted file mode 100644
29 index d4a1b612ed53..000000000000
30 --- a/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit meson xdg
39 -
40 -DESCRIPTION="Display and control your Android device"
41 -HOMEPAGE="https://github.com/Genymobile/scrcpy"
42 -# Source code and server part on Android device
43 -SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
44 - https://github.com/Genymobile/${PN}/releases/download/v${PV}/${PN}-server-v${PV}"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~ppc64 ~x86"
49 -
50 -DEPEND="media-libs/libsdl2[X]
51 - media-video/ffmpeg
52 - virtual/libusb:1"
53 -# Manual install for ppc64 until bug #723528 is fixed
54 -RDEPEND="${DEPEND}
55 - !ppc64? ( dev-util/android-tools )"
56 -BDEPEND=""
57 -
58 -src_configure() {
59 - local emesonargs=(
60 - -Db_lto=true
61 - -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}"
62 - )
63 - meson_src_configure
64 -}
65 -
66 -pkg_postinst() {
67 - xdg_pkg_postrm
68 -}
69
70 diff --git a/app-mobilephone/scrcpy/scrcpy-1.24-r2.ebuild b/app-mobilephone/scrcpy/scrcpy-1.24-r2.ebuild
71 deleted file mode 100644
72 index a244fae445e4..000000000000
73 --- a/app-mobilephone/scrcpy/scrcpy-1.24-r2.ebuild
74 +++ /dev/null
75 @@ -1,37 +0,0 @@
76 -# Copyright 1999-2022 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=8
80 -
81 -inherit meson xdg
82 -
83 -DESCRIPTION="Display and control your Android device"
84 -HOMEPAGE="https://github.com/Genymobile/scrcpy"
85 -# Source code and server part on Android device
86 -SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
87 - https://github.com/Genymobile/${PN}/releases/download/v${PV}/${PN}-server-v${PV}"
88 -
89 -LICENSE="Apache-2.0"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~ppc64 ~x86"
92 -IUSE="lto"
93 -
94 -DEPEND="media-libs/libsdl2[X]
95 - media-video/ffmpeg
96 - virtual/libusb:1"
97 -# Manual install for ppc64 until bug #723528 is fixed
98 -RDEPEND="${DEPEND}
99 - !ppc64? ( dev-util/android-tools )"
100 -BDEPEND=""
101 -
102 -src_configure() {
103 - local emesonargs=(
104 - $(meson_use lto b_lto)
105 - -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}"
106 - )
107 - meson_src_configure
108 -}
109 -
110 -pkg_postinst() {
111 - xdg_pkg_postrm
112 -}