pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc uim-elisp: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/d176c63c689b
branches: trunk
changeset: 390557:d176c63c689b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 22 13:28:07 2022 +0000
description:
uim-elisp: remove
The patches for this package haven't been applying since at least 2021,
and there isn't even a PR about it, so no one really cares.
diffstat:
doc/CHANGES-2022 | 3 ++-
doc/TODO | 3 ++-
inputmethod/Makefile | 3 +--
inputmethod/uim-elisp/DESCR | 1 -
inputmethod/uim-elisp/Makefile | 37 -------------------------------------
inputmethod/uim-elisp/PLIST | 16 ----------------
6 files changed, 5 insertions(+), 58 deletions(-)
diffs (114 lines):
diff -r 79dc85fa0252 -r d176c63c689b doc/CHANGES-2022
--- a/doc/CHANGES-2022 Thu Dec 22 13:17:20 2022 +0000
+++ b/doc/CHANGES-2022 Thu Dec 22 13:28:07 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.6322 2022/12/22 09:34:59 pin Exp $
+$NetBSD: CHANGES-2022,v 1.6323 2022/12/22 13:28:07 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -9446,3 +9446,4 @@
Updated net/ruby-stompserver to 1.0.0nb3 [taca 2022-12-22]
Updated graphics/glw to 8.0.0nb2 [vins 2022-12-22]
Updated editors/tp-note to 1.19.11 [pin 2022-12-22]
+ Removed inputmethod/uim-elisp [wiz 2022-12-22]
diff -r 79dc85fa0252 -r d176c63c689b doc/TODO
--- a/doc/TODO Thu Dec 22 13:17:20 2022 +0000
+++ b/doc/TODO Thu Dec 22 13:28:07 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.22421 2022/12/21 19:25:06 wiz Exp $
+$NetBSD: TODO,v 1.22422 2022/12/22 13:28:07 wiz Exp $
Suggested new packages
======================
@@ -420,6 +420,7 @@
o alevt-1.6.2
o alsa-lib-1.2.8
o alsa-plugins-1.1.0
+ o amanda-3.5.2
o amass-3.12.2
o amavis-perl-0.3.12 [called just amavis]
o ampache-4.2.5
diff -r 79dc85fa0252 -r d176c63c689b inputmethod/Makefile
--- a/inputmethod/Makefile Thu Dec 22 13:17:20 2022 +0000
+++ b/inputmethod/Makefile Thu Dec 22 13:28:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2021/03/06 05:09:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.121 2022/12/22 13:28:07 wiz Exp $
#
COMMENT= Input method tools and libraries
@@ -163,7 +163,6 @@
SUBDIR+= tomoe-gtk
SUBDIR+= uim
SUBDIR+= uim-chewing
-SUBDIR+= uim-elisp
SUBDIR+= uim-mozc
SUBDIR+= uim-tomoe-gtk
SUBDIR+= unicon-im
diff -r 79dc85fa0252 -r d176c63c689b inputmethod/uim-elisp/DESCR
--- a/inputmethod/uim-elisp/DESCR Thu Dec 22 13:17:20 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Emacs LISP files for inputmethod/uim.
diff -r 79dc85fa0252 -r d176c63c689b inputmethod/uim-elisp/Makefile
--- a/inputmethod/uim-elisp/Makefile Thu Dec 22 13:17:20 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:37 dholland Exp $
-
-.include "../../inputmethod/uim/Makefile.common"
-PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${DISTNAME:S/^uim-//1}
-PKGREVISION= 1
-CATEGORIES= inputmethod editors
-
-COMMENT= Emacs LISP for inputmethod/uim
-LICENSE= modified-bsd
-
-USE_LIBTOOL= YES
-USE_TOOLS+= gmake pkg-config
-USE_TOOLS+= autopoint intltool msgfmt
-USE_LANGUAGES= c c++
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-libgcroots=installed
-CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}
-CONFIGURE_ARGS+= --without-x
-CONFIGURE_ARGS+= --with-libedit=no
-
-EMACS_MODULES= base leim
-
-BUILD_DIRS= emacs
-
-INSTALLATION_DIRS+= share/doc/uim/emacs
-
-post-configure:
- ${LN} -s ${BUILDLINK_PREFIX.uim}/lib/libuim-scm.la ${WRKSRC}/uim
- ${LN} -s ${BUILDLINK_PREFIX.uim}/lib/libuim.la ${WRKSRC}/uim
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/emacs/README ${DESTDIR}${PREFIX}/share/doc/uim/emacs
- ${INSTALL_DATA} ${WRKSRC}/emacs/README.ja ${DESTDIR}${PREFIX}/share/doc/uim/emacs
-
-.include "../../editors/emacs/modules.mk"
-.include "../../inputmethod/uim/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 79dc85fa0252 -r d176c63c689b inputmethod/uim-elisp/PLIST
--- a/inputmethod/uim-elisp/PLIST Thu Dec 22 13:17:20 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:01:33 joerg Exp $
-bin/uim-el-agent
-bin/uim-el-helper-agent
-${EMACS_LISPPREFIX}/uim-el/uim-candidate.el
-${EMACS_LISPPREFIX}/uim-el/uim-debug.el
-${EMACS_LISPPREFIX}/uim-el/uim-helper.el
-${EMACS_LISPPREFIX}/uim-el/uim-key.el
-${EMACS_LISPPREFIX}/uim-el/uim-keymap.el
-${EMACS_LISPPREFIX}/uim-el/uim-leim.el
-${EMACS_LISPPREFIX}/uim-el/uim-preedit.el
-${EMACS_LISPPREFIX}/uim-el/uim-util.el
-${EMACS_LISPPREFIX}/uim-el/uim-var.el
-${EMACS_LISPPREFIX}/uim-el/uim-version.el
-${EMACS_LISPPREFIX}/uim-el/uim.el
-share/doc/uim/emacs/README
-share/doc/uim/emacs/README.ja
Home |
Main Index |
Thread Index |
Old Index