summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-08 09:54:35 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-08 09:54:35 +0000
commit7f72fd84cda56063117ca7196efbc17b4bf14227 (patch)
treebba0a4ac9584030d75356292f92e889fab06fb7c
parentNew port: textproc/p5-Template-AutoFilter: Template::AutoFilter (diff)
Remvoe expired ports:
2020-01-27 devel/py-hgsubversion: Unmaintained, uses EOLed python27 2020-03-08 devel/py-gamin: Old, uses EOLed python27
Notes
Notes: svn path=/head/; revision=528012
-rw-r--r--MOVED2
-rw-r--r--devel/Makefile2
-rw-r--r--devel/py-gamin/Makefile32
-rw-r--r--devel/py-gamin/pkg-descr3
-rw-r--r--devel/py-gamin/pkg-plist5
-rw-r--r--devel/py-hgsubversion/Makefile30
-rw-r--r--devel/py-hgsubversion/distinfo3
-rw-r--r--devel/py-hgsubversion/pkg-descr9
8 files changed, 2 insertions, 84 deletions
diff --git a/MOVED b/MOVED
index c47eaba4a1fb..3fe53d90a72a 100644
--- a/MOVED
+++ b/MOVED
@@ -14469,3 +14469,5 @@ x11/run_scaled||2020-03-07|Has expired: Old, uses EOLed python27
databases/pgworksheet||2020-03-07|Has expired: Old, uses EOLed python27
x11-fonts/font-manager||2020-03-07|Has expired: Old, uses EOLed python27
x11-toolkits/py-gtksourceview||2020-03-07|Has expired: Old, uses EOLed python27
+devel/py-hgsubversion||2020-03-08|Has expired: Unmaintained, uses EOLed python27
+devel/py-gamin||2020-03-08|Has expired: Old, uses EOLed python27
diff --git a/devel/Makefile b/devel/Makefile
index f5a797d63318..06403a1987bd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4401,7 +4401,6 @@
SUBDIR += py-fypp
SUBDIR += py-game
SUBDIR += py-game_sdl2
- SUBDIR += py-gamin
SUBDIR += py-gast
SUBDIR += py-gdata
SUBDIR += py-gdbgui
@@ -4446,7 +4445,6 @@
SUBDIR += py-hash_ring
SUBDIR += py-heapdict
SUBDIR += py-hghooks
- SUBDIR += py-hgsubversion
SUBDIR += py-hgtools
SUBDIR += py-holidays
SUBDIR += py-http-prompt
diff --git a/devel/py-gamin/Makefile b/devel/py-gamin/Makefile
deleted file mode 100644
index ca9a35da6d8d..000000000000
--- a/devel/py-gamin/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-
-PORTREVISION= 3
-CATEGORIES= devel python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python interface to the Gamin file monitoring system
-
-BROKEN= fails to build
-DEPRECATED= Old, uses EOLed python27
-EXPIRATION_DATE= 2020-03-08
-
-MASTERDIR= ${.CURDIR}/../gamin
-BUILD_WRKSRC= ${WRKSRC}/python
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-
-GAMIN_SLAVE= yes
-
-USES= fam:gamin python:2.7
-USE_PYTHON= flavors
-CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
- --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc
-
-post-install:
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
- @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/py-gamin/pkg-descr b/devel/py-gamin/pkg-descr
deleted file mode 100644
index e99ea2fd1ff0..000000000000
--- a/devel/py-gamin/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Python interface to the Gaim file and directory monitoring system.
-
-WWW: http://www.gnome.org/~veillard/gamin/python.html
diff --git a/devel/py-gamin/pkg-plist b/devel/py-gamin/pkg-plist
deleted file mode 100644
index 84a8ebaa0fa8..000000000000
--- a/devel/py-gamin/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%PYTHON_SITELIBDIR%%/_gamin.a
-%%PYTHON_SITELIBDIR%%/_gamin.so
-%%PYTHON_SITELIBDIR%%/gamin.py
-%%PYTHON_SITELIBDIR%%/gamin.pyc
-%%PYTHON_SITELIBDIR%%/gamin.pyo
diff --git a/devel/py-hgsubversion/Makefile b/devel/py-hgsubversion/Makefile
deleted file mode 100644
index 2d32df5760c5..000000000000
--- a/devel/py-hgsubversion/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: William Grzybowski <william88@gmail.com>
-# $FreeBSD$
-
-PORTNAME= hgsubversion
-PORTVERSION= 1.9.3
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= Mercurial extension that allows using it as a Subversion client
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-01-27
-
-LICENSE= GPLv2
-
-OPTIONS_DEFINE= SUBVERTPY
-OPTIONS_DEFAULT=SUBVERTPY
-SUBVERTPY_DESC= Use subvertpy python bindings
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-SUBVERTPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subvertpy>=0:devel/py-subvertpy@${PY_FLAVOR}
-SUBVERTPY_RUN_DEPENDS_OFF= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/devel/py-hgsubversion/distinfo b/devel/py-hgsubversion/distinfo
deleted file mode 100644
index b1a79b4422e2..000000000000
--- a/devel/py-hgsubversion/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1541285753
-SHA256 (hgsubversion-1.9.3.tar.gz) = 2fea010309b9ffff41ae068e5784d3d4af6cc50543676697fc8421c8a864d55b
-SIZE (hgsubversion-1.9.3.tar.gz) = 204709
diff --git a/devel/py-hgsubversion/pkg-descr b/devel/py-hgsubversion/pkg-descr
deleted file mode 100644
index b0fc13fe38ea..000000000000
--- a/devel/py-hgsubversion/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-hgsubversion is an extension for Mercurial that allows using Mercurial
-as a Subversion client.
-
-At this point, hgsubversion is usable by users reasonably familiar with
-Mercurial as a VCS. It's not recommended to dive into hgsubversion as an
-introduction to Mercurial, since hgsubversion "bends the rules" a little
-and violates some of the typical assumptions of early Mercurial users.
-
-WWW: https://bitbucket.org/durin42/hgsubversion