Gentoo Archives: gentoo-commits

From: Joe Kappus <joe@××.gd>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
Date: Tue, 28 Feb 2023 06:48:27
Message-Id: 1677566888.2314042ae8f9179bdc560d03e637188e6325b4f0.joe@gentoo
1 commit: 2314042ae8f9179bdc560d03e637188e6325b4f0
2 Author: Joe Kappus <joe <AT> wt <DOT> gd>
3 AuthorDate: Tue Feb 28 06:48:08 2023 +0000
4 Commit: Joe Kappus <joe <AT> wt <DOT> gd>
5 CommitDate: Tue Feb 28 06:48:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2314042a
7
8 app-editors/typora-bin: add 1.5.8, drop 0.10.7
9
10 Signed-off-by: Joe Kappus <joe <AT> wt.gd>
11
12 app-editors/typora-bin/Manifest | 3 ++-
13 app-editors/typora-bin/metadata.xml | 2 +-
14 .../{typora-bin-0.10.7.ebuild => typora-bin-1.5.8.ebuild} | 15 ++++++++++-----
15 3 files changed, 13 insertions(+), 7 deletions(-)
16
17 diff --git a/app-editors/typora-bin/Manifest b/app-editors/typora-bin/Manifest
18 index 566140d5f..20e6ce094 100644
19 --- a/app-editors/typora-bin/Manifest
20 +++ b/app-editors/typora-bin/Manifest
21 @@ -1 +1,2 @@
22 -DIST typora_0.10.7_amd64.deb 67149180 BLAKE2B b1ede052143ae96136941768e586dcd60df64504c182e01e837bf16c343523ad87553401b725e472698e7ad0aaedb326366c01b470778ca279af214508fc1320 SHA512 ccfe965514b71b31e1c8f986e1ea46976c6a0f87edc65f04e936897bc417880f0b915e4539eb50114125206a75235762a01d02ca16a9f6063da1adc812127226
23 +DIST typora_1.5.8_amd64.deb 85330472 BLAKE2B bbcbb4c8edda85351adcc37518e30e242f39973649155187afeaf05cac0192292767f54732f38a40a5474d21c93aa75c166c03ef13860b42d7558c967a8b43f2 SHA512 ceb62393913c5b51486d4867c914d43d9ebe2bd4cb9e6c67f83ca20d816594e968d648c97811ab4f4238acdc21c5cf9b95fa82084e3e33d0a3978dc0974b6e7e
24 +DIST typora_1.5.8_arm64.deb 75802376 BLAKE2B 36b570b596436a231fdc5d63f95496b8e7a18f0950c299553f624ebdf66ef58c01ca4fae2753248b643375b2553851639d1dc15ce11cd276af382514dc38759e SHA512 7435e2d52a835abf7c349ccc9cf343a40e49bc966692dd6953d49fc8d31c5a9f464bd6b48067d691af2b57cb093a5ed4543097d85912a8b73dbc0d9029aef14d
25
26 diff --git a/app-editors/typora-bin/metadata.xml b/app-editors/typora-bin/metadata.xml
27 index 5595aa595..ee4dd4a85 100644
28 --- a/app-editors/typora-bin/metadata.xml
29 +++ b/app-editors/typora-bin/metadata.xml
30 @@ -1,5 +1,5 @@
31 <?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
34 <pkgmetadata>
35 <maintainer type="person">
36 <email>queereen@××××××.net</email>
37
38 diff --git a/app-editors/typora-bin/typora-bin-0.10.7.ebuild b/app-editors/typora-bin/typora-bin-1.5.8.ebuild
39 similarity index 74%
40 rename from app-editors/typora-bin/typora-bin-0.10.7.ebuild
41 rename to app-editors/typora-bin/typora-bin-1.5.8.ebuild
42 index 84f840976..862c767a9 100644
43 --- a/app-editors/typora-bin/typora-bin-0.10.7.ebuild
44 +++ b/app-editors/typora-bin/typora-bin-1.5.8.ebuild
45 @@ -1,25 +1,30 @@
46 # Copyright 2019-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 -EAPI=7
50 +EAPI=8
51
52 inherit unpacker xdg
53
54 DESCRIPTION="a markdown editor,markdown reader."
55 HOMEPAGE="https://typora.io"
56 -SRC_URI="https://typora.io/linux/typora_${PV}_amd64.deb"
57 +SRC_URI="
58 + amd64? ( https://typora.io/linux/typora_${PV}_amd64.deb )
59 + arm64? ( https://typora.io/linux/typora_${PV}_arm64.deb )
60 +"
61
62 LICENSE="Typora-EULA"
63 SLOT="0"
64 -KEYWORDS="-* ~amd64"
65 +KEYWORDS="-* ~amd64 ~arm64"
66 IUSE=""
67
68 RESTRICT="bindist mirror"
69
70 DEPEND=""
71 RDEPEND="
72 - app-accessibility/at-spi2-atk
73 - dev-libs/atk
74 + || (
75 + >=app-accessibility/at-spi2-core-2.46.0:2
76 + ( app-accessibility/at-spi2-atk dev-libs/atk )
77 + )
78 dev-libs/nss
79 media-libs/alsa-lib
80 net-print/cups