aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-06-30 01:56:00 +0800
committerrene <rene@FreeBSD.org>2015-06-30 01:56:00 +0800
commitb24ff5eae73f3c47d926088bf6ddad317017efce (patch)
tree9fec67b85cc28b792be9eebcc0d068e53851de6d /sysutils
parent771152022c9cea8caa475b0177db9b3913eec65d (diff)
downloadfreebsd-ports-gnome-b24ff5eae73f3c47d926088bf6ddad317017efce.tar.gz
freebsd-ports-gnome-b24ff5eae73f3c47d926088bf6ddad317017efce.tar.zst
freebsd-ports-gnome-b24ff5eae73f3c47d926088bf6ddad317017efce.zip
Remove expired ports:
2015-06-29 audio/padevchooser: Broken for more than 6 months 2015-06-29 devel/xtla: Broken for more than 6 months 2015-06-29 mail/mail-notification: Broken for more than 6 months 2015-06-29 ports-mgmt/gnome-packagekit: Broken for more than 6 months 2015-06-29 sysutils/py-salt-api: Broken for more than 6 months
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/py-salt-api/Makefile27
-rw-r--r--sysutils/py-salt-api/distinfo2
-rw-r--r--sysutils/py-salt-api/files/patch-setup.py14
-rw-r--r--sysutils/py-salt-api/pkg-descr7
5 files changed, 0 insertions, 51 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 9d353925fd6d..684c14482c65 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -766,7 +766,6 @@
SUBDIR += py-queuelib
SUBDIR += py-ranger
SUBDIR += py-salt
- SUBDIR += py-salt-api
SUBDIR += py-shutilwhich
SUBDIR += py-stdiff
SUBDIR += py-supervisor
diff --git a/sysutils/py-salt-api/Makefile b/sysutils/py-salt-api/Makefile
deleted file mode 100644
index 96c46a41cbc8..000000000000
--- a/sysutils/py-salt-api/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= salt-api
-PORTVERSION= 0.8.4
-CATEGORIES= sysutils python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= christer.edwards@gmail.com
-COMMENT= Exposes the fundamental aspects of Salt control to external sources
-
-LICENSE= APACHE20
-
-BROKEN= Conflicts with py27-salt-2014.7.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-06-29
-
-USES= python:2
-USE_PYTHON= distutils autoplist
-
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py
-
-.include <bsd.port.mk>
diff --git a/sysutils/py-salt-api/distinfo b/sysutils/py-salt-api/distinfo
deleted file mode 100644
index 22a2c4e9e958..000000000000
--- a/sysutils/py-salt-api/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (salt-api-0.8.4.tar.gz) = eef5f4c4f8a9a6290ea6cfdc27c2da342fb7905461d7b66e2b81cbf5a0a2084d
-SIZE (salt-api-0.8.4.tar.gz) = 59959
diff --git a/sysutils/py-salt-api/files/patch-setup.py b/sysutils/py-salt-api/files/patch-setup.py
deleted file mode 100644
index 42bd2ddf4f53..000000000000
--- a/sysutils/py-salt-api/files/patch-setup.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- setup.py 2013-01-22 09:29:51.251688608 -0700
-+++ setup.py-new 2013-01-22 09:35:20.608700323 -0700
-@@ -43,9 +43,9 @@
- ],
- package_data={
- 'saltapi.netapi.rest_cherrypy': ['tmpl/*']},
-- data_files=[('share/man/man1',
-+ data_files=[('man/man1',
- ['doc/man/salt-api.1']),
-- ('share/man/man7',
-+ ('man/man7',
- ['doc/man/salt-api.7'])],
- scripts=['scripts/salt-api'],
- test_suite='unittest2.collector' if 'unittest2' in locals() else None)
diff --git a/sysutils/py-salt-api/pkg-descr b/sysutils/py-salt-api/pkg-descr
deleted file mode 100644
index 8a822dab157b..000000000000
--- a/sysutils/py-salt-api/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Salt API : Expose the fundamental aspects of Salt control to external sources
-=============================================================================
-
-Salt API is a modular interface on top of Salt that can provide a variety of
-entry points into a running Salt system.
-
-WWW: http://saltstack.org