summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-04-01 14:17:26 +0000
committertaca <taca@pkgsrc.org>2021-04-01 14:17:26 +0000
commit3c42b9f41800bc3d6509b35e9d546ec66afeac8d (patch)
tree1473f59233c9ae8bfb33c081e404147667c3d9c3 /devel
parent6bb12e64d286fae862f6685d0565f35dc4be28a6 (diff)
downloadpkgsrc-3c42b9f41800bc3d6509b35e9d546ec66afeac8d.tar.gz
devel/ruby-mode: remove package
Remove a package from Ruby 2.5. Modern emacs packages have ruby-mode.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-mode/DESCR1
-rw-r--r--devel/ruby-mode/Makefile38
-rw-r--r--devel/ruby-mode/PLIST11
3 files changed, 0 insertions, 50 deletions
diff --git a/devel/ruby-mode/DESCR b/devel/ruby-mode/DESCR
deleted file mode 100644
index e3d88a5c77d..00000000000
--- a/devel/ruby-mode/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This is a Ruby editing mode for Emacs.
diff --git a/devel/ruby-mode/Makefile b/devel/ruby-mode/Makefile
deleted file mode 100644
index 7d1cd176385..00000000000
--- a/devel/ruby-mode/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.37 2018/03/21 15:03:19 taca Exp $
-#
-
-DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${EMACS_PKGNAME_PREFIX}${RUBY_PKGPREFIX}-mode-${RUBY_VERSION}
-CATEGORIES= devel ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= ${RUBY_HOMEPAGE}
-COMMENT= Ruby editing mode for Emacs
-
-DISTINFO_FILE= ${RUBY_DISTINFO_FILE}
-WRKSRC= ${RUBY_WRKSRC}/misc
-EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/misc
-RUBY_VERSIONS_ACCEPTED= 25
-RUBY_NOVERSION= yes
-NO_CONFIGURE= yes
-SRCS= inf-ruby.el ruby-electric.el ruby-mode.el \
- ruby-style.el rubydb3x.el
-
-do-build:
- for f in ${SRCS}; do \
- cd ${WRKSRC}; \
- ${EMACS_BIN} --no-init-file --no-site-file -batch \
- -l ruby-mode.el -f batch-byte-compile $$f; \
- done
-
-do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}/ruby-mode
- cd ${WRKSRC}; \
- ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
- ${DESTDIR}${EMACS_LISPPREFIX}/ruby-mode
-
-.include "../../lang/ruby/rubyversion.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-mode/PLIST b/devel/ruby-mode/PLIST
deleted file mode 100644
index 1045309375b..00000000000
--- a/devel/ruby-mode/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:49:10 joerg Exp $
-${EMACS_LISPPREFIX}/ruby-mode/inf-ruby.el
-${EMACS_LISPPREFIX}/ruby-mode/inf-ruby.elc
-${EMACS_LISPPREFIX}/ruby-mode/ruby-electric.el
-${EMACS_LISPPREFIX}/ruby-mode/ruby-electric.elc
-${EMACS_LISPPREFIX}/ruby-mode/ruby-mode.el
-${EMACS_LISPPREFIX}/ruby-mode/ruby-mode.elc
-${EMACS_LISPPREFIX}/ruby-mode/ruby-style.el
-${EMACS_LISPPREFIX}/ruby-mode/ruby-style.elc
-${EMACS_LISPPREFIX}/ruby-mode/rubydb3x.el
-${EMACS_LISPPREFIX}/ruby-mode/rubydb3x.elc