aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-09-16 15:27:12 +0800
committerpav <pav@FreeBSD.org>2009-09-16 15:27:12 +0800
commita38449f1b15ab67f7607ed192cc1e97d1208911e (patch)
tree5adcb01e88e3468de0a92c4641d0248ceb78a6b6 /devel
parent3e37992d8d4c43bec28b90fa590fda6fdcf26c49 (diff)
downloadfreebsd-ports-gnome-a38449f1b15ab67f7607ed192cc1e97d1208911e.tar.gz
freebsd-ports-gnome-a38449f1b15ab67f7607ed192cc1e97d1208911e.tar.zst
freebsd-ports-gnome-a38449f1b15ab67f7607ed192cc1e97d1208911e.zip
- Remove devel/eric (eric3), it's obsoleted by devel/eric4
Suggested by: Jiawei Ye <leafy7382@gmail.com> (maintainer) Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/eric/Makefile47
-rw-r--r--devel/eric/distinfo3
-rw-r--r--devel/eric/pkg-descr6
4 files changed, 0 insertions, 57 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c1b8a2cc232f..b2c92f8c0588 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -318,7 +318,6 @@
SUBDIR += entity
SUBDIR += epm
SUBDIR += epydoc
- SUBDIR += eric
SUBDIR += eric4
SUBDIR += eris
SUBDIR += erlang-thrift
diff --git a/devel/eric/Makefile b/devel/eric/Makefile
deleted file mode 100644
index f546a4da7103..000000000000
--- a/devel/eric/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: eric
-# Date created: 20 January 2004
-# Whom: leafy <leafy@leafy.idv.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= eric
-PORTVERSION= 3.9.5
-CATEGORIES= devel python
-MASTER_SITES= SF/${PORTNAME}-ide/${PORTNAME}3/${PORTVERSION}
-
-MAINTAINER= leafy7382@gmail.com
-COMMENT= A Python IDE implemented using PyQt and QScintilla
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintilla \
- ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip \
- pyuic:${PORTSDIR}/x11-toolkits/py-qt
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_PYTHON= yes
-NO_BUILD= yes
-
-PLIST_FILES= bin/eric3 bin/eric3-api bin/eric3-doc bin/eric3-helpviewer \
- bin/eric3-qregexp bin/eric3-re bin/eric3-trpreviewer \
- bin/eric3-uipreviewer bin/eric3-unittest bin/eric3-configure \
- %%PYTHON_SITELIBDIR%%/sitecustomize.pyc \
- %%PYTHON_SITELIBDIR%%/sitecustomize.py \
- %%PYTHON_SITELIBDIR%%/eric3config.py \
- %%PYTHON_SITELIBDIR%%/eric3config.pyc
-PLISTDIR= ${PYTHON_SITELIBDIR}/eric3
-
-.include <bsd.port.pre.mk>
-
-do-install:
- (cd ${WRKSRC} && ${PYTHON_CMD} install.py -b ${PREFIX}/bin/ \
- -d ${PYTHONPREFIX_SITELIBDIR} )
-
-post-install:
-.for dir in ${PLISTDIR}
- @${FIND} ${dir} ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${dir} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/devel/eric/distinfo b/devel/eric/distinfo
deleted file mode 100644
index 83d95a775786..000000000000
--- a/devel/eric/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (eric-3.9.5.tar.gz) = 63d6fb3c302b603577554af62520c948
-SHA256 (eric-3.9.5.tar.gz) = 6dd9f001ac399d1fc81a54c6428bed065a07955d9087a11bbfd118f4f93020b5
-SIZE (eric-3.9.5.tar.gz) = 1875948
diff --git a/devel/eric/pkg-descr b/devel/eric/pkg-descr
deleted file mode 100644
index 1a598955cd31..000000000000
--- a/devel/eric/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-eric3 is a full featured Python IDE that is written in PyQt using the
-QScintilla editor widget. For information on PyQt and QScintilla please
-see Riverbank Computing. Please note, that eric3 needs PyQt 3.6 or newer
-and QScintilla 1.0 or newer.
-
-WWW: http://eric-ide.python-projects.org/