Gentoo Archives: gentoo-commits

From: Samuel Bernardo <samuelbernardo.mail@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ssnb:master commit in: net-im/stride-bin/
Date: Thu, 03 Feb 2022 02:00:46
Message-Id: 1643853630.4b74f3e59d7cff520d4eb4298ffc6bb739d0956a.samuelbernardo@gentoo
1 commit: 4b74f3e59d7cff520d4eb4298ffc6bb739d0956a
2 Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 3 02:00:30 2022 +0000
4 Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 3 02:00:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=4b74f3e5
7
8 Remove deprecated stride-bin
9
10 Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
11
12 net-im/stride-bin/Manifest | 2 -
13 net-im/stride-bin/stride-bin-1.17.82.ebuild | 63 -----------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/net-im/stride-bin/Manifest b/net-im/stride-bin/Manifest
17 deleted file mode 100644
18 index eacd6fd..0000000
19 --- a/net-im/stride-bin/Manifest
20 +++ /dev/null
21 @@ -1,2 +0,0 @@
22 -DIST stride-bin-1.17.82.deb 50374678 BLAKE2B 1c96c309e476ab2dcbac252e3f308483fcf0a15ddc9fffacb9496e5e3325ffd2293b756ad56e9473692f5999290197914736c3d859c61178069d86d6b31a2dfa SHA512 5f01b40923e3f3a7174e0e40ad3d7f0c35c4cf5393f5eec99e93605e0bccd64d94b8afea5cdf074567336c2f5fb71791733ee3959a174affe708a57b21c560c6
23 -EBUILD stride-bin-1.17.82.ebuild 1290 BLAKE2B 7c6f59858884bf5b1fcbd95750ca2cfb1ac7a5463a25e3bb8570961a972d8102057351833c01a4bc2499fc48183b66d658ea40585f7acea2b2eb25e9c359a3e0 SHA512 5d6875c6366b539643a59d58e0de2a4c724f80c75143dbd1d880eeed72e8857fc6793d482c7c5953637cb990597b53d6b44f902a8dc18389909646d196c58c86
24
25 diff --git a/net-im/stride-bin/stride-bin-1.17.82.ebuild b/net-im/stride-bin/stride-bin-1.17.82.ebuild
26 deleted file mode 100644
27 index 5b8aa93..0000000
28 --- a/net-im/stride-bin/stride-bin-1.17.82.ebuild
29 +++ /dev/null
30 @@ -1,63 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit eutils gnome2-utils unpacker xdg-utils xdg versionator
37 -
38 -MY_PN="${PN/-bin/}"
39 -
40 -DESCRIPTION="Stride desktop client"
41 -HOMEPAGE="https://www.stride.com/"
42 -SRC_URI="https://packages.atlassian.com/${MY_PN}-apt-client/pool/${MY_PN}_${PV}_amd64.deb -> ${P}.deb"
43 -LICENSE="no-source-code"
44 -RESTRICT="mirror"
45 -
46 -SLOT="$(get_major_version)"
47 -KEYWORDS="~amd64"
48 -IUSE=""
49 -
50 -DEPEND=""
51 -RDEPEND=""
52 -
53 -QA_PREBUILT="opt/${PN}/*"
54 -
55 -S="${WORKDIR}/usr/lib/${MY_PN}"
56 -
57 -src_prepare() {
58 - sed -i -e 's:Network;::' "${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
59 - eapply_user
60 -}
61 -
62 -src_install() {
63 - exeinto "/opt/${PN}"
64 - doexe "${MY_PN}"
65 -
66 - insinto "/opt/${PN}"
67 - doins *.pak *.so icudtl.dat natives_blob.bin snapshot_blob.bin version
68 - doins -r locales resources
69 -
70 - insinto /usr/share
71 - doins -r "${WORKDIR}/usr/share/icons"
72 -
73 - make_wrapper "${MY_PN}" "./${MY_PN}" "/opt/${PN}" .
74 -
75 - domenu "${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
76 -}
77 -
78 -pkg_preinst() {
79 - xdg_pkg_preinst
80 - gnome2_icon_savelist
81 -}
82 -
83 -pkg_postinst() {
84 - xdg_desktop_database_update
85 - xdg_mimeinfo_database_update
86 - gnome2_icon_cache_update
87 -}
88 -
89 -pkg_postrm() {
90 - xdg_desktop_database_update
91 - xdg_mimeinfo_database_update
92 - gnome2_icon_cache_update
93 -}