git: f5e3ed501f14 - main - x11/terminator: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 14:35:25 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5e3ed501f14ad4ef7ae2c41971df88262966fb0

commit f5e3ed501f14ad4ef7ae2c41971df88262966fb0
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:35:20 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:35:20 +0000

    x11/terminator: Remove expired port
    
    2025-03-31 x11/terminator: Depends on expired devel/py-pytest-runner
---
 MOVED                               |  1 +
 x11/Makefile                        |  1 -
 x11/terminator/Makefile             | 32 --------------------------------
 x11/terminator/distinfo             |  3 ---
 x11/terminator/files/patch-setup.py | 11 -----------
 x11/terminator/pkg-descr            |  3 ---
 6 files changed, 1 insertion(+), 50 deletions(-)

diff --git a/MOVED b/MOVED
index e7031f13ece5..81dbec311667 100644
--- a/MOVED
+++ b/MOVED
@@ -4236,3 +4236,4 @@ misc/jirust||2025-03-31|Has expired: Listed as broken for over 6+ months
 math/py-Diofant||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
 devel/py-prettyprinter||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
 textproc/py-wstools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+x11/terminator||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/x11/Makefile b/x11/Makefile
index cfa56f36d077..86150b76ed7d 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -430,7 +430,6 @@
     SUBDIR += taiga
     SUBDIR += temperature.app
     SUBDIR += terminal.app
-    SUBDIR += terminator
     SUBDIR += terminology
     SUBDIR += tessen
     SUBDIR += thingylaunch
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile
deleted file mode 100644
index 5a1c8aca6272..000000000000
--- a/x11/terminator/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	terminator
-DISTVERSION=	2.1.3
-PORTREVISION=	3
-CATEGORIES=	x11 python
-MASTER_SITES=	https://github.com/gnome-${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
-
-MAINTAINER=	ume@FreeBSD.org
-COMMENT=	Multiple GNOME terminals in one window
-WWW=		https://github.com/gnome-terminator/terminator
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS=	${LOCALBASE}/lib/libkeybinder-3.0.so:x11/keybinder-gtk3 \
-		${LOCALBASE}/lib/libnotify.so:devel/libnotify \
-		${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
-		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
-
-USES=		gnome python shebangfix gettext
-USE_GNOME=	intltool pygobject3 vte3
-USE_PYTHON=	autoplist distutils noflavors
-
-PYDISTUTILS_PKGNAME=	Terminator
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/x11/terminator/distinfo b/x11/terminator/distinfo
deleted file mode 100644
index d44de33ea930..000000000000
--- a/x11/terminator/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1680328514
-SHA256 (terminator-2.1.3.tar.gz) = 0ae9943f3d6b72230c14bcb355de84dd81274c033e76ca4698e80d7c93cd6ae5
-SIZE (terminator-2.1.3.tar.gz) = 1046741
diff --git a/x11/terminator/files/patch-setup.py b/x11/terminator/files/patch-setup.py
deleted file mode 100644
index 2dc1230a744d..000000000000
--- a/x11/terminator/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2023-03-01 22:36:20 UTC
-+++ setup.py
-@@ -175,7 +175,7 @@ class InstallData(install_data):
-     return data_files
- 
- 
--if platform.system() in ['FreeBSD', 'OpenBSD']:
-+if platform.system() in ['OpenBSD']:
-   man_dir = 'man'
- else:
-   man_dir = 'share/man'
diff --git a/x11/terminator/pkg-descr b/x11/terminator/pkg-descr
deleted file mode 100644
index 0112ed1bd998..000000000000
--- a/x11/terminator/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Terminator is a Python terminal program, using the same widget as
-gnome-terminal to provide a tiled set of terminals in as little
-space as possible.