diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-29 12:40:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-29 12:40:26 +0000 |
commit | 548c8706069f4f17137e473312973c78cf1cc3f6 (patch) | |
tree | f3226dbe3c37cf25f13ef6bde1a5a7152ab4f88c /lang/eieio | |
parent | 8cce79e62cf7f4eb28ab34aaaf44d5f142e40027 (diff) | |
download | pkgsrc-548c8706069f4f17137e473312973c78cf1cc3f6.tar.gz |
emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html
This still leaves emacs20, emacs21, and the current version, emacs25.
Diffstat (limited to 'lang/eieio')
-rw-r--r-- | lang/eieio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile index f1586f2c081..fb7ab61892d 100644 --- a/lang/eieio/Makefile +++ b/lang/eieio/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/04/06 20:27:22 rodent Exp $ -# +# $NetBSD: Makefile,v 1.24 2017/09/29 12:40:27 wiz Exp $ DISTNAME= eieio-0.17 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -12,7 +11,7 @@ HOMEPAGE= http://cedet.sourceforge.net/eieio.shtml COMMENT= Enhanced Integration of Emacs Interpreted Objects EMACS_VERSIONS_ACCEPTED= \ - emacs20 emacs21 emacs21nox emacs22 emacs22nox \ + emacs20 emacs21 emacs21nox xemacs214 xemacs214nox xemacs215 xemacs215nox EMACS_MODULES+= base |