From 5cd9db79674cd8aff576fd9e496930809a3f7719 Mon Sep 17 00:00:00 2001 From: kirby Date: Sun, 14 Jun 2020 19:27:20 +0000 Subject: [PATCH] remove gbirthday, unmaintained upstream, python2/gtk+2 only suggested and OK jasper@ --- productivity/gbirthday/Makefile | 54 ------------------- productivity/gbirthday/distinfo | 2 - ...patch-src_gbirthday_databases_lightning_py | 12 ----- productivity/gbirthday/pkg/DESCR | 6 --- productivity/gbirthday/pkg/PLIST | 40 -------------- 5 files changed, 114 deletions(-) delete mode 100644 productivity/gbirthday/Makefile delete mode 100644 productivity/gbirthday/distinfo delete mode 100644 productivity/gbirthday/patches/patch-src_gbirthday_databases_lightning_py delete mode 100644 productivity/gbirthday/pkg/DESCR delete mode 100644 productivity/gbirthday/pkg/PLIST diff --git a/productivity/gbirthday/Makefile b/productivity/gbirthday/Makefile deleted file mode 100644 index 3101783c22d..00000000000 --- a/productivity/gbirthday/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/20 16:44:27 naddy Exp $ - -COMMENT = birthday reminder with tray notification - -GH_ACCOUNT = lafrech -GH_PROJECT = gbirthday -GH_TAGNAME = v0.6.10 -REVISION = 1 - -CATEGORIES = productivity x11 - -HOMEPAGE = http://gbirthday.sourceforge.net/ - -MAINTAINER = Kirill Bychkov - -# GPLv2 -PERMIT_PACKAGE = Yes - -MODULES = lang/python -RUN_DEPENDS = devel/desktop-file-utils \ - devel/py-notify \ - x11/gtk+3,-guic \ - x11/py-gtk2 -NO_TEST = Yes - -MODPY_ADJ_FILES += src/gb - -NO_BUILD = Yes -MODPY_BUILDDEP = Yes - -post-patch: - sed -i 's,_Comment,Comment,' ${WRKSRC}/gbirthday.desktop.in - sed -i 's,@VER@,${GH_TAGNAME:S/v//},g' ${WRKSRC}/src/gbirthday/__init__.py - -pre-install: - find ${WRKSRC} -name \*.orig -delete - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/src/gb ${PREFIX}/bin/gbirthday - ${INSTALL_DATA_DIR} ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/ - cd ${WRKSRC}/src/ && pax -rw gbirthday \ - ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/gbirthday.desktop.in \ - ${PREFIX}/share/applications/gbirthday.desktop - ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/scalable/apps/ - ${INSTALL_DATA} ${WRKSRC}/pics/gbirthday.svg \ - ${PREFIX}/share/icons/hicolor/scalable/apps/ - -post-install: - ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \ - ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/gbirthday - -.include diff --git a/productivity/gbirthday/distinfo b/productivity/gbirthday/distinfo deleted file mode 100644 index 363d4441e47..00000000000 --- a/productivity/gbirthday/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gbirthday-0.6.10.tar.gz) = /05KoI1P5KcrTZWljiI/noCqvpj7kzXnwB72W8FnvGc= -SIZE (gbirthday-0.6.10.tar.gz) = 74873 diff --git a/productivity/gbirthday/patches/patch-src_gbirthday_databases_lightning_py b/productivity/gbirthday/patches/patch-src_gbirthday_databases_lightning_py deleted file mode 100644 index dd27f773905..00000000000 --- a/productivity/gbirthday/patches/patch-src_gbirthday_databases_lightning_py +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_gbirthday_databases_lightning_py,v 1.1.1.1 2015/01/10 11:38:31 kirby Exp $ ---- src/gbirthday/databases/lightning.py.orig Mon Aug 11 19:27:09 2014 -+++ src/gbirthday/databases/lightning.py Mon Aug 11 19:27:23 2014 -@@ -24,7 +24,7 @@ class Lightning(DataBase): - has_config=False): - super(Lightning, self).__init__(title=title, has_config=has_config) - self.THUNDERBIRD_LOCATION = os.path.join(os.environ['HOME'], -- '.mozilla-thunderbird') -+ '.thunderbird') - self.ab = None - self.cursor = None - self.conn = None diff --git a/productivity/gbirthday/pkg/DESCR b/productivity/gbirthday/pkg/DESCR deleted file mode 100644 index 1f53d9348be..00000000000 --- a/productivity/gbirthday/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -GBirthday is a birthday reminder application that helps you to remember -your contacts' birthdays. It can be used with Thunderbird/Icedove -Lightning, Sunbird/Iceowl Events, CSV-files, MySQL-Databases. It puts an -icon on notification area which will blink when there is any of your -contacts' birthday today. You can also check if there is any of your -contacts' birhday on next days. diff --git a/productivity/gbirthday/pkg/PLIST b/productivity/gbirthday/pkg/PLIST deleted file mode 100644 index 7fbb832aaea..00000000000 --- a/productivity/gbirthday/pkg/PLIST +++ /dev/null @@ -1,40 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:19 espie Exp $ -bin/gbirthday -lib/python${MODPY_VERSION}/site-packages/gbirthday/ -lib/python${MODPY_VERSION}/site-packages/gbirthday/__init__.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/addressbook.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/addressbook.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/ -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/__init__.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/csv.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/csv.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/lightning.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/lightning.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/mysql.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/mysql.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/sunbird.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/databases/sunbird.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/gtk_funcs.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/gtk_funcs.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/ -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/birthday.png -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/birthdaylost.png -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/birthdaynext.png -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/birthdayred.png -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/birthdaytoday.png -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/gbirthday.png -lib/python${MODPY_VERSION}/site-packages/gbirthday/pics/nobirthday.png -lib/python${MODPY_VERSION}/site-packages/gbirthday/status_icon.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/status_icon.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/test_addressbook.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/test_addressbook.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/test_conf.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/test_conf.pyc -lib/python${MODPY_VERSION}/site-packages/gbirthday/test_databases.py -lib/python${MODPY_VERSION}/site-packages/gbirthday/test_databases.pyc -share/applications/gbirthday.desktop -share/icons/hicolor/scalable/apps/gbirthday.svg -@tag update-desktop-database -@tag gtk-update-icon-cache %D/share/icons/hicolor