pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fuzzy-el-current: Drop as broken and unmaintained



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Sep 22 23:32:16 2016 +0200
Changeset:	5bedd62af6258f5a49e89ec11818d8c60c30d17f

Removed Files:
	fuzzy-el-current/DESCR
	fuzzy-el-current/Makefile
	fuzzy-el-current/PLIST

Log Message:
fuzzy-el-current: Drop as broken and unmaintained

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5bedd62af6258f5a49e89ec11818d8c60c30d17f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fuzzy-el-current/DESCR    |  1 -
 fuzzy-el-current/Makefile | 28 ----------------------------
 fuzzy-el-current/PLIST    |  3 ---
 3 files changed, 32 deletions(-)

diffs:
diff --git a/fuzzy-el-current/DESCR b/fuzzy-el-current/DESCR
deleted file mode 100644
index 30d5b32..0000000
--- a/fuzzy-el-current/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-fuzzy is an emacs module for fuzzy matching completion.
diff --git a/fuzzy-el-current/Makefile b/fuzzy-el-current/Makefile
deleted file mode 100644
index d375e83..0000000
--- a/fuzzy-el-current/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2012/10/12 11:16:06 thomasklausner Exp $
-#
-
-DISTNAME=	fuzzy-el-0
-CATEGORIES=	editors
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/auto-complete/fuzzy-el
-COMMENT=	Fuzzy matching library for emacs
-
-GIT_REPOSITORIES=	fuzzy-el
-GIT_REPO.fuzzy-el=	git://github.com/auto-complete/fuzzy-el.git
-.include "../../wip/mk/git-package.mk"
-
-WRKSRC=			${WRKDIR}/fuzzy-el
-
-INSTALLATION_DIRS=	${EMACS_LISPPREFIX}/${PKGBASE}
-
-do-build:
-	cd ${WRKSRC} && \
-		${EMACS_BIN} -Q -L . -batch -f batch-byte-compile *.el
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/*.el   ${DESTDIR}${EMACS_LISPPREFIX}/${PKGBASE}
-	${INSTALL_DATA} ${WRKSRC}/*.elc  ${DESTDIR}${EMACS_LISPPREFIX}/${PKGBASE}
-
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/fuzzy-el-current/PLIST b/fuzzy-el-current/PLIST
deleted file mode 100644
index 0d5e3a8..0000000
--- a/fuzzy-el-current/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2012/10/12 11:16:06 thomasklausner Exp $
-${EMACS_LISPPREFIX}/fuzzy-el/fuzzy.el
-${EMACS_LISPPREFIX}/fuzzy-el/fuzzy.elc


Home | Main Index | Thread Index | Old Index