public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/, app-office/gtg/
@ 2025-04-22 10:29 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2025-04-22 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     19fba7c0733f3bb194f79ab5e19428d0abaf4345
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 10:25:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 10:29:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fba7c0

app-office/gtg: Remove last-rited pkg

Bug: https://bugs.gentoo.org/896608
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-office/gtg/Manifest            |  1 -
 app-office/gtg/gtg-0.6-r1.ebuild   | 62 --------------------------------------
 app-office/gtg/metadata.xml        | 22 --------------
 profiles/arch/x86/package.use.mask |  1 -
 profiles/package.mask              |  5 ---
 5 files changed, 91 deletions(-)

diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest
deleted file mode 100644
index ededc3ab3f6e..000000000000
--- a/app-office/gtg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtg-0.6.tar.gz 2361876 BLAKE2B 48f4d589b19181c4e5586254a3411fe2e25126d0f16b2d1294b8bff3f7a86aee7a34762781d9819760ce2e6b36ebded225a478a1bc86aa4c17217b165dae2802 SHA512 68a5229c17b85b87a9a134a08e5e86fbf24d28d6ce55e848c17eef650620d6f56172ee495cb113f4279b34c19127ae03981e2feec5a39dc51be49e387e458600

diff --git a/app-office/gtg/gtg-0.6-r1.ebuild b/app-office/gtg/gtg-0.6-r1.ebuild
deleted file mode 100644
index b3dec9f5f524..000000000000
--- a/app-office/gtg/gtg-0.6-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
-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/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/caldav[${PYTHON_USEDEP}]
-		dev-python/dbus-python[${PYTHON_USEDEP}]
-		>=dev-python/liblarch-3.1.0[${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]
-	x11-libs/gtk+:3[introspection]
-	x11-libs/gtksourceview:4[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-util/itstool
-	>=sys-devel/gettext-0.19.8
-	test? ( $(python_gen_cond_dep '
-			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
-		dev-texlive/texlive-latex
-	)
-"
-
-src_test() {
-	sed -e "s|@VCS_TAG@|${PV}|" GTG/core/info.py.in > GTG/core/info.py || die
-	epytest
-}
-
-src_install() {
-	meson_src_install
-	python_fix_shebang "${ED}"/usr/bin/gtg
-	python_optimize
-}

diff --git a/app-office/gtg/metadata.xml b/app-office/gtg/metadata.xml
deleted file mode 100644
index c1f63a8b3f28..000000000000
--- a/app-office/gtg/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>leio@gentoo.org</email>
-	</maintainer>
-	<longdescription lang="en">
-		Getting Things Gnome! (gtg) is a personal organizer for the GNOME desktop that
-		was inspired by the Getting Things Done methodology (GTD). It is not a GTD only
-		software as it aims for flexibility, adaptability and ease of use.
-
-		GTG wants to help you to track everything you need to do and need to know, from
-		very small tasks to big projects.
-
-		GTG uses a very handy text edition system for task creation and edition.
-		The task editor can automatically recognize metadata such as tags and subtasks
-		only by the use of a very simple syntax.
-	</longdescription>
-	<upstream>
-		<remote-id type="launchpad">gtg</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index a82b0516aa41..71d140aac62d 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -44,7 +44,6 @@ sci-physics/pythia rivet
 # Arthur Zamarin <arthurzam@gentoo.org> (2024-10-17)
 # depends on java packages, not keyworded on x86
 app-forensics/sleuthkit java
-app-office/gtg test
 app-office/libreoffice java libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript
 dev-lang/logtalk fop
 dev-lang/swi-prolog test

diff --git a/profiles/package.mask b/profiles/package.mask
index b1d2d949715a..4125244ca493 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -239,11 +239,6 @@ dev-libs/pigpio
 # Removal on 2025-04-21.  Bug #751541.
 mail-filter/afew
 
-# Michał Górny <mgorny@gentoo.org> (2025-03-22)
-# Stuck on Python 3.10, no reply from maintainer.  No revdeps.
-# Removal on 2025-04-21.  Bug #896608.
-app-office/gtg
-
 # Michał Górny <mgorny@gentoo.org> (2025-03-17)
 # Xfce 4.22 prereleases.  Masked because they tend to be quite unstable.
 >=xfce-base/exo-4.21


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-04-22 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 10:29 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/, app-office/gtg/ Michał Górny

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