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.
This commit is contained in:
parent
0e4dc39e98
commit
17a9a6366a
5 changed files with 1 additions and 70 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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"
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue