summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmmv <jmmv>2011-04-01 13:53:59 +0000
committerjmmv <jmmv>2011-04-01 13:53:59 +0000
commit47d50ab6483ced93ee119b10372ec8a9918cd708 (patch)
tree44280ca1976eb4cf004bbc66e256670059ffbcc9 /devel
parentcbf02775cca96580de9605393a08c49a27df634e (diff)
downloadpkgsrc-47d50ab6483ced93ee119b10372ec8a9918cd708.tar.gz
Remove the monotone-el package: the .el file it was installing has been
deprecated in monotone-1.0 because it does not work with recent versions of monotone.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/monotone-el/DESCR24
-rw-r--r--devel/monotone-el/Makefile34
-rw-r--r--devel/monotone-el/PLIST5
-rw-r--r--devel/monotone-el/distinfo5
5 files changed, 1 insertions, 70 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4e0fe041aee..b33a17cc0e5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1438 2011/03/18 21:52:40 minskim Exp $
+# $NetBSD: Makefile,v 1.1439 2011/04/01 13:53:59 jmmv Exp $
#
COMMENT= Development utilities
@@ -419,7 +419,6 @@ SUBDIR+= mono-tools
SUBDIR+= monodevelop
SUBDIR+= monodevelop-database
SUBDIR+= monotone
-SUBDIR+= monotone-el
SUBDIR+= monotone-server
SUBDIR+= monotone-viz
SUBDIR+= mph
diff --git a/devel/monotone-el/DESCR b/devel/monotone-el/DESCR
deleted file mode 100644
index 89c6a65c91f..00000000000
--- a/devel/monotone-el/DESCR
+++ /dev/null
@@ -1,24 +0,0 @@
-This package provides the emacs modules shipped with monotone in a ready-to-use
-manner. These are:
-
-* monotone.el: Runs monotone from within emacs.
-
- Highlights for emacs configuration/use:
-
- (require 'monotone)
- (monotone-set-vc-prefix-key [f5]) ;; or "\C-xv"
- (setq monotone-passwd-remember t)
-
-
-* monotone-nav.el: A database browser for monotone databases. Using the sql
- option of monotone, it extacts the data into emacs which you may browse
- using the arrow keys. You can also mark revisons to run diffs or do other
- work.
-
- Highlights for emacs configuration/use:
-
- (require 'monotone-nav)
- (mnav-revdb-reload)
- (message "mnav-pick: %s" (mnav-rev-id (mnav-pick)))
-
-You may also want to install the lua-mode package if you edit config files.
diff --git a/devel/monotone-el/Makefile b/devel/monotone-el/Makefile
deleted file mode 100644
index 16f4876f1a7..00000000000
--- a/devel/monotone-el/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2010/11/30 10:30:54 jmmv Exp $
-#
-
-DISTNAME= monotone-0.99.1
-PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-/-el-/}
-CATEGORIES= devel scm
-MASTER_SITES= http://monotone.ca/downloads/0.99/
-
-MAINTAINER= jmmv@NetBSD.org
-HOMEPAGE= http://monotone.ca/
-COMMENT= Emacs packages to work with the monotone VCS
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-EL_FILES= monotone monotone-nav
-
-do-build:
-.for f in ${EL_FILES}
- ${EMACS_BIN} --no-init-file --no-site-file --batch \
- --directory ${WRKSRC}/contrib \
- -f batch-byte-compile ${WRKSRC}/contrib/${f}.el
-.endfor
-
-do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}
-.for f in ${EL_FILES}
- ${INSTALL_DATA} ${WRKSRC}/contrib/${f}.el \
- ${DESTDIR}${EMACS_LISPPREFIX}
- ${INSTALL_DATA} ${WRKSRC}/contrib/${f}.elc \
- ${DESTDIR}${EMACS_LISPPREFIX}
-.endfor
-
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/monotone-el/PLIST b/devel/monotone-el/PLIST
deleted file mode 100644
index 4f55e7e58c2..00000000000
--- a/devel/monotone-el/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/02 18:38:33 jmmv Exp $
-${EMACS_LISPPREFIX}/monotone.el
-${EMACS_LISPPREFIX}/monotone.elc
-${EMACS_LISPPREFIX}/monotone-nav.el
-${EMACS_LISPPREFIX}/monotone-nav.elc
diff --git a/devel/monotone-el/distinfo b/devel/monotone-el/distinfo
deleted file mode 100644
index 2b5e1a521dc..00000000000
--- a/devel/monotone-el/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2010/11/07 20:53:59 jmmv Exp $
-
-SHA1 (monotone-0.99.tar.gz) = badcf38bf532193124a88463c82a55a1e1f217a9
-RMD160 (monotone-0.99.tar.gz) = cf9c62ebd48a061c481f15d8e74d476e59bc259a
-Size (monotone-0.99.tar.gz) = 4940625 bytes