Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2025 17:07:13 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a3b5e17e7365 - main - deskutils/gcalcli: Remove expired port
Message-ID:  <202506021707.552H7D2E028657@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

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

commit a3b5e17e736583c61f7cdaeb72d1e307b410c279
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-02 17:07:09 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-02 17:07:09 +0000

    deskutils/gcalcli: Remove expired port
    
    2025-06-01 deskutils/gcalcli: Depends on expired security/py-oauth2client
---
 MOVED                       |  1 +
 deskutils/Makefile          |  1 -
 deskutils/gcalcli/Makefile  | 39 ---------------------------------------
 deskutils/gcalcli/distinfo  |  3 ---
 deskutils/gcalcli/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index 59b86e36e239..2a75252bf291 100644
--- a/MOVED
+++ b/MOVED
@@ -4465,3 +4465,4 @@ science/pastix||2025-06-02|Has expired: Depends on expired lang/julia
 science/dvc||2025-06-02|Has expired: Depends on expired math/py-grandalf
 textproc/py-extract-msg||2025-06-02|Has expired: Depends on expiring textproc/py-RTFDE
 devel/py-pcodedmp||2025-06-02|Has expired: Depends on expired devel/py-oletools
+deskutils/gcalcli||2025-06-02|Has expired: Depends on expired security/py-oauth2client
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 087001c80c72..5a4cc189fa8a 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -65,7 +65,6 @@
     SUBDIR += fyi
     SUBDIR += ganttproject
     SUBDIR += gcal
-    SUBDIR += gcalcli
     SUBDIR += genius
     SUBDIR += glabels
     SUBDIR += gnome-calendar
diff --git a/deskutils/gcalcli/Makefile b/deskutils/gcalcli/Makefile
deleted file mode 100644
index cf0c79e04dc1..000000000000
--- a/deskutils/gcalcli/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-PORTNAME=	gcalcli
-PORTVERSION=	4.0.4
-DISTVERSIONPREFIX=	v
-PORTREVISION=	4
-CATEGORIES=	deskutils python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	ports@thelanman.net
-COMMENT=	Google Calendar Command Line Interface
-WWW=		https://github.com/insanum/gcalcli
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Depends on expired security/py-oauth2client
-EXPIRATION_DATE=2025-06-01
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.4:www/py-google-api-python-client@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}parsedatetime>=0:devel/py-parsedatetime@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	insanum
-
-NO_ARCH=	yes
-
-OPTIONS_DEFINE=		ICS_VCAL
-OPTIONS_DEFAULT=	ICS_VCAL
-
-ICS_VCAL_DESC=		Enable importing of ics/vcal files
-ICS_VCAL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:deskutils/py-vobject@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/deskutils/gcalcli/distinfo b/deskutils/gcalcli/distinfo
deleted file mode 100644
index 0029bee2ebb7..000000000000
--- a/deskutils/gcalcli/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1551729455
-SHA256 (insanum-gcalcli-v4.0.4_GH0.tar.gz) = 0ad3a3446e1ac1c5228ea3a2705a292b99f6cb3222fae4a12a004f92ce31037f
-SIZE (insanum-gcalcli-v4.0.4_GH0.tar.gz) = 1699589
diff --git a/deskutils/gcalcli/pkg-descr b/deskutils/gcalcli/pkg-descr
deleted file mode 100644
index af390492ca03..000000000000
--- a/deskutils/gcalcli/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-gcalcli is a Python application that allows you to access you Google Calendar
-from a command line. It's easy to get your agenda, search for events, and
-quickly add new events. Additionally gcalcli can be used as a reminder service
-to execute any application you want.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506021707.552H7D2E028657>