pkgsrc-WIP-changes archive

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

yaml-mode: Drop: Unmaintained and broken git repo



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 3 01:24:30 2016 +0200
Changeset:	764ccbaa5232fb031f587bfe8d71b3470230b2d1

Removed Files:
	yaml-mode/DESCR
	yaml-mode/MESSAGE
	yaml-mode/Makefile
	yaml-mode/PLIST
	yaml-mode/distinfo

Log Message:
yaml-mode: Drop: Unmaintained and broken git repo

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

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

diffstat:
 yaml-mode/DESCR    |  3 ---
 yaml-mode/MESSAGE  | 10 ----------
 yaml-mode/Makefile | 35 -----------------------------------
 yaml-mode/PLIST    |  5 -----
 yaml-mode/distinfo |  1 -
 5 files changed, 54 deletions(-)

diffs:
diff --git a/yaml-mode/DESCR b/yaml-mode/DESCR
deleted file mode 100644
index 6410430..0000000
--- a/yaml-mode/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Emacs major mode for editing YAML files; YAML Ain't Markup Language.
-
-See: http://yaml.org/
diff --git a/yaml-mode/MESSAGE b/yaml-mode/MESSAGE
deleted file mode 100644
index 270f865..0000000
--- a/yaml-mode/MESSAGE
+++ /dev/null
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2012/03/06 04:38:39 phonohawk Exp $
-
-Append the following line to your .emacs file:
-
-  (autoload 'yaml-mode "yaml-mode"
-            "Major mode for editing YAML files." t)
-  (add-to-list 'auto-mode-alist '("\\.ya?ml$"  . yaml-mode))
-
-===========================================================================
diff --git a/yaml-mode/Makefile b/yaml-mode/Makefile
deleted file mode 100644
index 01ca2f9..0000000
--- a/yaml-mode/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/10/07 20:11:11 asau Exp $
-#
-
-DISTNAME=	yaml-mode-0.0.7
-CATEGORIES=	editors
-
-MAINTAINER=	pho%cielonegro.org@localhost
-HOMEPAGE=	http://www.emacswiki.org/emacs/YamlMode
-COMMENT=	Emacs major mode for editing YAML files
-LICENSE=	gnu-gpl-v2
-
-GIT_REPOSITORIES=	master
-GIT_REPO.master=	git://github.com/yoshiki/${PKGBASE}.git
-GIT_MODULE.master=	${PKGBASE}
-
-INSTALLATION_DIRS+=	${EMACS_LISPPREFIX}
-INSTALLATION_DIRS+=	share/doc/${PKGBASE}
-
-WRKSRC=		${WRKDIR}/${PKGBASE}
-USE_LANGUAGES=	# none
-NO_CONFIGURE=	YES
-
-do-build:
-	cd ${WRKSRC} \
-		&& ${EMACS_BIN} -batch -f batch-byte-compile ${PKGBASE}.el
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/*.el    ${DESTDIR}${EMACS_LISPPREFIX}
-	${INSTALL_DATA} ${WRKSRC}/*.elc   ${DESTDIR}${EMACS_LISPPREFIX}
-	${INSTALL_DATA} ${WRKSRC}/Changes ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
-	${INSTALL_DATA} ${WRKSRC}/README  ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
-
-.include "../../wip/mk/git-package.mk"
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/yaml-mode/PLIST b/yaml-mode/PLIST
deleted file mode 100644
index a30eeed..0000000
--- a/yaml-mode/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/06 04:38:39 phonohawk Exp $
-share/doc/yaml-mode/Changes
-share/doc/yaml-mode/README
-${EMACS_LISPPREFIX}/yaml-mode.el
-${EMACS_LISPPREFIX}/yaml-mode.elc
diff --git a/yaml-mode/distinfo b/yaml-mode/distinfo
deleted file mode 100644
index 56ad026..0000000
--- a/yaml-mode/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/03/06 04:38:39 phonohawk Exp $


Home | Main Index | Thread Index | Old Index