git: cbef767fb47a - main - net-im/scudcloud: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 02:10:56 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbef767fb47af6c297d2e1a8d59bcf13c557514e commit cbef767fb47af6c297d2e1a8d59bcf13c557514e Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-12-01 21:42:58 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-12-02 02:09:20 +0000 net-im/scudcloud: Remove expired port Project was abandoned in 2018 and depends on deprecated www/qt5-webkit. --- MOVED | 1 + net-im/Makefile | 1 - net-im/scudcloud/Makefile | 38 ---------------------- net-im/scudcloud/distinfo | 3 -- .../scudcloud/files/patch-scudcloud_resources.py | 11 ------- net-im/scudcloud/files/patch-setup.py | 21 ------------ .../scudcloud/files/patch-share_scudcloud.desktop | 8 ----- net-im/scudcloud/pkg-descr | 11 ------- 8 files changed, 1 insertion(+), 93 deletions(-) diff --git a/MOVED b/MOVED index 2167e11a4b37..48b5a830d006 100644 --- a/MOVED +++ b/MOVED @@ -8112,3 +8112,4 @@ sysutils/rubygem-chef-bin17|sysutils/rubygem-chef-bin|2023-12-01|Remove obsolete sysutils/rubygem-chef-config17|sysutils/rubygem-chef-config|2023-12-01|Remove obsoleted port. Use sysutils/rubygem-chef-config instead sysutils/rubygem-chef-utils17|sysutils/rubygem-chef-utils|2023-12-01|Remove obsoleted port. Use sysutils/rubygem-chef-utils instead sysutils/rubygem-ohai17|sysutils/rubygem-ohai|2023-12-01|Remove obsoleted port. Use sysutils/rubygem-ohai instead +net-im/scudcloud||2023-12-01|Has expired: Project was abandoned in 2018 diff --git a/net-im/Makefile b/net-im/Makefile index a0e5a5d221b2..31035816ab00 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -134,7 +134,6 @@ SUBDIR += ruqola SUBDIR += sayaka SUBDIR += scli - SUBDIR += scudcloud SUBDIR += sendxmpp SUBDIR += signal-cli SUBDIR += signal-desktop diff --git a/net-im/scudcloud/Makefile b/net-im/scudcloud/Makefile deleted file mode 100644 index 1add7c382fbe..000000000000 --- a/net-im/scudcloud/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= scudcloud -PORTVERSION= 1.65 -DISTVERSIONPREFIX= v -PORTREVISION= 7 -CATEGORIES= net-im - -MAINTAINER= nivit@FreeBSD.org -COMMENT= Desktop client app for Slack -WWW= https://github.com/raelgc/scudcloud - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on deprecated devel/py-qt5-pyqt -EXPIRATION_DATE= 2023-11-28 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsmin>0:devel/py-jsmin@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} - -GH_ACCOUNT= raelgc - -HUNSPELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${PY_FLAVOR} \ - falkon:www/falkon - -OPTIONS_DEFINE= HUNSPELL - -USES= gnome python pyqt:5 -USE_PYQT= sip:run pyqt5:run -USE_GITHUB= yes -USE_PYTHON= autoplist distutils optsuffix -NO_ARCH= yes - -post-patch: - @${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ - ${WRKSRC}/share/${PORTNAME}.desktop \ - ${WRKSRC}/${PORTNAME}/resources.py - -.include <bsd.port.mk> diff --git a/net-im/scudcloud/distinfo b/net-im/scudcloud/distinfo deleted file mode 100644 index d92f9d6615d9..000000000000 --- a/net-im/scudcloud/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1517820930 -SHA256 (raelgc-scudcloud-v1.65_GH0.tar.gz) = 1b5420a868a37e181655e9799a3d1fcbbc0b0112349c44ac3d7936b626334791 -SIZE (raelgc-scudcloud-v1.65_GH0.tar.gz) = 185658 diff --git a/net-im/scudcloud/files/patch-scudcloud_resources.py b/net-im/scudcloud/files/patch-scudcloud_resources.py deleted file mode 100644 index b3c56cdeee6a..000000000000 --- a/net-im/scudcloud/files/patch-scudcloud_resources.py +++ /dev/null @@ -1,11 +0,0 @@ ---- scudcloud/resources.py.orig 2018-01-19 13:48:09 UTC -+++ scudcloud/resources.py -@@ -13,7 +13,7 @@ class Resources: - GOOGLE_OAUTH2_URL_RE = re.compile(r'^https://accounts.google.com/o/oauth') - - SPELL_LIMIT = 6 -- SPELL_DICT_PATH = '/usr/share/hunspell' -+ SPELL_DICT_PATH = '%%LOCALBASE%%/share/hunspell' - DEFAULT_CONFDIR = '~/.config/scudcloud' - DEFAULT_CACHEDIR = '~/.cache/scudcloud' - diff --git a/net-im/scudcloud/files/patch-setup.py b/net-im/scudcloud/files/patch-setup.py deleted file mode 100644 index a2c7bc41d149..000000000000 --- a/net-im/scudcloud/files/patch-setup.py +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.orig 2018-01-16 17:43:41 UTC -+++ setup.py -@@ -38,8 +38,6 @@ def _data_files(): - files = glob.glob(os.path.join('share', 'icons', theme, '*.svg')) - yield directory, files - -- yield os.path.join('share', 'doc', 'scudcloud'), \ -- ['LICENSE', 'README'] - yield os.path.join('share', 'applications'), \ - glob.glob(os.path.join('share', '*.desktop')) - yield os.path.join('share', 'pixmaps'), \ -@@ -59,8 +57,7 @@ setup(name='scudcloud', - maintainer='Andrew Stiegmann', - maintainer_email='andrew.stiegmann@gmail.com', - package_data = { -- # *.js will be processed separately -- 'scudcloud': ['resources/*.css', 'resources/*.html', 'resources/*.png',] -+ 'scudcloud': ['resources/*.css', 'resources/*.html', 'resources/*.png', 'resources/*.js'] - }, - packages=['scudcloud',], - requires=['dbus', 'PyQt5',], diff --git a/net-im/scudcloud/files/patch-share_scudcloud.desktop b/net-im/scudcloud/files/patch-share_scudcloud.desktop deleted file mode 100644 index 49ab72e84fe9..000000000000 --- a/net-im/scudcloud/files/patch-share_scudcloud.desktop +++ /dev/null @@ -1,8 +0,0 @@ ---- share/scudcloud.desktop.orig 2018-01-19 13:45:06 UTC -+++ share/scudcloud.desktop -@@ -9,4 +9,4 @@ Comment=ScudCloud is an open-source clie - Keywords=slack;chat;instant-messaging;collaboration; - Exec=scudcloud - StartupWMClass=scudcloud --Icon=/usr/share/pixmaps/scudcloud.png -+Icon=%%LOCALBASE%%/share/pixmaps/scudcloud.png diff --git a/net-im/scudcloud/pkg-descr b/net-im/scudcloud/pkg-descr deleted file mode 100644 index f740bd64cd76..000000000000 --- a/net-im/scudcloud/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -ScudCloud is a non official open-source desktop client app for Slack. - -ScudCloud improves the Slack integration with desktop featuring: - - * multiple teams support - * native system notifications - * count of unread direct mentions at launcher/sytray icon - * alert/wobbling on new messages - * optional tray notifications and "Close to Tray" - * follow your desktop activity and will stay online while you're - logged in (if correct packages are installed)