public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2017-08-26 10:08 Gilles Dartiguelongue
  0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-26 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     20e8883f8caaef6b67cb19be013b5e07d820d375
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 10:05:42 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 10:07:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e8883f

app-office/gtg: cleanup old revision

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/gtg/Manifest       |  1 -
 app-office/gtg/gtg-0.3.ebuild | 69 -------------------------------------------
 2 files changed, 70 deletions(-)

diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest
index 2a8c7d34607..65f43bc960e 100644
--- a/app-office/gtg/Manifest
+++ b/app-office/gtg/Manifest
@@ -1,2 +1 @@
 DIST gtg-0.3.1.tar.gz 7902244 SHA256 57ceb3fa15298b69ce64cdd0a0a35ef3f4fd1151458ddff21f26a288cc02a0a7 SHA512 7d342971cd98fbe5b84ec2f2b4c918dd668d00699b6f0afb76b143acdbe79807525bcc02d2e189769c24de5a8b33d7eef4ce242e3c091fe09505daac55158f12 WHIRLPOOL 3d90cf709cfe15e0a303b0caea7c1102cf4e9c31441be7a390b8be32f34a20059bc3ff9b422bada593364b22047f95a2eb58c6a558c5f5f8f8af7f534db8fc5b
-DIST gtg-0.3.tar.gz 4692580 SHA256 7c55a2eb1e6a552ece4c023f92ebec85661d514e4035ff5e2bcfc1c56ec4e2bc SHA512 0d36a1fabc23457057ef8c5f3b6f945f317c0d840f5a63ebc50fba0a5823c729e5765b531a95f71acb4364cae373420fded6ce04958bd4f8b44669a43dc22191 WHIRLPOOL 9c95218b8e882637ed9b6b8017e1c67cea2521d08aa63cf1bcdd0f499b0b296784b077cce4447354913dff9958071aa91c792f003f42bac237b72318afb26909

diff --git a/app-office/gtg/gtg-0.3.ebuild b/app-office/gtg/gtg-0.3.ebuild
deleted file mode 100644
index 8905f28d8bc..00000000000
--- a/app-office/gtg/gtg-0.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils fdo-mime gnome2-utils distutils-r1 versionator
-
-MY_PV="$(get_version_component_range 1-2)"
-DESCRIPTION="Personal organizer for the GNOME desktop environment"
-HOMEPAGE="http://gtg.fritalk.com/"
-SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-python/liblarch[${PYTHON_USEDEP}]
-	dev-python/configobj[${PYTHON_USEDEP}]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/pygobject:2[${PYTHON_USEDEP}]
-	dev-python/pygtk[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	dev-python/pyxdg[${PYTHON_USEDEP}]
-	dev-python/simplejson[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_prepare_all() {
-	# Plugins are voluntarily left automagic as application has a nice way
-	# to suggest missing dependencies. We only remove the ones that cannot
-	# work on gentoo.
-	# Backends should be enabled via USE flag when pulling extra deps
-
-	# tweepy: missing python-r1 support
-	# geoloc: uses removed from tree bindings
-	sed -e "/GTG.backends.tweepy/d" \
-		-e "/GTG.plugins.geolocalized_tasks',/d" \
-		-e "/geolocalized-tasks.gtg-plugin/d" \
-		-i setup.py || die
-
-	# launchpad: missing dependency
-	# mantis: missing python-r1 support
-	# evolution: missing python-r1 support
-	rm GTG/backends/backend_launchpad.py \
-		GTG/backends/backend_mantis.py \
-		GTG/backends/backend_evolution.py \
-		GTG/backends/backend_twitter.py \
-		|| die
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2018-02-11 10:25 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2018-02-11 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     459a73858b6d76a22625c6a361d11489ee4db594
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:20:55 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:24:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459a7385

app-office/gtg: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-office/gtg/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/gtg/metadata.xml b/app-office/gtg/metadata.xml
index ab50093bb5d..d77d06fea08 100644
--- a/app-office/gtg/metadata.xml
+++ b/app-office/gtg/metadata.xml
@@ -9,7 +9,6 @@
 	</maintainer>
 	<maintainer type="person">
 		<email>leio@gentoo.org</email>
-		<description>Backup maintainer, CC on bugs, assign to remaming</description>
 	</maintainer>
 	<longdescription lang="en">
 		Getting Things Gnome! (gtg) is a personal organizer for the GNOME desktop that


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2018-03-10 11:31 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-03-10 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     88c3bbceac2239b193891587fdd6d5cd43af4682
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 11:22:15 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 11:22:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c3bbce

app-office/gtg: Update maintained due to bug #101792

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/gtg/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-office/gtg/metadata.xml b/app-office/gtg/metadata.xml
index d77d06fea08..7d791919d83 100644
--- a/app-office/gtg/metadata.xml
+++ b/app-office/gtg/metadata.xml
@@ -4,9 +4,6 @@
 	<maintainer type="person">
 		<email>eva@gentoo.org</email>
 	</maintainer>
-	<maintainer type="person">
-		<email>steev@gentoo.org</email>
-	</maintainer>
 	<maintainer type="person">
 		<email>leio@gentoo.org</email>
 	</maintainer>


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2020-06-20 16:36 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2020-06-20 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     99fcf346146121c499360d2f3381334d8b8a5caf
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 09:29:56 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 16:35:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fcf346

app-office/gtg: QA fixes

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-office/gtg/gtg-0.4.0_pre20200613.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-office/gtg/gtg-0.4.0_pre20200613.ebuild b/app-office/gtg/gtg-0.4.0_pre20200613.ebuild
index 68ca65c9686..d9f3109d242 100644
--- a/app-office/gtg/gtg-0.4.0_pre20200613.ebuild
+++ b/app-office/gtg/gtg-0.4.0_pre20200613.ebuild
@@ -17,9 +17,11 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gnome-keyring test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
+	${PYTHON_DEPS}
 	$(python_gen_cond_dep '
 		dev-python/dbus-python[${PYTHON_USEDEP}]
 		dev-python/pygobject:3[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2020-07-08  5:58 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2020-07-08  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     cb82ba8ccd9ca739ee6d84c261067a0baa9b55a2
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 05:55:37 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 05:58:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb82ba8c

app-office/gtg: bump to 0.4.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-office/gtg/Manifest         |  1 +
 app-office/gtg/gtg-0.4.0.ebuild | 57 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest
index 9da4a2b54e3..982ff10fe50 100644
--- a/app-office/gtg/Manifest
+++ b/app-office/gtg/Manifest
@@ -1 +1,2 @@
+DIST gtg-0.4.0.tar.xz 3744752 BLAKE2B fdeabe32135dea24ac6113a486650b66b5143aa745117029b03e26e1bb3f2e8629623b26efdae0c8217741a2b4964b5dc060f0e450c05c950e21ea360f3f3823 SHA512 f2677f6bbc0b6cb21b7882a2bd0342b4919581c12e4aa43c13b5dbc48740418c512a41619584d0d75bfa63ebc4a5460abfbc27360e1817c8832cbecf3c34a60e
 DIST gtg-0.4.0_pre20200613.tar.gz 4827071 BLAKE2B 80515f064b4a034066a86c1b63dcb4e2510e49493b067991b7135a3914b1d75ebfc7f18132d6db81e55fdec34a0225c3147b55dc1e0c891540b2b895f3768f2d SHA512 8d4c9460693f7a913c224bd22aacec5b7db67faa5e74e8575fe99d2e792e8f95f6480e1d0ecc3ac77b0533403b8baa41ece315bd14782fb3c783315aa3d7a5fb

diff --git a/app-office/gtg/gtg-0.4.0.ebuild b/app-office/gtg/gtg-0.4.0.ebuild
new file mode 100644
index 00000000000..135111e7c82
--- /dev/null
+++ b/app-office/gtg/gtg-0.4.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit meson python-single-r1 xdg
+
+DESCRIPTION="Personal organizer for the GNOME desktop environment"
+HOMEPAGE="https://wiki.gnome.org/Apps/GTG/"
+SRC_URI="https://github.com/getting-things-gnome/gtg/releases/download/v0.4/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	$(python_gen_cond_dep '
+		dev-python/dbus-python[${PYTHON_USEDEP}]
+		dev-python/pygobject:3[${PYTHON_USEDEP}]
+		>=dev-python/liblarch-3.0[${PYTHON_USEDEP}]
+		dev-python/pyxdg[${PYTHON_USEDEP}]
+		dev-python/pycairo[${PYTHON_USEDEP}]
+	')
+	x11-libs/pango[introspection]
+	x11-libs/gdk-pixbuf[introspection]
+	x11-libs/gtk+:3[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/itstool
+	>=sys-devel/gettext-0.19.8
+	test? ( $(python_gen_cond_dep '
+			dev-python/nose[${PYTHON_USEDEP}]
+			dev-python/cheetah3[${PYTHON_USEDEP}]
+			dev-python/mock[${PYTHON_USEDEP}]
+		')
+		app-text/pdfjam
+		app-text/pdftk
+		dev-texlive/texlive-latex
+	)
+"
+
+src_install() {
+	meson_src_install
+	python_fix_shebang "${ED}"/usr/bin/gtg
+	python_optimize
+}
+
+src_test() {
+	nosetests -v || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2021-06-20  6:39 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2021-06-20  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a9fc3b00f2763ada56508256520828f4c52f920b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 06:38:55 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 06:38:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fc3b00

app-office/gtg: enable py3.9

Thanks-to: Kobboi
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-office/gtg/gtg-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.5.ebuild
index a2e3580997f..90a0833c2d7 100644
--- a/app-office/gtg/gtg-0.5.ebuild
+++ b/app-office/gtg/gtg-0.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit meson python-single-r1 xdg


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2021-06-21 22:26 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-06-21 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     de845531feb3a629257b91cdf35728d77c837fa6
Author:     Christophe Lermytte <christophe.lermytte <AT> technicolor <DOT> com>
AuthorDate: Mon Jun 21 13:27:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 22:25:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de845531

app-office/gtg: update pdfjam test dependency

With recent texlive-core ebuilds providing the pdfjam binary, let's
allow them to satisfy the dependency

Signed-off-by: Christophe Lermytte <gentoo <AT> lermytte.be>
Closes: https://github.com/gentoo/gentoo/pull/21357
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/gtg/gtg-0.4.0.ebuild | 2 +-
 app-office/gtg/gtg-0.5.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/gtg/gtg-0.4.0.ebuild b/app-office/gtg/gtg-0.4.0.ebuild
index 135111e7c82..54a5494e15c 100644
--- a/app-office/gtg/gtg-0.4.0.ebuild
+++ b/app-office/gtg/gtg-0.4.0.ebuild
@@ -40,7 +40,7 @@ BDEPEND="
 			dev-python/cheetah3[${PYTHON_USEDEP}]
 			dev-python/mock[${PYTHON_USEDEP}]
 		')
-		app-text/pdfjam
+		|| ( app-text/pdfjam >=app-text/texlive-core-2021 )
 		app-text/pdftk
 		dev-texlive/texlive-latex
 	)

diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.5.ebuild
index 90a0833c2d7..665f741c965 100644
--- a/app-office/gtg/gtg-0.5.ebuild
+++ b/app-office/gtg/gtg-0.5.ebuild
@@ -40,7 +40,7 @@ BDEPEND="
 			dev-python/cheetah3[${PYTHON_USEDEP}]
 			dev-python/mock[${PYTHON_USEDEP}]
 		')
-		app-text/pdfjam
+		|| ( app-text/pdfjam >=app-text/texlive-core-2021 )
 		app-text/pdftk
 		dev-texlive/texlive-latex
 	)


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2021-06-21 22:27 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-06-21 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6a28106cd4f3414d4085f2ce46ab662a0e14bfec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 22:27:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 22:27:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a28106c

app-office/gtg: fix IncorrectCopyright

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

 app-office/gtg/gtg-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/gtg/gtg-0.4.0.ebuild b/app-office/gtg/gtg-0.4.0.ebuild
index 54a5494e15c..e16de2b4bc6 100644
--- a/app-office/gtg/gtg-0.4.0.ebuild
+++ b/app-office/gtg/gtg-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2022-07-12  3:03 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-07-12  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0109dc9d1728c17f972b69d711787ff8057dcd3f
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Mon Jul 11 18:10:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 02:46:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0109dc9d

app-office/gtg: drop 0.4.0

Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/26269
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/gtg/gtg-0.4.0.ebuild | 57 -----------------------------------------
 1 file changed, 57 deletions(-)

diff --git a/app-office/gtg/gtg-0.4.0.ebuild b/app-office/gtg/gtg-0.4.0.ebuild
deleted file mode 100644
index e16de2b4bc69..000000000000
--- a/app-office/gtg/gtg-0.4.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7..8} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="Personal organizer for the GNOME desktop environment"
-HOMEPAGE="https://wiki.gnome.org/Apps/GTG/"
-SRC_URI="https://github.com/getting-things-gnome/gtg/releases/download/v0.4/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/dbus-python[${PYTHON_USEDEP}]
-		dev-python/pygobject:3[${PYTHON_USEDEP}]
-		>=dev-python/liblarch-3.0[${PYTHON_USEDEP}]
-		dev-python/pyxdg[${PYTHON_USEDEP}]
-		dev-python/pycairo[${PYTHON_USEDEP}]
-	')
-	x11-libs/pango[introspection]
-	x11-libs/gdk-pixbuf[introspection]
-	x11-libs/gtk+:3[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-util/itstool
-	>=sys-devel/gettext-0.19.8
-	test? ( $(python_gen_cond_dep '
-			dev-python/nose[${PYTHON_USEDEP}]
-			dev-python/cheetah3[${PYTHON_USEDEP}]
-			dev-python/mock[${PYTHON_USEDEP}]
-		')
-		|| ( app-text/pdfjam >=app-text/texlive-core-2021 )
-		app-text/pdftk
-		dev-texlive/texlive-latex
-	)
-"
-
-src_install() {
-	meson_src_install
-	python_fix_shebang "${ED}"/usr/bin/gtg
-	python_optimize
-}
-
-src_test() {
-	nosetests -v || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2022-07-12  3:03 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-07-12  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9473a1d20aa819dfa43544b2b14dd27772ca43fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 02:47:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 03:03:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9473a1d2

app-office/gtg: use canonical phase ordering

To match execution, per devmanual.

See: https://github.com/gentoo/gentoo/pull/26269
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/gtg/gtg-0.6.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-office/gtg/gtg-0.6.ebuild b/app-office/gtg/gtg-0.6.ebuild
index e55a20f164bf..7fe456bf3945 100644
--- a/app-office/gtg/gtg-0.6.ebuild
+++ b/app-office/gtg/gtg-0.6.ebuild
@@ -46,13 +46,13 @@ BDEPEND="
 	)
 "
 
+src_test() {
+	sed -e "s|@VCS_TAG@|${PV}|" GTG/core/info.py.in > GTG/core/info.py || die
+	nosetests -v || die
+}
+
 src_install() {
 	meson_src_install
 	python_fix_shebang "${ED}"/usr/bin/gtg
 	python_optimize
 }
-
-src_test() {
-	sed -e "s|@VCS_TAG@|${PV}|" GTG/core/info.py.in > GTG/core/info.py || die
-	nosetests -v || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2022-07-12  3:03 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-07-12  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     05307037bb3db5b678df6dfe3ed186fec4dffd32
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Mon Jul 11 18:09:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 02:46:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05307037

app-office/gtg: add ebuild for 0.6

This commit also bumps Python compatibility up to `3.10`.

Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/gtg/Manifest                           |  2 +-
 app-office/gtg/gtg-0.5.ebuild                     |  4 ++--
 app-office/gtg/{gtg-0.5.ebuild => gtg-0.6.ebuild} | 10 ++--------
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest
index ead4f5170cf5..ab3e85e0c3c4 100644
--- a/app-office/gtg/Manifest
+++ b/app-office/gtg/Manifest
@@ -1,2 +1,2 @@
-DIST gtg-0.4.0.tar.xz 3744752 BLAKE2B fdeabe32135dea24ac6113a486650b66b5143aa745117029b03e26e1bb3f2e8629623b26efdae0c8217741a2b4964b5dc060f0e450c05c950e21ea360f3f3823 SHA512 f2677f6bbc0b6cb21b7882a2bd0342b4919581c12e4aa43c13b5dbc48740418c512a41619584d0d75bfa63ebc4a5460abfbc27360e1817c8832cbecf3c34a60e
 DIST gtg-0.5.tar.gz 2229259 BLAKE2B e724cbd015a6f0b6fee62c52283b56244490efb7df4e57b2e30745f58fbc41442b008f5c81b53cfd001f04a92ff53a14e2117d6c12d0d5a35fe49158b5f736fa SHA512 631f5343301d7d72211398152fa081c0fa15154babc7ec900f13a39a2677d0edaf4fea534a83284207e8019926c9108dc1d8f25bdbeae85ef0665dfe1c7b768a
+DIST gtg-0.6.tar.gz 2361876 BLAKE2B 48f4d589b19181c4e5586254a3411fe2e25126d0f16b2d1294b8bff3f7a86aee7a34762781d9819760ce2e6b36ebded225a478a1bc86aa4c17217b165dae2802 SHA512 68a5229c17b85b87a9a134a08e5e86fbf24d28d6ce55e848c17eef650620d6f56172ee495cb113f4279b34c19127ae03981e2feec5a39dc51be49e387e458600

diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.5.ebuild
index c3ae9ba1ab10..fae2baafad03 100644
--- a/app-office/gtg/gtg-0.5.ebuild
+++ b/app-office/gtg/gtg-0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit meson python-single-r1 xdg

diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.6.ebuild
similarity index 84%
copy from app-office/gtg/gtg-0.5.ebuild
copy to app-office/gtg/gtg-0.6.ebuild
index c3ae9ba1ab10..e55a20f164bf 100644
--- a/app-office/gtg/gtg-0.5.ebuild
+++ b/app-office/gtg/gtg-0.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit meson python-single-r1 xdg
@@ -46,12 +46,6 @@ BDEPEND="
 	)
 "
 
-PATCHES=(
-	# Fixes tests, and mouse cursor with some themes
-	"${FILESDIR}"/${PV}-mouse-cursor-fixes{1,2,3}.patch
-	"${FILESDIR}"/0.5-Revert-meson-plugin-translation-apply-thing.patch
-)
-
 src_install() {
 	meson_src_install
 	python_fix_shebang "${ED}"/usr/bin/gtg


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2022-07-12  3:03 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-07-12  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9f9473c1a4a28522371b99d0a36665c18c1f8ec5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 03:02:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 03:03:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9473c1

app-office/gtg: add missing dependencies, fix tests

See: https://github.com/gentoo/gentoo/pull/26269
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/gtg/gtg-0.6.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-office/gtg/gtg-0.6.ebuild b/app-office/gtg/gtg-0.6.ebuild
index 7fe456bf3945..d4d376aab05b 100644
--- a/app-office/gtg/gtg-0.6.ebuild
+++ b/app-office/gtg/gtg-0.6.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml(+)"
 
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/getting-things-gnome/gtg/archive/refs/tags/v${PV}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"
@@ -21,11 +21,14 @@ RESTRICT="!test? ( test )"
 RDEPEND="
 	${PYTHON_DEPS}
 	$(python_gen_cond_dep '
+		dev-python/caldav[${PYTHON_USEDEP}]
 		dev-python/dbus-python[${PYTHON_USEDEP}]
-		dev-python/pygobject:3[${PYTHON_USEDEP}]
 		>=dev-python/liblarch-3.1.0[${PYTHON_USEDEP}]
-		dev-python/pycairo[${PYTHON_USEDEP}]
 		dev-python/lxml[${PYTHON_USEDEP}]
+		dev-python/python-dateutil[${PYTHON_USEDEP}]
+		dev-python/pygobject:3[${PYTHON_USEDEP}]
+		dev-python/pycairo[${PYTHON_USEDEP}]
+		dev-python/vobject[${PYTHON_USEDEP}]
 	')
 	x11-libs/pango[introspection]
 	x11-libs/gdk-pixbuf[introspection]
@@ -36,9 +39,9 @@ BDEPEND="
 	dev-util/itstool
 	>=sys-devel/gettext-0.19.8
 	test? ( $(python_gen_cond_dep '
-			dev-python/nose[${PYTHON_USEDEP}]
 			dev-python/cheetah3[${PYTHON_USEDEP}]
 			dev-python/mock[${PYTHON_USEDEP}]
+			dev-python/pytest[${PYTHON_USEDEP}]
 		')
 		|| ( app-text/pdfjam >=app-text/texlive-core-2021 )
 		app-text/pdftk
@@ -48,7 +51,7 @@ BDEPEND="
 
 src_test() {
 	sed -e "s|@VCS_TAG@|${PV}|" GTG/core/info.py.in > GTG/core/info.py || die
-	nosetests -v || die
+	epytest
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2022-07-12  6:56 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-07-12  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     14d2e99c4993526565dddd9619c92aeb7fc5e680
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 06:56:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 06:56:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d2e99c

app-office/gtg: add missing gtksourceview dep

Closes: https://bugs.gentoo.org/857735
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/gtg/{gtg-0.6.ebuild => gtg-0.6-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/gtg/gtg-0.6.ebuild b/app-office/gtg/gtg-0.6-r1.ebuild
similarity index 97%
rename from app-office/gtg/gtg-0.6.ebuild
rename to app-office/gtg/gtg-0.6-r1.ebuild
index d4d376aab05b..4d5ae4e692d4 100644
--- a/app-office/gtg/gtg-0.6.ebuild
+++ b/app-office/gtg/gtg-0.6-r1.ebuild
@@ -33,6 +33,7 @@ RDEPEND="
 	x11-libs/pango[introspection]
 	x11-libs/gdk-pixbuf[introspection]
 	x11-libs/gtk+:3[introspection]
+	x11-libs/gtksourceview:4[introspection]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2022-10-10 23:40 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-10-10 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     caa8103d11f7244f55b4c3e23475a9c595f84799
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 23:39:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 23:39:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa8103d

app-office/gtg: Keyword 0.6-r1 x86, #857720

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

 app-office/gtg/gtg-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/gtg/gtg-0.6-r1.ebuild b/app-office/gtg/gtg-0.6-r1.ebuild
index 4d5ae4e692d4..bfe33c23c67e 100644
--- a/app-office/gtg/gtg-0.6-r1.ebuild
+++ b/app-office/gtg/gtg-0.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/getting-things-gnome/gtg/archive/refs/tags/v${PV}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
@ 2023-07-20 13:00 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-07-20 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     81cf555fcff916a4667b53628112714c544b4e6a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 13:00:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 13:00:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cf555f

app-office/gtg: Keyword 0.6-r1 arm64, #906634

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

 app-office/gtg/gtg-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/gtg/gtg-0.6-r1.ebuild b/app-office/gtg/gtg-0.6-r1.ebuild
index 5d85e55f190a..b3dec9f5f524 100644
--- a/app-office/gtg/gtg-0.6-r1.ebuild
+++ b/app-office/gtg/gtg-0.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/getting-things-gnome/gtg/archive/refs/tags/v${PV}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"


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

end of thread, other threads:[~2023-07-20 13:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 13:00 [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-10-10 23:40 Sam James
2022-07-12  6:56 Sam James
2022-07-12  3:03 Sam James
2022-07-12  3:03 Sam James
2022-07-12  3:03 Sam James
2022-07-12  3:03 Sam James
2021-06-21 22:27 Sam James
2021-06-21 22:26 Sam James
2021-06-20  6:39 Mart Raudsepp
2020-07-08  5:58 Mart Raudsepp
2020-06-20 16:36 Mart Raudsepp
2018-03-10 11:31 Pacho Ramos
2018-02-11 10:25 Michał Górny
2017-08-26 10:08 Gilles Dartiguelongue

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