public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/remarkable/
@ 2022-09-20 15:29 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2022-09-20 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5b0c9d5beed2da01e85f868e48d53863579bcb66
Author:     brahmajit das <listout <AT> protonmail <DOT> com>
AuthorDate: Tue Sep 20 05:28:30 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 15:29:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0c9d5b

app-editors/remarkable: Using webkit-gtk in slot 4

This is needed for as webkit-gtk will now have slots to handle
webkit2gtk-4.0 and webkit2gtk-4.1, and we want to make sure that we pull
in the correct webkit-gtk.

Closes: https://github.com/gentoo/gentoo/pull/27361
Signed-off-by: brahmajit das <listout <AT> protonmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ....9.0_pre20210320.ebuild => remarkable-1.9.0_pre20210320-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild
similarity index 95%
rename from app-editors/remarkable/remarkable-1.9.0_pre20210320.ebuild
rename to app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild
index 876a5a238409..ababb46124c6 100644
--- a/app-editors/remarkable/remarkable-1.9.0_pre20210320.ebuild
+++ b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
 	${PYTHON_DEPS}
-	net-libs/webkit-gtk[introspection]
+	net-libs/webkit-gtk:4[introspection]
 	x11-libs/gtk+:3[introspection]
 	x11-libs/gtksourceview:3.0[introspection]
 	$(python_gen_cond_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/remarkable/
@ 2023-05-29 23:50 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-05-29 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     84f9e12f239ab3fd6d15a0c23df11d114b928ac2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 23:49:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 23:49:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f9e12f

app-editors/remarkable: Keyword 1.9.0_pre20210320-r2 arm64, #907100

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild
index d48bf3e3a2b8..c3b373f0dc21 100644
--- a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild
+++ b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/Remarkable-${GIT_COMMIT}"
 
 LICENSE="BSD-2 GPL-2+ LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/remarkable/
@ 2024-02-29 12:45 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2024-02-29 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4ddba10d8b079219c57b898dd32e36d5a08e9ad0
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Wed Jan 31 20:00:28 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 12:44:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddba10d

app-editors/remarkable: drop 1.9.0_pre20210320-r1

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../remarkable-1.9.0_pre20210320-r1.ebuild         | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild
deleted file mode 100644
index c8da7cfffe10..000000000000
--- a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit desktop gnome2-utils python-single-r1 readme.gentoo-r1
-
-DESCRIPTION="Fully featured markdown editor, supports github markdown dialect"
-HOMEPAGE="https://remarkableapp.github.io/ https://github.com/jamiemcg/remarkable"
-GIT_COMMIT="7b0b3dacef270a00c28e8852a88d74f72a3544d7"
-SRC_URI="https://github.com/jamiemcg/remarkable/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/Remarkable-${GIT_COMMIT}"
-
-LICENSE="BSD-2 GPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	net-libs/webkit-gtk:4[introspection]
-	x11-libs/gtk+:3[introspection]
-	x11-libs/gtksourceview:3.0[introspection]
-	$(python_gen_cond_dep '
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		dev-python/pycairo[${PYTHON_USEDEP}]
-		dev-python/pygobject[${PYTHON_USEDEP}]
-		dev-python/markdown[${PYTHON_USEDEP}]
-	')"
-RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-disable-spellcheck.patch )
-
-src_prepare() {
-	default
-	sed -i -e "s|import styles|from remarkable import styles|" \
-		-e "s|from findBar|from remarkable.findBar|" \
-		remarkable/RemarkableWindow.py || die
-}
-
-src_install() {
-	default
-
-	python_domodule markdown pdfkit remarkable remarkable_lib
-	python_doscript bin/remarkable
-	doicon data/ui/remarkable.png
-	domenu ${PN}.desktop
-
-	insinto /usr/share/${PN}
-	doins -r data/ui
-	doins -r data/media
-
-	insinto /usr/share/glib-2.0/schemas
-	doins data/glib-2.0/schemas/*
-
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/remarkable/
@ 2024-04-27  6:42 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-04-27  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0c3a63163b1e534920a957c63e931508a5115789
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Fri Apr 26 21:26:09 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 06:41:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3a6316

app-editors/remarkable: drop 1.9.0_pre20210320-r2

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../remarkable-1.9.0_pre20210320-r2.ebuild         | 69 ----------------------
 1 file changed, 69 deletions(-)

diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild
deleted file mode 100644
index c3b373f0dc21..000000000000
--- a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit desktop gnome2-utils python-single-r1 readme.gentoo-r1
-
-DESCRIPTION="Fully featured markdown editor, supports github markdown dialect"
-HOMEPAGE="https://remarkableapp.github.io/ https://github.com/jamiemcg/remarkable"
-GIT_COMMIT="7b0b3dacef270a00c28e8852a88d74f72a3544d7"
-SRC_URI="https://github.com/jamiemcg/remarkable/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/Remarkable-${GIT_COMMIT}"
-
-LICENSE="BSD-2 GPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	net-libs/webkit-gtk:4.1[introspection]
-	x11-libs/gtk+:3[introspection]
-	x11-libs/gtksourceview:3.0[introspection]
-	$(python_gen_cond_dep '
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		dev-python/pycairo[${PYTHON_USEDEP}]
-		dev-python/pygobject[${PYTHON_USEDEP}]
-		dev-python/markdown[${PYTHON_USEDEP}]
-	')"
-RDEPEND="${DEPEND}"
-PATCHES=(
-	"${FILESDIR}"/${P}-disable-spellcheck.patch
-	"${FILESDIR}"/webkit-version.patch
-)
-
-src_prepare() {
-	default
-	sed -i -e "s|import styles|from remarkable import styles|" \
-		-e "s|from findBar|from remarkable.findBar|" \
-		remarkable/RemarkableWindow.py || die
-}
-
-src_install() {
-	default
-
-	python_domodule markdown pdfkit remarkable remarkable_lib
-	python_doscript bin/remarkable
-	doicon data/ui/remarkable.png
-	domenu ${PN}.desktop
-
-	insinto /usr/share/${PN}
-	doins -r data/ui
-	doins -r data/media
-
-	insinto /usr/share/glib-2.0/schemas
-	doins data/glib-2.0/schemas/*
-
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/remarkable/
@ 2024-04-27  6:42 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-04-27  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     92043d12f8f91deb5c00d52a8f6fdbcef81c3770
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Fri Apr 26 21:28:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 06:41:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92043d12

app-editors/remarkable: enable py3.12

Closes: https://bugs.gentoo.org/929300
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/36446
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild
index 1525913a442f..f35866eca613 100644
--- a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild
+++ b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit desktop gnome2-utils python-single-r1 readme.gentoo-r1
 
 DESCRIPTION="Fully featured markdown editor, supports github markdown dialect"


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

end of thread, other threads:[~2024-04-27  6:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 12:45 [gentoo-commits] repo/gentoo:master commit in: app-editors/remarkable/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2024-04-27  6:42 Michał Górny
2024-04-27  6:42 Michał Górny
2023-05-29 23:50 Sam James
2022-09-20 15:29 Matt Turner

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