diff options
author | rene <rene@FreeBSD.org> | 2017-03-05 06:50:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-03-05 06:50:39 +0800 |
commit | 8a4d1ece2a70359b4ecc462c0c5e657f7ea42c15 (patch) | |
tree | b75f292dc1dfc5c9b95b8fd89b4de21dc3f0703a | |
parent | 11c6fa0c28af3b2477a59d2dae3d75d77d2f5391 (diff) | |
download | freebsd-ports-gnome-8a4d1ece2a70359b4ecc462c0c5e657f7ea42c15.tar.gz freebsd-ports-gnome-8a4d1ece2a70359b4ecc462c0c5e657f7ea42c15.tar.zst freebsd-ports-gnome-8a4d1ece2a70359b4ecc462c0c5e657f7ea42c15.zip |
Remove expired port:
2017-03-04 devel/py-ll-core: Long unmaintained, abandoned upstream
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ll-core/Makefile | 26 | ||||
-rw-r--r-- | devel/py-ll-core/distinfo | 2 | ||||
-rw-r--r-- | devel/py-ll-core/pkg-descr | 2 |
5 files changed, 1 insertions, 31 deletions
@@ -9122,3 +9122,4 @@ devel/py-turbojson11||2017-03-03|Has expired: Development of this branch ceased devel/py-turbocheetah||2017-03-03|Has expired: Development of this branch ceased devel/py-tgMochiKit||2017-03-03|Has expired: Development of this branch ceased www/py-Lightbox||2017-03-03|Has expired: Development of this branch ceased +devel/py-ll-core||2017-03-04|Has expired: Long unmaintained, abandoned upstream diff --git a/devel/Makefile b/devel/Makefile index 60e043c85510..8c287af809e4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4384,7 +4384,6 @@ SUBDIR += py-libvirt SUBDIR += py-libzfs SUBDIR += py-linecache2 - SUBDIR += py-ll-core SUBDIR += py-llfuse SUBDIR += py-llvmlite SUBDIR += py-lock_file diff --git a/devel/py-ll-core/Makefile b/devel/py-ll-core/Makefile deleted file mode 100644 index 138fb41f695b..000000000000 --- a/devel/py-ll-core/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Choe, Cheng-Dae -# $FreeBSD$ - -PORTNAME= ll-core -PORTVERSION= 1.11.1 -PORTREVISION= 3 -CATEGORIES= devel python -MASTER_SITES= http://ftp.livinglogic.de/core/ \ - http://cheeseshop.python.org/packages/source/l/ll-core/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility functions and classes used by the other LivingLogic packages - -DEPRECATED= Long unmaintained, abandoned upstream -EXPIRATION_DATE= 2017-03-04 - -LICENSE= MIT - -USES= python zip -USE_PYTHON= distutils autoplist - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ll/*.so - -.include <bsd.port.mk> diff --git a/devel/py-ll-core/distinfo b/devel/py-ll-core/distinfo deleted file mode 100644 index 140be00bbadc..000000000000 --- a/devel/py-ll-core/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ll-core-1.11.1.zip) = 35493305deb3741c30bf043f2b496a57a41380d452d0facc513fc9a16a23582b -SIZE (ll-core-1.11.1.zip) = 129300 diff --git a/devel/py-ll-core/pkg-descr b/devel/py-ll-core/pkg-descr deleted file mode 100644 index 91ed4ce59bd3..000000000000 --- a/devel/py-ll-core/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package contains various utility functions and classes used by the other -LivingLogic sub-packages. |