pkgsrc-WIP-changes archive

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

erc: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Fri May 25 00:49:17 2018 +0900
Changeset:	208933209d74d5d08d1042426d09e44f901d6de7

Modified Files:
	Makefile
Removed Files:
	erc/DESCR
	erc/Makefile
	erc/PLIST
	erc/TODO
	erc/distinfo

Log Message:
erc: remove

https://www.emacswiki.org/emacs?ERC
ERC is included in released versions of GNU Emacs since v22.3.

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

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

diffstat:
 Makefile     |  1 -
 erc/DESCR    |  4 ---
 erc/Makefile | 52 ---------------------------------------
 erc/PLIST    | 79 ------------------------------------------------------------
 erc/TODO     |  7 ------
 erc/distinfo |  5 ----
 6 files changed, 148 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ceda57a32f..252d1a611e 100644
--- a/Makefile
+++ b/Makefile
@@ -688,7 +688,6 @@ SUBDIR+=	eor
 SUBDIR+=	eot
 SUBDIR+=	epacts
 SUBDIR+=	epiphany
-SUBDIR+=	erc
 SUBDIR+=	erlang-basho
 SUBDIR+=	erlang15
 SUBDIR+=	es40-cvs
diff --git a/erc/DESCR b/erc/DESCR
deleted file mode 100644
index f7da801228..0000000000
--- a/erc/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-ERC is an Emacs extension package which allows you to connect to
-multiple different IRC networks simultaneously and have chat conversations
-from within Emacs. ERC provides all features expected of a modern IRC client
-such as nick completion, word highlighting and status change notifications.
diff --git a/erc/Makefile b/erc/Makefile
deleted file mode 100644
index 877cd8e78b..0000000000
--- a/erc/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2009/07/31 22:18:50 minskim Exp $
-#
-
-DISTNAME=	erc-5.3
-CATEGORIES=	chat
-MASTER_SITES=	${MASTER_SITE_GNU:=erc/}
-
-MAINTAINER=	hsaliak%gmail.com@localhost
-HOMEPAGE=	http://www.emacswiki.org/cgi-bin/wiki?ERC
-COMMENT=	IRC client for Emacs
-
-USE_TOOLS+=	gmake makeinfo
-INFO_FILES=	yes
-
-.include "../../editors/emacs/modules.mk"
-.if ${EMACS_FLAVOR} == "xemacs"
-	MAKE_FLAGS+= EMACS=xemacs
-.endif
-
-.if ${EMACS_VERSION_MAJOR} == "22"
-SUBST_CLASSES+=		log
-SUBST_STAGE.log=	post-patch
-SUBST_FILES.log=	erc-log.el
-SUBST_SED.log=		-e 's|local-write-file-hooks|write-file-functions|g'
-SUBST_SED.log+=		-e 's|write-file-hooks|write-file-functions|g'
-.endif
-
-post-patch:
-	cd ${WRKSRC} && makeinfo erc.texi
-
-UNCOMPILED+=	erc-chess.el erc-bbdb.el erc-ibuffer.el erc-speak.el \
-		erc-speedbar.el erc-compat.el
-
-SRCS+=	erc-auto.el erc-autoaway.el erc-backend.el erc-button.el \
-	erc-capab.el erc-dcc.el erc-ezbounce.el erc-fill.el \
-	erc-goodies.el erc-hecomplete.el erc-identd.el \
-	erc-imenu.el erc-join.el erc-lang.el erc-list.el erc-log.el \
-	erc-maint.el erc-match.el erc-menu.el erc-netsplit.el \
-	erc-networks.el erc-nicklist.el erc-notify.el erc-page.el \
-	erc-pcomplete.el erc-replace.el erc-ring.el erc-services.el \
-	erc-sound.el erc-spelling.el erc-stamp.el \
-	erc-track.el erc-truncate.el erc-viper.el erc-xdcc.el \
-	erc.el
-
-do-install:
-	${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/erc
-	cd ${WRKSRC} && ${INSTALL_DATA} ${UNCOMPILED}\
-	 ${EMACS_LISPPREFIX}/erc
-	cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
-	${EMACS_LISPPREFIX}/erc
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/erc/PLIST b/erc/PLIST
deleted file mode 100644
index 93da741e21..0000000000
--- a/erc/PLIST
+++ /dev/null
@@ -1,79 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/11 10:44:34 thomasklausner Exp $
-${EMACS_LISPPREFIX}/erc/erc-auto.el
-${EMACS_LISPPREFIX}/erc/erc-auto.elc
-${EMACS_LISPPREFIX}/erc/erc-autoaway.el
-${EMACS_LISPPREFIX}/erc/erc-autoaway.elc
-${EMACS_LISPPREFIX}/erc/erc-backend.el
-${EMACS_LISPPREFIX}/erc/erc-backend.elc
-${EMACS_LISPPREFIX}/erc/erc-bbdb.el
-${EMACS_LISPPREFIX}/erc/erc-button.el
-${EMACS_LISPPREFIX}/erc/erc-button.elc
-${EMACS_LISPPREFIX}/erc/erc-capab.el
-${EMACS_LISPPREFIX}/erc/erc-capab.elc
-${EMACS_LISPPREFIX}/erc/erc-chess.el
-${EMACS_LISPPREFIX}/erc/erc-compat.el
-${EMACS_LISPPREFIX}/erc/erc-dcc.el
-${EMACS_LISPPREFIX}/erc/erc-dcc.elc
-${EMACS_LISPPREFIX}/erc/erc-ezbounce.el
-${EMACS_LISPPREFIX}/erc/erc-ezbounce.elc
-${EMACS_LISPPREFIX}/erc/erc-fill.el
-${EMACS_LISPPREFIX}/erc/erc-fill.elc
-${EMACS_LISPPREFIX}/erc/erc-goodies.el
-${EMACS_LISPPREFIX}/erc/erc-goodies.elc
-${EMACS_LISPPREFIX}/erc/erc-hecomplete.el
-${EMACS_LISPPREFIX}/erc/erc-hecomplete.elc
-${EMACS_LISPPREFIX}/erc/erc-ibuffer.el
-${EMACS_LISPPREFIX}/erc/erc-identd.el
-${EMACS_LISPPREFIX}/erc/erc-identd.elc
-${EMACS_LISPPREFIX}/erc/erc-imenu.el
-${EMACS_LISPPREFIX}/erc/erc-imenu.elc
-${EMACS_LISPPREFIX}/erc/erc-join.el
-${EMACS_LISPPREFIX}/erc/erc-join.elc
-${EMACS_LISPPREFIX}/erc/erc-lang.el
-${EMACS_LISPPREFIX}/erc/erc-lang.elc
-${EMACS_LISPPREFIX}/erc/erc-list.el
-${EMACS_LISPPREFIX}/erc/erc-list.elc
-${EMACS_LISPPREFIX}/erc/erc-log.el
-${EMACS_LISPPREFIX}/erc/erc-log.elc
-${EMACS_LISPPREFIX}/erc/erc-maint.el
-${EMACS_LISPPREFIX}/erc/erc-maint.elc
-${EMACS_LISPPREFIX}/erc/erc-match.el
-${EMACS_LISPPREFIX}/erc/erc-match.elc
-${EMACS_LISPPREFIX}/erc/erc-menu.el
-${EMACS_LISPPREFIX}/erc/erc-menu.elc
-${EMACS_LISPPREFIX}/erc/erc-netsplit.el
-${EMACS_LISPPREFIX}/erc/erc-netsplit.elc
-${EMACS_LISPPREFIX}/erc/erc-networks.el
-${EMACS_LISPPREFIX}/erc/erc-networks.elc
-${EMACS_LISPPREFIX}/erc/erc-nicklist.el
-${EMACS_LISPPREFIX}/erc/erc-nicklist.elc
-${EMACS_LISPPREFIX}/erc/erc-notify.el
-${EMACS_LISPPREFIX}/erc/erc-notify.elc
-${EMACS_LISPPREFIX}/erc/erc-page.el
-${EMACS_LISPPREFIX}/erc/erc-page.elc
-${EMACS_LISPPREFIX}/erc/erc-pcomplete.el
-${EMACS_LISPPREFIX}/erc/erc-pcomplete.elc
-${EMACS_LISPPREFIX}/erc/erc-replace.el
-${EMACS_LISPPREFIX}/erc/erc-replace.elc
-${EMACS_LISPPREFIX}/erc/erc-ring.el
-${EMACS_LISPPREFIX}/erc/erc-ring.elc
-${EMACS_LISPPREFIX}/erc/erc-services.el
-${EMACS_LISPPREFIX}/erc/erc-services.elc
-${EMACS_LISPPREFIX}/erc/erc-sound.el
-${EMACS_LISPPREFIX}/erc/erc-sound.elc
-${EMACS_LISPPREFIX}/erc/erc-speak.el
-${EMACS_LISPPREFIX}/erc/erc-speedbar.el
-${EMACS_LISPPREFIX}/erc/erc-spelling.el
-${EMACS_LISPPREFIX}/erc/erc-spelling.elc
-${EMACS_LISPPREFIX}/erc/erc-stamp.el
-${EMACS_LISPPREFIX}/erc/erc-stamp.elc
-${EMACS_LISPPREFIX}/erc/erc-track.el
-${EMACS_LISPPREFIX}/erc/erc-track.elc
-${EMACS_LISPPREFIX}/erc/erc-truncate.el
-${EMACS_LISPPREFIX}/erc/erc-truncate.elc
-${EMACS_LISPPREFIX}/erc/erc-viper.el
-${EMACS_LISPPREFIX}/erc/erc-viper.elc
-${EMACS_LISPPREFIX}/erc/erc-xdcc.el
-${EMACS_LISPPREFIX}/erc/erc-xdcc.elc
-${EMACS_LISPPREFIX}/erc/erc.el
-${EMACS_LISPPREFIX}/erc/erc.elc
diff --git a/erc/TODO b/erc/TODO
deleted file mode 100644
index d4adc861d7..0000000000
--- a/erc/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-* Fix some compile issues that are raised
-  - surpress openssl related warnings.  - emacs with openssl support requires
-    more work outside the scope of this package ( and additional elisp package)
-    emacs-git has this support
-  - fix other erc related errors 
-  - missing dependencies: misc/bbdb 
-    	Collection of Emacs Development Environment Tools (http://cedet.sf.net)
diff --git a/erc/distinfo b/erc/distinfo
deleted file mode 100644
index 952614b99e..0000000000
--- a/erc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2008/02/01 17:06:16 netcap Exp $
-
-SHA1 (erc-5.3.tar.gz) = 4dc9b698b9dffbf43771dd8abb4f19ea03ce4e1c
-RMD160 (erc-5.3.tar.gz) = 40c3b2fc28da1d249b7706daa708c588273f7a5e
-Size (erc-5.3.tar.gz) = 391068 bytes


Home | Main Index | Thread Index | Old Index