diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-20 02:33:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-20 02:33:04 +0000 |
commit | d5cf397d65475e8b10b1cbb50975d3fb9314ca8a (patch) | |
tree | 006d054d629dcd33cb8716c5ab685675c3fe481e /devel/py-zLOG | |
parent | deskutils/recoll: drop optional dependency on expired textproc/pychm (diff) |
Remove expired ports:
2020-03-18 devel/py-Products.validation: Old, uses EOLed python27
2020-03-18 devel/py-Acquisition: Old, uses EOLed python27
2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27
2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27
2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27
2020-03-18 devel/py-zLOG: Old, uses EOLed python27
2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27
2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27
2020-03-19 audio/raul: Unmaintained, uses EOLed python27
2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27
2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27
2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27
2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27
2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27
2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27
2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27
2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27
2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27
Notes
Notes:
svn path=/head/; revision=528757
Diffstat (limited to 'devel/py-zLOG')
-rw-r--r-- | devel/py-zLOG/Makefile | 26 | ||||
-rw-r--r-- | devel/py-zLOG/distinfo | 2 | ||||
-rw-r--r-- | devel/py-zLOG/pkg-descr | 6 |
3 files changed, 0 insertions, 34 deletions
diff --git a/devel/py-zLOG/Makefile b/devel/py-zLOG/Makefile deleted file mode 100644 index f873ed812250..000000000000 --- a/devel/py-zLOG/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= zLOG -PORTVERSION= 2.11.2 -PORTREVISION= 1 -CATEGORIES= devel python zope -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DIST_SUBDIR= zope - -MAINTAINER= zope@FreeBSD.org -COMMENT= General logging facility - -LICENSE= ZPL21 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Old, uses EOLed python27 -EXPIRATION_DATE= 2020-03-18 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${PY_FLAVOR} - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-zLOG/distinfo b/devel/py-zLOG/distinfo deleted file mode 100644 index 1ad17a7fe836..000000000000 --- a/devel/py-zLOG/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zope/zLOG-2.11.2.tar.gz) = 8fa387501217cda142eaa984a43296a1f33c186ec191805ada02b99e5cbd7a25 -SIZE (zope/zLOG-2.11.2.tar.gz) = 7052 diff --git a/devel/py-zLOG/pkg-descr b/devel/py-zLOG/pkg-descr deleted file mode 100644 index ce34c054f1e4..000000000000 --- a/devel/py-zLOG/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides a general logging facility that, at this point, -is just a small shim over Python's logging module. Therefore, unless -you need to support a legacy package from the Zope 2 world, you're -probably better off using Python's logging module. - -WWW: https://pypi.org/project/zLOG/ |