public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2021-04-12 10:25 Avis Drożniak
  0 siblings, 0 replies; 12+ messages in thread
From: Avis Drożniak @ 2021-04-12 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7b239593f5a6ff2410c2f01abdf7729a4a66c11e
Author:     Avis Drożniak <queereen <AT> riseup <DOT> net>
AuthorDate: Mon Apr 12 10:23:43 2021 +0000
Commit:     Avis Drożniak <avis <AT> autistici <DOT> org>
CommitDate: Mon Apr 12 10:23:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b239593

app-editors/typora-bin: Delete doins.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Avis Drożniak <queereen <AT> riseup.net>

 app-editors/typora-bin/typora-bin-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild
index cb7e4350c..06a72c1d8 100644
--- a/app-editors/typora-bin/typora-bin-9999.ebuild
+++ b/app-editors/typora-bin/typora-bin-9999.ebuild
@@ -35,7 +35,6 @@ src_install() {
 	fperms 0755 /opt/Typora-linux-x64/Typora
 	fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
 	domenu /usr/share/applications/
-	doins "${FILESDIR}/Typora.desktop"
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2021-04-12 10:25 Avis Drożniak
  0 siblings, 0 replies; 12+ messages in thread
From: Avis Drożniak @ 2021-04-12 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4dde29beb7c806d5815fe596a450de254142f721
Author:     Avis Drożniak <queereen <AT> riseup <DOT> net>
AuthorDate: Mon Apr 12 10:25:07 2021 +0000
Commit:     Avis Drożniak <avis <AT> autistici <DOT> org>
CommitDate: Mon Apr 12 10:25:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dde29be

app-editors/typora-bin: change maintainer's email.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Avis Drożniak <queereen <AT> riseup.net>

 app-editors/typora-bin/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/typora-bin/metadata.xml b/app-editors/typora-bin/metadata.xml
index fcfbbf692..5595aa595 100644
--- a/app-editors/typora-bin/metadata.xml
+++ b/app-editors/typora-bin/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>avis@autistici.org</email>
+		<email>queereen@riseup.net</email>
 		<name>Avis Drożniak</name>
 	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2021-04-13 12:17 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8de3fb216c039f2f8ad477e35c633320461ed90f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 12:17:48 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 12:17:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8de3fb21

app-editors/typora-bin: fix desktop file and xdg

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-editors/typora-bin/typora-bin-9999.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild
index 06a72c1d8..fc1051d6e 100644
--- a/app-editors/typora-bin/typora-bin-9999.ebuild
+++ b/app-editors/typora-bin/typora-bin-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg-utils desktop
+inherit desktop xdg
 
 DESCRIPTION="a markdown editor,markdown reader."
 HOMEPAGE="https://typora.io"
@@ -20,6 +20,8 @@ RDEPEND="
 	${DEPEND}"
 BDEPEND=""
 
+QA_PREBUILT="*"
+
 src_unpack() {
 	if [ ${A} != "" ]; then
 		unpack ${A}
@@ -34,9 +36,5 @@ src_install() {
 	dosym -r /opt/Typora-linux-x64/Typora /usr/bin/Typora
 	fperms 0755 /opt/Typora-linux-x64/Typora
 	fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
-	domenu /usr/share/applications/
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
+	domenu "${FILESDIR}/Typora.desktop"
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2021-04-15 12:38 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-04-15 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f4bcd5fcf8c3f0fc6db6708e30189e850366601f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 15 12:38:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 15 12:38:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4bcd5fc

app-editors/typora-bin: fix dosym

Closes: https://bugs.gentoo.org/782862
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-editors/typora-bin/typora-bin-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild
index fc1051d6e..0152b8e01 100644
--- a/app-editors/typora-bin/typora-bin-9999.ebuild
+++ b/app-editors/typora-bin/typora-bin-9999.ebuild
@@ -33,7 +33,7 @@ src_install() {
 	insinto /opt/
 	doins -r "${S}"
 	newicon "$S/resources/app/asserts/icon/icon_512x512@2x.png" "${PN}.png"
-	dosym -r /opt/Typora-linux-x64/Typora /usr/bin/Typora
+	dosym /opt/Typora-linux-x64/Typora ../../usr/bin/Typora
 	fperms 0755 /opt/Typora-linux-x64/Typora
 	fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
 	domenu "${FILESDIR}/Typora.desktop"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
  2021-04-15 13:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-15 12:57 ` Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-04-15 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3e1f08edafd6aea935f25069d065294f74156ea9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 15 12:57:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 15 12:57:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e1f08ed

app-editors/typora-bin: fix order of dosym

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-editors/typora-bin/typora-bin-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild
index 0152b8e01..2e2f39bf0 100644
--- a/app-editors/typora-bin/typora-bin-9999.ebuild
+++ b/app-editors/typora-bin/typora-bin-9999.ebuild
@@ -33,7 +33,7 @@ src_install() {
 	insinto /opt/
 	doins -r "${S}"
 	newicon "$S/resources/app/asserts/icon/icon_512x512@2x.png" "${PN}.png"
-	dosym /opt/Typora-linux-x64/Typora ../../usr/bin/Typora
+	dosym ../../opt/Typora-linux-x64/Typora /usr/bin/Typora
 	fperms 0755 /opt/Typora-linux-x64/Typora
 	fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
 	domenu "${FILESDIR}/Typora.desktop"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
  2021-04-16  7:36 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-16  7:34 ` Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-04-16  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9cd21e3ec90e6aa8cb7b9c1aa6e49eb58ca76cf1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr 16 07:34:01 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 16 07:34:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cd21e3e

app-editors/typora-bin: add missing deps

Closes: https://bugs.gentoo.org/783048
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-editors/typora-bin/typora-bin-9999.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild
index 2e2f39bf0..19b801b33 100644
--- a/app-editors/typora-bin/typora-bin-9999.ebuild
+++ b/app-editors/typora-bin/typora-bin-9999.ebuild
@@ -16,6 +16,24 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="
+	app-accessibility/at-spi2-atk
+	dev-libs/atk
+	dev-libs/nss
+	media-libs/alsa-lib
+	net-print/cups
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+:3
+	x11-libs/pango
+	x11-libs/libdrm
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	x11-libs/libXtst
 	x11-libs/libXScrnSaver
 	${DEPEND}"
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
  2021-05-03 17:31 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-05-03 17:31 ` Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-05-03 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     73547a83fa48de8f2b5a9efd8d5e92ce6dc7beae
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May  3 17:30:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May  3 17:31:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73547a83

app-editors/typora-bin: use proper releases

Closes: https://bugs.gentoo.org/786918
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-editors/typora-bin/Manifest                    |  2 +-
 ...ra-bin-9999.ebuild => typora-bin-0.10.7.ebuild} | 23 ++++++----------------
 2 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/app-editors/typora-bin/Manifest b/app-editors/typora-bin/Manifest
index aa2a5bb95..566140d5f 100644
--- a/app-editors/typora-bin/Manifest
+++ b/app-editors/typora-bin/Manifest
@@ -1 +1 @@
-DIST typora-9999-linux-x64.tar.gz 90347518 BLAKE2B 09ad07338afd4f91769f317edfda60b006a7b20b328ea7e74dfe742e7d20d81333e951532ce869961509cca7000f34295a328cc919b7450dd3bd0a7ead49afd7 SHA512 0ab3a1c0bdd32fe1b7311e1d02f6962a477c7209710c95fd66d1490a3cba3b823263baa42305250ad8ef113394b8a5faec3f9a2557ecd3402dc5aa5134c3c602
+DIST typora_0.10.7_amd64.deb 67149180 BLAKE2B b1ede052143ae96136941768e586dcd60df64504c182e01e837bf16c343523ad87553401b725e472698e7ad0aaedb326366c01b470778ca279af214508fc1320 SHA512 ccfe965514b71b31e1c8f986e1ea46976c6a0f87edc65f04e936897bc417880f0b915e4539eb50114125206a75235762a01d02ca16a9f6063da1adc812127226

diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-0.10.7.ebuild
similarity index 56%
rename from app-editors/typora-bin/typora-bin-9999.ebuild
rename to app-editors/typora-bin/typora-bin-0.10.7.ebuild
index 19b801b33..e87604f14 100644
--- a/app-editors/typora-bin/typora-bin-9999.ebuild
+++ b/app-editors/typora-bin/typora-bin-0.10.7.ebuild
@@ -3,15 +3,15 @@
 
 EAPI=7
 
-inherit desktop xdg
+inherit unpacker xdg
 
 DESCRIPTION="a markdown editor,markdown reader."
 HOMEPAGE="https://typora.io"
-SRC_URI="https://typora.io/linux/Typora-linux-x64.tar.gz -> typora-${PV}-linux-x64.tar.gz"
+SRC_URI="https://typora.io/linux/typora_${PV}_amd64.deb"
 
 LICENSE="Typora-EULA"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="-* ~amd64"
 IUSE=""
 
 DEPEND=""
@@ -39,20 +39,9 @@ RDEPEND="
 BDEPEND=""
 
 QA_PREBUILT="*"
-
-src_unpack() {
-	if [ ${A} != "" ]; then
-		unpack ${A}
-	fi
-	S="${WORKDIR}/bin/Typora-linux-x64/"
-}
+S="${WORKDIR}"
 
 src_install() {
-	insinto /opt/
-	doins -r "${S}"
-	newicon "$S/resources/app/asserts/icon/icon_512x512@2x.png" "${PN}.png"
-	dosym ../../opt/Typora-linux-x64/Typora /usr/bin/Typora
-	fperms 0755 /opt/Typora-linux-x64/Typora
-	fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
-	domenu "${FILESDIR}/Typora.desktop"
+	mv "${S}"/* "${ED}" || die
+	mv "${ED}/usr/share/doc/${PN//-bin}" "${ED}/usr/share/doc/${PF}" || die
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2021-05-22 18:45 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-05-22 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d7352d839c0735f9286b163620009313f9f5140f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 18:43:46 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 22 18:43:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7352d83

app-editors/typora-bin: fix MissingLicenseRestricts

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-editors/typora-bin/typora-bin-0.10.7.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-editors/typora-bin/typora-bin-0.10.7.ebuild b/app-editors/typora-bin/typora-bin-0.10.7.ebuild
index e87604f14..84f840976 100644
--- a/app-editors/typora-bin/typora-bin-0.10.7.ebuild
+++ b/app-editors/typora-bin/typora-bin-0.10.7.ebuild
@@ -14,6 +14,8 @@ SLOT="0"
 KEYWORDS="-* ~amd64"
 IUSE=""
 
+RESTRICT="bindist mirror"
+
 DEPEND=""
 RDEPEND="
 	app-accessibility/at-spi2-atk


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2023-02-28  6:48 Joe Kappus
  0 siblings, 0 replies; 12+ messages in thread
From: Joe Kappus @ 2023-02-28  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2314042ae8f9179bdc560d03e637188e6325b4f0
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Feb 28 06:48:08 2023 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Tue Feb 28 06:48:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2314042a

app-editors/typora-bin: add 1.5.8, drop 0.10.7

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 app-editors/typora-bin/Manifest                           |  3 ++-
 app-editors/typora-bin/metadata.xml                       |  2 +-
 .../{typora-bin-0.10.7.ebuild => typora-bin-1.5.8.ebuild} | 15 ++++++++++-----
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/app-editors/typora-bin/Manifest b/app-editors/typora-bin/Manifest
index 566140d5f..20e6ce094 100644
--- a/app-editors/typora-bin/Manifest
+++ b/app-editors/typora-bin/Manifest
@@ -1 +1,2 @@
-DIST typora_0.10.7_amd64.deb 67149180 BLAKE2B b1ede052143ae96136941768e586dcd60df64504c182e01e837bf16c343523ad87553401b725e472698e7ad0aaedb326366c01b470778ca279af214508fc1320 SHA512 ccfe965514b71b31e1c8f986e1ea46976c6a0f87edc65f04e936897bc417880f0b915e4539eb50114125206a75235762a01d02ca16a9f6063da1adc812127226
+DIST typora_1.5.8_amd64.deb 85330472 BLAKE2B bbcbb4c8edda85351adcc37518e30e242f39973649155187afeaf05cac0192292767f54732f38a40a5474d21c93aa75c166c03ef13860b42d7558c967a8b43f2 SHA512 ceb62393913c5b51486d4867c914d43d9ebe2bd4cb9e6c67f83ca20d816594e968d648c97811ab4f4238acdc21c5cf9b95fa82084e3e33d0a3978dc0974b6e7e
+DIST typora_1.5.8_arm64.deb 75802376 BLAKE2B 36b570b596436a231fdc5d63f95496b8e7a18f0950c299553f624ebdf66ef58c01ca4fae2753248b643375b2553851639d1dc15ce11cd276af382514dc38759e SHA512 7435e2d52a835abf7c349ccc9cf343a40e49bc966692dd6953d49fc8d31c5a9f464bd6b48067d691af2b57cb093a5ed4543097d85912a8b73dbc0d9029aef14d

diff --git a/app-editors/typora-bin/metadata.xml b/app-editors/typora-bin/metadata.xml
index 5595aa595..ee4dd4a85 100644
--- a/app-editors/typora-bin/metadata.xml
+++ b/app-editors/typora-bin/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
 		<email>queereen@riseup.net</email>

diff --git a/app-editors/typora-bin/typora-bin-0.10.7.ebuild b/app-editors/typora-bin/typora-bin-1.5.8.ebuild
similarity index 74%
rename from app-editors/typora-bin/typora-bin-0.10.7.ebuild
rename to app-editors/typora-bin/typora-bin-1.5.8.ebuild
index 84f840976..862c767a9 100644
--- a/app-editors/typora-bin/typora-bin-0.10.7.ebuild
+++ b/app-editors/typora-bin/typora-bin-1.5.8.ebuild
@@ -1,25 +1,30 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit unpacker xdg
 
 DESCRIPTION="a markdown editor,markdown reader."
 HOMEPAGE="https://typora.io"
-SRC_URI="https://typora.io/linux/typora_${PV}_amd64.deb"
+SRC_URI="
+	amd64? ( https://typora.io/linux/typora_${PV}_amd64.deb )
+	arm64? ( https://typora.io/linux/typora_${PV}_arm64.deb )
+"
 
 LICENSE="Typora-EULA"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* ~amd64 ~arm64"
 IUSE=""
 
 RESTRICT="bindist mirror"
 
 DEPEND=""
 RDEPEND="
-	app-accessibility/at-spi2-atk
-	dev-libs/atk
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
 	dev-libs/nss
 	media-libs/alsa-lib
 	net-print/cups


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2024-01-01  2:38 Joe Kappus
  0 siblings, 0 replies; 12+ messages in thread
From: Joe Kappus @ 2024-01-01  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     daeb25cfb2ca8e05b854dafe1ae35f730aa1fc0f
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Mon Jan  1 02:37:48 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Mon Jan  1 02:37:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daeb25cf

app-editors/typora-bin: add 1.7.6, drop 1.5.8

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 app-editors/typora-bin/Manifest                                       | 4 ++--
 .../typora-bin/{typora-bin-1.5.8.ebuild => typora-bin-1.7.6.ebuild}   | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/typora-bin/Manifest b/app-editors/typora-bin/Manifest
index 20e6ce0948..e31700b3ab 100644
--- a/app-editors/typora-bin/Manifest
+++ b/app-editors/typora-bin/Manifest
@@ -1,2 +1,2 @@
-DIST typora_1.5.8_amd64.deb 85330472 BLAKE2B bbcbb4c8edda85351adcc37518e30e242f39973649155187afeaf05cac0192292767f54732f38a40a5474d21c93aa75c166c03ef13860b42d7558c967a8b43f2 SHA512 ceb62393913c5b51486d4867c914d43d9ebe2bd4cb9e6c67f83ca20d816594e968d648c97811ab4f4238acdc21c5cf9b95fa82084e3e33d0a3978dc0974b6e7e
-DIST typora_1.5.8_arm64.deb 75802376 BLAKE2B 36b570b596436a231fdc5d63f95496b8e7a18f0950c299553f624ebdf66ef58c01ca4fae2753248b643375b2553851639d1dc15ce11cd276af382514dc38759e SHA512 7435e2d52a835abf7c349ccc9cf343a40e49bc966692dd6953d49fc8d31c5a9f464bd6b48067d691af2b57cb093a5ed4543097d85912a8b73dbc0d9029aef14d
+DIST typora_1.7.6_amd64.deb 88633700 BLAKE2B 7ff19cc01a93b1175d79cc68cc496af2932ff7136ad9b9e92d04ed98161a9540f6cb86c9218ee21fc88bd39b9e3d764ca99a09140bdffdb4f55b7599d1252b64 SHA512 9c23de69be1dfd35ab9553f7d2c6e18b2a7b18ef44930fe986ca87063a96d9b5bfe2e58447f2b5625ab66e19a78053631ef0bf673e5c7935e808b2d27b093f5a
+DIST typora_1.7.6_arm64.deb 79230784 BLAKE2B 3679b4c0a528daa15bea555904a3e0bccfc52702f85af3b0064bcdcbfd3f25adaa68045411dbf2652eb1067fdd0c5ba4e644565fa7cd1b47aaa8b476ee2eeb5e SHA512 30055c886cda45464bdb1cd1a3782315975fbaf77247e9a273c09791f13a0b0f1cbb27b99031303f6649f584fe3db6560df8b8d3a7fbab7efddddefa5fdd94d1

diff --git a/app-editors/typora-bin/typora-bin-1.5.8.ebuild b/app-editors/typora-bin/typora-bin-1.7.6.ebuild
similarity index 100%
rename from app-editors/typora-bin/typora-bin-1.5.8.ebuild
rename to app-editors/typora-bin/typora-bin-1.7.6.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2024-04-17 21:12 Joe Kappus
  0 siblings, 0 replies; 12+ messages in thread
From: Joe Kappus @ 2024-04-17 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c133f1878c94f39c86b00b2ebf73aa160f2a775d
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Apr 17 21:08:03 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Apr 17 21:09:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c133f187

app-editors/typora-bin: add 1.8.10, drop 1.7.6

Dropped the maintainer due to inactivity, I am not adding myself
because I don't use this and don't get update notifications.

The last version had CVE which is why I bumped it.

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 app-editors/typora-bin/Manifest                                      | 4 ++--
 app-editors/typora-bin/metadata.xml                                  | 5 +----
 .../typora-bin/{typora-bin-1.7.6.ebuild => typora-bin-1.8.10.ebuild} | 0
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-editors/typora-bin/Manifest b/app-editors/typora-bin/Manifest
index e31700b3ab..09856e5864 100644
--- a/app-editors/typora-bin/Manifest
+++ b/app-editors/typora-bin/Manifest
@@ -1,2 +1,2 @@
-DIST typora_1.7.6_amd64.deb 88633700 BLAKE2B 7ff19cc01a93b1175d79cc68cc496af2932ff7136ad9b9e92d04ed98161a9540f6cb86c9218ee21fc88bd39b9e3d764ca99a09140bdffdb4f55b7599d1252b64 SHA512 9c23de69be1dfd35ab9553f7d2c6e18b2a7b18ef44930fe986ca87063a96d9b5bfe2e58447f2b5625ab66e19a78053631ef0bf673e5c7935e808b2d27b093f5a
-DIST typora_1.7.6_arm64.deb 79230784 BLAKE2B 3679b4c0a528daa15bea555904a3e0bccfc52702f85af3b0064bcdcbfd3f25adaa68045411dbf2652eb1067fdd0c5ba4e644565fa7cd1b47aaa8b476ee2eeb5e SHA512 30055c886cda45464bdb1cd1a3782315975fbaf77247e9a273c09791f13a0b0f1cbb27b99031303f6649f584fe3db6560df8b8d3a7fbab7efddddefa5fdd94d1
+DIST typora_1.8.10_amd64.deb 90362776 BLAKE2B 1ba738ba2c2466e6250854599578d092be566f49261ce31996578f87b988ca5d3b19cfa91b5e34f9cefd5714caa59c4f4167926162507800ece780443919661f SHA512 6560774e283129fa556a916d412903893388194625472062a36dd84d771ae261974b0c6a3b4642b081e8e19a7bb9477720e00f39efa4934aa8301001127e69a6
+DIST typora_1.8.10_arm64.deb 80609512 BLAKE2B 6badc9b528a9c55517987fdb75b05eb3786a5546d167fadf85353b59e0b523f351534ac04dd43ce22dd938ffed586c21fbabecd25aa858d7c20092772ba2eb29 SHA512 2811a067587dc4578b693ebf0e44f64b68a98a5391b7ae19995d4ede6019b85c4911d00fc1f5bea482de600532baf707cc843c6ee7ad7da3a3b83989720f3455

diff --git a/app-editors/typora-bin/metadata.xml b/app-editors/typora-bin/metadata.xml
index ee4dd4a85c..3bd4232dc5 100644
--- a/app-editors/typora-bin/metadata.xml
+++ b/app-editors/typora-bin/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>queereen@riseup.net</email>
-		<name>Avis Drożniak</name>
-	</maintainer>
+ <!-- maintainer-needed -->
 </pkgmetadata>

diff --git a/app-editors/typora-bin/typora-bin-1.7.6.ebuild b/app-editors/typora-bin/typora-bin-1.8.10.ebuild
similarity index 100%
rename from app-editors/typora-bin/typora-bin-1.7.6.ebuild
rename to app-editors/typora-bin/typora-bin-1.8.10.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/
@ 2024-04-17 21:15 Joe Kappus
  0 siblings, 0 replies; 12+ messages in thread
From: Joe Kappus @ 2024-04-17 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2dbc5c9ca1c51788f2e59741592e91d5c644f48f
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Apr 17 21:14:15 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Apr 17 21:14:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dbc5c9c

app-editors/typora-bin: fix copyright year

pkgdev commit should really do this...

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 app-editors/typora-bin/typora-bin-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/typora-bin/typora-bin-1.8.10.ebuild b/app-editors/typora-bin/typora-bin-1.8.10.ebuild
index f9279ba722..d2684f37e7 100644
--- a/app-editors/typora-bin/typora-bin-1.8.10.ebuild
+++ b/app-editors/typora-bin/typora-bin-1.8.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-04-17 21:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12 10:25 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/ Avis Drożniak
  -- strict thread matches above, loose matches on Subject: below --
2021-04-12 10:25 Avis Drożniak
2021-04-13 12:17 Andrew Ammerlaan
2021-04-15 12:38 Andrew Ammerlaan
2021-04-15 13:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-15 12:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-16  7:36 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-16  7:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-03 17:31 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-03 17:31 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-22 18:45 Andrew Ammerlaan
2023-02-28  6:48 Joe Kappus
2024-01-01  2:38 Joe Kappus
2024-04-17 21:12 Joe Kappus
2024-04-17 21:15 Joe Kappus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox