From 4c9b2e1f9e5aff3281ad90719b02231e0f8123a3 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 16 Jan 2013 07:47:18 +0000 Subject: [PATCH] remove emacs-python, the port is outdated and a nightmare to update; whereas the version available through ELPA is up-to-date and easy to keep updated. ok gsoares@ --- devel/emacs-python/Makefile | 36 ---------------------------------- devel/emacs-python/distinfo | 5 ----- devel/emacs-python/pkg/DESCR | 1 - devel/emacs-python/pkg/MESSAGE | 5 ----- devel/emacs-python/pkg/PLIST | 8 -------- 5 files changed, 55 deletions(-) delete mode 100644 devel/emacs-python/Makefile delete mode 100644 devel/emacs-python/distinfo delete mode 100644 devel/emacs-python/pkg/DESCR delete mode 100644 devel/emacs-python/pkg/MESSAGE delete mode 100644 devel/emacs-python/pkg/PLIST diff --git a/devel/emacs-python/Makefile b/devel/emacs-python/Makefile deleted file mode 100644 index 9cf3fcaf1ab..00000000000 --- a/devel/emacs-python/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/05/22 20:40:46 jasper Exp $ - -COMMENT= Emacs mode for editing Python code - -V= 5.2.0 -DISTNAME= python-mode-$V -PKGNAME= emacs-python-$V - -CATEGORIES= devel lang editors - -HOMEPAGE= https://launchpad.net/python-mode - -MAINTAINER= Jasper Lievisse Adriaanse - -# GPLv3 -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -MASTER_SITES= ${HOMEPAGE}/trunk/$V/+download/ -EXTRACT_SUFX= .tgz - -PKG_ARCH= * -NO_BUILD= Yes -NO_REGRESS= Yes - -WRKDIST= ${WRKDIR}/python-mode/ - -do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/ - ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs-python/ - ${INSTALL_DATA} ${WRKSRC}/pycomplete.py ${PREFIX}/share/emacs-python/ - -.include diff --git a/devel/emacs-python/distinfo b/devel/emacs-python/distinfo deleted file mode 100644 index c6695032a95..00000000000 --- a/devel/emacs-python/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -MD5 (python-mode-5.2.0.tgz) = eMefsOkT8R1J0NDiKNd3qA== -RMD160 (python-mode-5.2.0.tgz) = /G1kn0yFonW3FLKhuo+lz7E86no= -SHA1 (python-mode-5.2.0.tgz) = 9ajo7lvP733zKamfJBBqd/4eW3s= -SHA256 (python-mode-5.2.0.tgz) = hO6Xf7fGObyWzU6NsBRcehgkiUVuTZWnHDYSJYtQE6w= -SIZE (python-mode-5.2.0.tgz) = 73566 diff --git a/devel/emacs-python/pkg/DESCR b/devel/emacs-python/pkg/DESCR deleted file mode 100644 index 5ecc76170a3..00000000000 --- a/devel/emacs-python/pkg/DESCR +++ /dev/null @@ -1 +0,0 @@ -Emacs mode for editing Python code. diff --git a/devel/emacs-python/pkg/MESSAGE b/devel/emacs-python/pkg/MESSAGE deleted file mode 100644 index 753ef804796..00000000000 --- a/devel/emacs-python/pkg/MESSAGE +++ /dev/null @@ -1,5 +0,0 @@ -You may wish to add the following to your .emacs: - -(autoload 'python-mode "python-mode" "Python Mode." t) -(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode)) -(add-to-list 'interpreter-mode-alist '("python" . python-mode)) diff --git a/devel/emacs-python/pkg/PLIST b/devel/emacs-python/pkg/PLIST deleted file mode 100644 index af78a471ea3..00000000000 --- a/devel/emacs-python/pkg/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/22 20:40:46 jasper Exp $ -share/emacs/ -share/emacs-python/ -share/emacs-python/pycomplete.py -share/emacs/site-lisp/ -share/emacs/site-lisp/doctest-mode.el -share/emacs/site-lisp/pycomplete.el -share/emacs/site-lisp/python-mode.el