[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/files/, app-editors/xemacs/

2024-03-12 Thread Mats Lidell
commit: a3dc67052d5a266a8ed044a76913bea30efbac63
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Mar 12 11:06:23 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Mar 12 11:06:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dc6705

app-editors/xemacs: Set no-strict-aliasing on debug

Reintroduce patch to disable broken libc version check.

Bug: https://bugs.gentoo.org/924339
Signed-off-by: Mats Lidell  gentoo.org>

 .../xemacs-21.5.35-configure-libc-version.patch| 73 ++
 ...s-21.5..ebuild => xemacs-21.5.35-r1.ebuild} | 31 +
 app-editors/xemacs/xemacs-21.5..ebuild | 14 -
 3 files changed, 103 insertions(+), 15 deletions(-)

diff --git 
a/app-editors/xemacs/files/xemacs-21.5.35-configure-libc-version.patch 
b/app-editors/xemacs/files/xemacs-21.5.35-configure-libc-version.patch
new file mode 100644
index ..e744d3952b10
--- /dev/null
+++ b/app-editors/xemacs/files/xemacs-21.5.35-configure-libc-version.patch
@@ -0,0 +1,73 @@
+diff -r 3761ed745bc6 configure.ac
+--- a/configure.ac Sat Mar 02 17:26:00 2024 +0100
 b/configure.ac Fri Mar 08 22:25:23 2024 +0100
+@@ -2192,7 +2192,6 @@
+ 
+ compiler_version=""
+ gcc_compiler_specs=""
+-libc_version=""
+ 
+ AC_MSG_CHECKING([for compiler version information])
+ 
+@@ -2255,53 +2254,6 @@
+ fi
+ AC_MSG_RESULT([$compiler_version])
+ 
+-AC_MSG_CHECKING(for standard C library version information)
+-
+-case "$ac_cv_build" in
+-  *-*-linux*)
+-dnl  who would ever _not_ be running the distro's libc?
+-dnl Maybe it would be better to get/augment this info with ldd?
+-if test -f /etc/redhat-release ; then
+-  libc_version=`rpm -q glibc`
+-elif test -f /etc/debian_version ; then
+-  libc_version=`dpkg-query --showformat='${version}' --show libc6`
+-  libc_version="GNU libc $libc_version (Debian)"
+-dnl need SuSE et al checks here...
+-fi
+-dnl  Tested on Debian, does this actually work elsewhere?  ;-)
+-  if test -z "$libc_version"; then
+-  libc_version=`ls /lib/libc-*.so | sed -e 
's,/lib/libc-\(.*\)\.so,\1,'`
+-  fi
+-  ;;
+-
+-  *-*-aix*)
+-libc_version="bos.rte.libc `lslpp -Lqc bos.rte.libc | cut -f3 -d:`" 
+-  ;;
+-
+-  *-*-solaris*)
+-libc=`pkginfo -l SUNWcsl | grep VERSION: | awk '{print $2}'`
+-libc_version="SUNWcsl $libc"
+-
+-  ;;
+-
+-  mips-sgi-irix*)
+-libc_version="IRIX libc `uname -sRm`"
+-  ;;
+-
+-  alpha*-dec-osf*)
+-  dnl Another ugly case
+-(cd /usr/.smdb.;
+-  libc_version=` grep -h libc.so *.inv | awk '$9 == "f" {print 
$12}' | tr '\n' ','`
+-)
+-  ;;
+-esac
+-
+-dnl Awww, shucks.
+-if test -z "libc_version"; then
+-  libc_version="detection failed (please report this)"
+-fi
+-AC_MSG_RESULT([$libc_version])
+-
+ dnl -
+ dnl These directories are used to search for include subdirs.
+ dnl -
+@@ -6122,7 +6074,6 @@
+ echo "  WARNING: CC and XEMACS_CC mismatched; check CFLAGS carefully."
+   fi
+ fi
+-echo "  libc version:  $libc_version"
+ echo "  Relocating allocator for buffers:  $with_rel_alloc"
+ echo "
+ Package Search (a 'root' contains '{xemacs,mule,site}-packages'):"

diff --git a/app-editors/xemacs/xemacs-21.5..ebuild 
b/app-editors/xemacs/xemacs-21.5.35-r1.ebuild
similarity index 90%
copy from app-editors/xemacs/xemacs-21.5..ebuild
copy to app-editors/xemacs/xemacs-21.5.35-r1.ebuild
index 15945ea32285..505fb03625a3 100644
--- a/app-editors/xemacs/xemacs-21.5..ebuild
+++ b/app-editors/xemacs/xemacs-21.5.35-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Note: xemacs currently does not work with position independent code
@@ -6,17 +6,17 @@
 
 EAPI=8
 
-inherit flag-o-matic xdg-utils desktop
+inherit flag-o-matic xdg-utils desktop autotools
 
 DESCRIPTION="highly customizable open source text editor and application 
development system"
 HOMEPAGE="https://www.xemacs.org/;
-SRC_URI="neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz 
)"
 
-inherit mercurial
-EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs;
+SRC_URI="http://ftp.xemacs.org/pub/xemacs/xemacs-$(ver_cut 1-2)/${P}.tar.gz
+   neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )"
 
 LICENSE="GPL-3+"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="a

[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/, app-editors/xemacs/files/

2024-03-09 Thread Mats Lidell
commit: 0ef62beae1cf2ee152c613d7c68372b2e6316faf
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Mar  9 15:20:33 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Mar  9 15:26:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef62bea

app-editors/xemacs: drop 21.5.34-r12, 21.5.34-r13

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/Manifest|   1 -
 app-editors/xemacs/files/xemacs-21.5.34-ar.patch   |  74 --
 .../xemacs/files/xemacs-21.5.34-as-needed.patch|  25 --
 .../xemacs-21.5.34-autoloads-parallell-make.patch  | 184 ---
 .../xemacs-21.5.34-configure-libc-version.patch|  24 --
 app-editors/xemacs/files/xemacs-21.5.34-gcc5.patch |  35 ---
 .../xemacs/files/xemacs-21.5.34-glibc-macro.patch  |  32 ---
 .../files/xemacs-21.5.34-module-autoloads.patch| 115 -
 .../files/xemacs-21.5.34-ncurses-tinfo.patch   |  13 -
 .../xemacs-21.5.34-no-lock-on-finder-inf.patch |  99 
 .../files/xemacs-21.5.34-process-test-qa.patch |  11 -
 .../xemacs/files/xemacs-21.5.34-strsignal.patch|  92 
 app-editors/xemacs/xemacs-21.5.34-r12.ebuild   | 259 
 app-editors/xemacs/xemacs-21.5.34-r13.ebuild   | 261 -
 14 files changed, 1225 deletions(-)

diff --git a/app-editors/xemacs/Manifest b/app-editors/xemacs/Manifest
index 71147468cac4..d30897871d36 100644
--- a/app-editors/xemacs/Manifest
+++ b/app-editors/xemacs/Manifest
@@ -1,4 +1,3 @@
 DIST NeXT_XEmacs.tar.gz 39571 BLAKE2B 
7abf17627ec34e6b0d0edde444028c46dca6d703cfa208a8a1eaf30e2fc2543b953c9a9582c3d55bd5b37e746f45c03ebfc408a0d965606e45d5f4adb9148dea
 SHA512 
611ddbbf5be3d2274e7f76be7f8200c6c7f3cba917efcc24e73685aa5f61c94237e6e48ce66f2d59ee4b74862e686f3ea7a29cf006717d5d0674db24d243d566
 DIST xemacs-21.4.24.tar.gz 8543879 BLAKE2B 
d7e60e4e053a10bfc4591a5d691c849ef5e5436f6951c801f5a169592b160669d0f6b9dc8f10b6b79889a3210de977ed78a5cea826c02e425495364745ef9e10
 SHA512 
b7a88d5a4a9f74f74c2067ed60f7ea87ac8ccad5d9c2c1033ecf07f540250191f8fa5f9e6d23d9fedd0f2ab1eb5ea6c29a7665a310ec512d85e2e4f337447213
-DIST xemacs-21.5.34.tar.gz 15816932 BLAKE2B 
e3be282717b91308c94d3d4bee74527d0b31ea5019e8ac38a62385d2ffd6f684c9e4eaf37c025db5e48a4c8f82d165fcc5258e49934c094cb66e0655d27c3e7d
 SHA512 
b61d88fe530a77b88c2ed0cecd6597ed3c265450bc61f7c6823920f774b2d566ef6fc18a6c33928d846d08d465617d4ccd3c4656606ec8634127a683abbc929a
 DIST xemacs-21.5.35.tar.gz 16403617 BLAKE2B 
efab8d3d984ec2223913b09ff1abc9f2df187fb5b8c2ccf99fcfc60c86369f4411cffd48b03532d53329bd5b3d3149271a445da4c0a3cd7bdc2834021b1297b3
 SHA512 
e592af6ffbb6f95299039de28f59ee770bf62f54a15b1358b9d1059ed25dcb410c01dcf6e88c1d2196d54f0c6902f309d709fe003accee82e516023fa4363019

diff --git a/app-editors/xemacs/files/xemacs-21.5.34-ar.patch 
b/app-editors/xemacs/files/xemacs-21.5.34-ar.patch
deleted file mode 100644
index fff6f5578733..
--- a/app-editors/xemacs/files/xemacs-21.5.34-ar.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-diff -r 3ca291c0f7e3 configure
 a/configureSun Jul 28 10:17:08 2019 +0100
-+++ b/configureSun Apr 19 18:46:45 2020 +0200
-@@ -778,6 +778,5 @@
- INSTALL_SCRIPT
- INSTALL_PROGRAM
- RANLIB
--AR
- lib_gcc
- ld
-@@ -10296,47 +10307,6 @@
- fi
- 
- 
--# Extract the first word of "ar", so it can be a program name with args.
--set dummy ar; ac_word=$2
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
--$as_echo_n "checking for $ac_word... " >&6; }
--if ${ac_cv_prog_AR+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  if test -n "$AR"; then
--  ac_cv_prog_AR="$AR" # Let the user override the test.
--else
--as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in $PATH
--do
--  IFS=$as_save_IFS
--  test -z "$as_dir" && as_dir=.
--for ac_exec_ext in '' $ac_executable_extensions; do
--  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
--ac_cv_prog_AR="ar"
--$as_echo "$as_me:${as_lineno-$LINENO}: found 
$as_dir/$ac_word$ac_exec_ext" >&5
--break 2
--  fi
--done
--  done
--IFS=$as_save_IFS
--
--  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="not_found"
--fi
--fi
--AR=$ac_cv_prog_AR
--if test -n "$AR"; then
--  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
--$as_echo "$AR" >&6; }
--else
--  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
--fi
--
--
--if test "$AR" = "not_found"; then
--  { echo "Error:" "ar not found -- is PATH set correctly?" >&2; exit 1; }
--fi
- if test -n "$ac_tool_prefix"; then
-   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a 
program name with args.
- set

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ess/

2024-01-25 Thread Mats Lidell
commit: 5cb89becd30afe41901ca81140c7d76b8a17854a
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu Jan 25 15:16:12 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu Jan 25 15:16:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb89bec

app-xemacs/ess: add 1.18

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ess/Manifest|  1 +
 app-xemacs/ess/ess-1.18.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-xemacs/ess/Manifest b/app-xemacs/ess/Manifest
index d13cb144199d..3c0e47ac53f4 100644
--- a/app-xemacs/ess/Manifest
+++ b/app-xemacs/ess/Manifest
@@ -1 +1,2 @@
 DIST ess-1.03-pkg.tar.gz 470257 BLAKE2B 
154fb229284cc35bb2f6573918ccce0dd22dda6db6651f444bfe80d0165e75b6921f88a5bd7230b91e5a7ac0126c744189a9c338abc32c92391e8b7331c9777e
 SHA512 
e9de030fd3b97e2840b023b2426ce4c9ffb1dfbf1a0d4f3178beb3299c16b20f612ca1ed20bf994c3844e0e57cdde7ded32b2cc58fb5a1946ddde02d18daec56
+DIST ess-1.18-pkg.tar.gz 500108 BLAKE2B 
170bb31ef96bc4a39335c9c8e679f912bf4a5b5be7dd96ba2dcf25a5e36118fa0c4336cbd6171320e603e9696f660ad574d3996d83544875503bcb8977733089
 SHA512 
2edcd74e174cf032e51f815321b9cfbd1d0406b3dc190201804614ef9c48c6f42e950440f379a3e6ac9d1961fe1941299e1c10e991d80c850e1cd3e20d03908c

diff --git a/app-xemacs/ess/ess-1.18.ebuild b/app-xemacs/ess/ess-1.18.ebuild
new file mode 100644
index ..b93bd887cb22
--- /dev/null
+++ b/app-xemacs/ess/ess-1.18.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="ESS: Emacs Speaks Statistics"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+DEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/fsf-compat
+app-xemacs/edit-utils
+app-xemacs/speedbar
+app-xemacs/sh-script
+app-xemacs/xemacs-eterm
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xemacs-packages-all/

2024-01-25 Thread Mats Lidell
commit: 37d3617a8867996526a99757cd55ddf4f09f5c13
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu Jan 25 15:11:56 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu Jan 25 15:12:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d3617a

app-xemacs/xemacs-packages-all: add 2024.01.25

Signed-off-by: Mats Lidell  gentoo.org>

 .../xemacs-packages-all-2024.01.25.ebuild  | 141 +
 1 file changed, 141 insertions(+)

diff --git 
a/app-xemacs/xemacs-packages-all/xemacs-packages-all-2024.01.25.ebuild 
b/app-xemacs/xemacs-packages-all/xemacs-packages-all-2024.01.25.ebuild
new file mode 100644
index ..2e4a0b35753a
--- /dev/null
+++ b/app-xemacs/xemacs-packages-all/xemacs-packages-all-2024.01.25.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Meta package for XEmacs elisp packages, similar to the sumo 
archives"
+HOMEPAGE="http://www.xemacs.org/;
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-xemacs/ada-1.16
+   >=app-xemacs/apel-1.36
+   >=app-xemacs/auctex-1.58
+   >=app-xemacs/bbdb-1.35
+   >=app-xemacs/build-1.18
+   >=app-xemacs/c-support-1.24
+   >=app-xemacs/calc-1.28
+   >=app-xemacs/calendar-1.42
+   >=app-xemacs/cc-mode-1.99
+   >=app-xemacs/cedet-common-1.03
+   >=app-xemacs/clearcase-1.12
+   >=app-xemacs/cogre-1.04
+   >=app-xemacs/cookie-1.17
+   >=app-xemacs/crisp-1.17
+   >=app-xemacs/debug-1.21
+   >=app-xemacs/dictionary-1.18
+   >=app-xemacs/dired-1.22
+   >=app-xemacs/docbookide-0.10
+   >=app-xemacs/easypg-1.05
+   >=app-xemacs/ecb-1.26
+   >=app-xemacs/ecrypto-0.23
+   >=app-xemacs/ede-1.07
+   >=app-xemacs/edebug-1.24
+   >=app-xemacs/ediff-1.84
+   >=app-xemacs/edit-utils-2.59
+   >=app-xemacs/edt-1.16
+   >=app-xemacs/efs-1.37
+   >=app-xemacs/eieio-1.10
+   >=app-xemacs/elib-1.15
+   >=app-xemacs/emerge-1.13
+   >=app-xemacs/erc-0.26
+   >=app-xemacs/escreen-1.03
+   >=app-xemacs/eshell-1.21
+   >=app-xemacs/eudc-1.44
+   >=app-xemacs/footnote-1.18
+   >=app-xemacs/forms-1.17
+   >=app-xemacs/fortran-modes-1.07
+   >=app-xemacs/frame-icon-1.13
+   >=app-xemacs/fsf-compat-1.24
+   >=app-xemacs/games-1.23
+   >=app-xemacs/general-docs-1.11
+   >=app-xemacs/gnats-1.19
+   >=app-xemacs/gnus-2.07
+   >=app-xemacs/haskell-mode-1.14
+   >=app-xemacs/hm-html-menus-1.27
+   >=app-xemacs/hyperbole-1.23
+   >=app-xemacs/ibuffer-1.12
+   >=app-xemacs/idlwave-1.34
+   >=app-xemacs/igrep-1.18
+   >=app-xemacs/ilisp-1.39
+   >=app-xemacs/jde-1.54
+   >=app-xemacs/mail-lib-1.85
+   >=app-xemacs/mailcrypt-2.16
+   >=app-xemacs/mew-1.22
+   >=app-xemacs/mh-e-1.35
+   >=app-xemacs/mine-1.18
+   >=app-xemacs/misc-games-1.25
+   >=app-xemacs/mmm-mode-1.09
+   >=app-xemacs/net-utils-1.61
+   >=app-xemacs/ocaml-0.10
+   >=app-xemacs/oo-browser-1.07
+   >=app-xemacs/os-utils-1.44
+   >=app-xemacs/pc-1.30
+   >=app-xemacs/pcl-cvs-1.73
+   >=app-xemacs/pcomplete-1.08
+   >=app-xemacs/perl-modes-1.16
+   >=app-xemacs/pgg-1.10
+   >=app-xemacs/prog-modes-2.34
+   >=app-xemacs/ps-print-1.14
+   >=app-xemacs/psgml-1.50
+   >=app-xemacs/psgml-dtds-1.06
+   >=app-xemacs/python-modes-1.16
+   >=app-xemacs/re-builder-1.07
+   >=app-xemacs/reftex-1.36
+   >=app-xemacs/riece-1.27
+   >=app-xemacs/rmail-1.16
+   >=app-xemacs/ruby-modes-1.07
+   >=app-xemacs/sasl-1.18
+   >=app-xemacs/scheme-1.22
+   >=app-xemacs/semantic-1.23
+   >=app-xemacs/sgml-1.13
+   >=app-xemacs/sh-script-1.26
+   >=app-xemacs/sieve-1.20
+   >=app-xemacs/slider-1.18
+   >=app-xemacs/sml-mode-0.14
+   >=app-xemacs/sounds-au-1.14
+   >=app-xemacs/sounds-wav-1.14
+   >=app-xemacs/speedbar-1.32
+   >=app-xemacs/strokes-1.12
+   >=app-xemacs/sun-1.19
+   >=app-xemacs/supercite-1.23
+   >=app-xemacs/texinfo-1.32
+   >=app-xemacs/text-modes-2.06
+   >=app-xemacs/textools-1.17
+   >=app-xemacs/time-1.18
+   >=app-xemacs/tm-1.42
+   >=app-xemacs/tooltalk-1.17
+   >=app-xemacs/tpu-1.16
+   >=app-xemacs/tramp-1.58
+   >=app-xemacs/vc-1.50
+   >=app-xemacs/vc-cc-1.24
+   >=app-xemacs/vhdl-1.24
+   >=app-xemacs/view-process-1.15
+   

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/vm/

2024-01-24 Thread Mats Lidell
commit: 9748dbd3033743930075620066cb0565867ea2fd
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jan 24 20:22:47 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jan 24 20:24:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9748dbd3

app-xemacs/vm: drop 8.11

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/vm/Manifest   |  1 -
 app-xemacs/vm/vm-8.11.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-xemacs/vm/Manifest b/app-xemacs/vm/Manifest
index 539ba8512b04..179813bde564 100644
--- a/app-xemacs/vm/Manifest
+++ b/app-xemacs/vm/Manifest
@@ -1,2 +1 @@
-DIST vm-8.11-pkg.tar.gz 956105 BLAKE2B 
9ad1ade5dd6542217bc9a31eb737166836e0e8325ecf44b43e6c2f86aa95db60ed15a5688cd3a5f0c010b65726547542c63c4a498dcc65f49e1f56d901de98c0
 SHA512 
cf687bc55723d8e57374264346399db552d4da73f24dc5a1a227f726b5f7c27a38a8ce1344fd97b22ae37729aacb3fcc18e22df14863004fd0472eadb3efa1fa
 DIST vm-8.12-pkg.tar.gz 932007 BLAKE2B 
a3a8e491d10110757ea92de57d89f36c3b346649b26f9cc5fd8c7ef5d2a467b55fc178f047ee938b441907da865f600eb8892161e5c87642f14cc4fa059f405e
 SHA512 
92a677ff1ba82bf6b98ad72a486451c059b3f3f00211bbe8d91ce8521b8b75842a15b7e96023c8145a3b747d064c9edda3323f7a6b37324085c1682c2708a8c7

diff --git a/app-xemacs/vm/vm-8.11.ebuild b/app-xemacs/vm/vm-8.11.ebuild
deleted file mode 100644
index b95d0fa35fae..
--- a/app-xemacs/vm/vm-8.11.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="An Emacs mailer"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-app-xemacs/gnus
-app-xemacs/pgg
-app-xemacs/ecrypto
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-app-xemacs/net-utils
-app-xemacs/ps-print
-app-xemacs/os-utils
-app-xemacs/bbdb
-app-xemacs/fsf-compat
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/tramp/

2024-01-24 Thread Mats Lidell
commit: a1531616f81f93c6adea2bc93802e877ef8e427f
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jan 24 20:21:40 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jan 24 20:24:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1531616

app-xemacs/tramp: drop 1.57

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/tramp/Manifest  |  1 -
 app-xemacs/tramp/tramp-1.57.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest
index 9732b9db31df..f224ed4225bb 100644
--- a/app-xemacs/tramp/Manifest
+++ b/app-xemacs/tramp/Manifest
@@ -1,2 +1 @@
-DIST tramp-1.57-pkg.tar.gz 399264 BLAKE2B 
c7df03fd2cd201f5684743136ed092683b39b1a7cf0f24df998f42440e781ad4d7216f0d32aad9afae5333c94fdbcd7ce42c5e111be429494beff263c3e2538d
 SHA512 
1e648bbbe7decdd57d63b55c3d6b6dba78bb9303d6d56e32ef36957ef377489afe94e0b40ec938f5beeff19d1517e0798d3af6729af7a97f9a83176fef7d5560
 DIST tramp-1.58-pkg.tar.gz 399622 BLAKE2B 
cf307079b5c0d38e6c9c4f7b003df3e793369c431c837e597842f7f3c020a8682f13e6cfec3619f614a30d456ca5d93789ea3cf38d8bc47edb1099cfcbf1680d
 SHA512 
7dafae85389b7a5ad7f5943dbd0343281956407aedc636e7bdffb544d4d0322fda0abb7b9990765f78a2eff5c789efe2f253cad2d1dfc64c2f9e9e41decd9b44

diff --git a/app-xemacs/tramp/tramp-1.57.ebuild 
b/app-xemacs/tramp/tramp-1.57.ebuild
deleted file mode 100644
index e36894305b21..
--- a/app-xemacs/tramp/tramp-1.57.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="Remote shell-based file editing"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/vc
-app-xemacs/efs
-app-xemacs/dired
-app-xemacs/mail-lib
-app-xemacs/gnus
-app-xemacs/ediff
-app-xemacs/sh-script
-app-xemacs/edebug
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/riece/

2024-01-24 Thread Mats Lidell
commit: 1003c91684bee6db708b5985051d0e1acd7bb989
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jan 24 20:20:03 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jan 24 20:24:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1003c916

app-xemacs/riece: drop 1.26

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/riece/Manifest  |  1 -
 app-xemacs/riece/riece-1.26.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/app-xemacs/riece/Manifest b/app-xemacs/riece/Manifest
index 27218fc1fdb4..8311fdca7a27 100644
--- a/app-xemacs/riece/Manifest
+++ b/app-xemacs/riece/Manifest
@@ -1,2 +1 @@
-DIST riece-1.26-pkg.tar.gz 221484 BLAKE2B 
ec568695ba9951212db742e2c25be26b7af44d0b11d000dd849e9b40abf63c47a44c1afeae6f9964f5080758261cbcc32b36be5c8efdfece7931ada1c0ca0fc3
 SHA512 
0e15ae4f941f25878c0875b31cfad9ac9221c82eb8c893101512ea0395bc177538602e8b475610f7738f81fb83ebdb9887a7a7caf1cb44943b499bef8df7b66a
 DIST riece-1.27-pkg.tar.gz 222535 BLAKE2B 
feabbb9eb65399288052ad380cd34217eab6ab8edb869b7dfea03d731fa559b4d524a525e6e64b8abe48d7d47c0804d7ece19585071266501462ca0f77004382
 SHA512 
5cff3d02df0c9779584522b110e4e6a50251af0696bd2806e09a127e0dad9641d98d23add98b26e90f71f82b23888ef5a6e8e84389cbe6951b96907f6bfd073e

diff --git a/app-xemacs/riece/riece-1.26.ebuild 
b/app-xemacs/riece/riece-1.26.ebuild
deleted file mode 100644
index 8709f77df536..
--- a/app-xemacs/riece/riece-1.26.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="IRC client for Emacs"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-app-xemacs/bbdb
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/psgml-dtds/

2024-01-24 Thread Mats Lidell
commit: c4e3090ca0475230ced76daa38e65ef586412555
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jan 24 20:17:43 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jan 24 20:24:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e3090c

app-xemacs/psgml-dtds: drop 1.05

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/psgml-dtds/Manifest   |  1 -
 app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/app-xemacs/psgml-dtds/Manifest b/app-xemacs/psgml-dtds/Manifest
index 06f99ac9966f..2cddc28fe229 100644
--- a/app-xemacs/psgml-dtds/Manifest
+++ b/app-xemacs/psgml-dtds/Manifest
@@ -1,2 +1 @@
-DIST psgml-dtds-1.05-pkg.tar.gz 367368 BLAKE2B 
fe845e58c281909e43c2c7f9372f6b55da4133835df087f91881a48e73f4afd329ef02a445206c41466b5368c5fa8571a1e3d95a799ce6902245c12731e7
 SHA512 
700f1db7dff467987ddd9dabca48479f231c81486ea72129db5bf24f0583c0ae197fcf0477c7092e89c0edd7a0465f4e7c736bb95647a254d56dad9aa0935eb0
 DIST psgml-dtds-1.06-pkg.tar.gz 317773 BLAKE2B 
d8f1b28e734e34f1f1b05dfbf9164ea3d8bcb7c8aa2837a2c73bbcbd075340a872f69bb61b7720793ee40078fd45398f42c7056ea43c7e2428eff2b6538e65b7
 SHA512 
90dece611a228ff3705e7d61415e821781fd42d9750cc52db6a4ed7b0e5c55a858101df0efdbdb5d2b4818d18e0f0609bd43abb556a2ccb933a07298c71f0786

diff --git a/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild 
b/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild
deleted file mode 100644
index 0a156eff7a5b..
--- a/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="Deprecated collection of DTDs for psgml"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/psgml
-app-xemacs/edit-utils
-app-xemacs/mail-lib
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/

2024-01-24 Thread Mats Lidell
commit: ec11e1855d6225526eb646a16a6e5a421f7a8958
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jan 24 20:16:36 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jan 24 20:24:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec11e185

app-xemacs/ilisp: drop 1.38

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ilisp/Manifest  |  1 -
 app-xemacs/ilisp/ilisp-1.38.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-xemacs/ilisp/Manifest b/app-xemacs/ilisp/Manifest
index a8db8eec555a..6dc23a9d0f62 100644
--- a/app-xemacs/ilisp/Manifest
+++ b/app-xemacs/ilisp/Manifest
@@ -1,2 +1 @@
-DIST ilisp-1.38-pkg.tar.gz 347693 BLAKE2B 
41e83efd134dd013aed6da858db1df6276483f613e920127db9fd289ef3bb27e7d59a2e99ce39e4a6e57f9a76f12e178daa5787f133e2cd3de9a592444578d80
 SHA512 
157cdaf3a4bfec9602c8a63cf573a40d50d5d88d5c620e1f23e41ef7c272bbeaaf4937361ab412a4e79ad9d60fe0a2d8c99362d086e4ad7b60cf0c122f9b82e0
 DIST ilisp-1.39-pkg.tar.gz 335695 BLAKE2B 
a312ee0cb226e26912e2fab4042c4cdd984fd361ab2a1bbd414906ce106b9b41031bd93432b533b8acb55ba2b4d18a78d8f2078dbe0cb1b3254ddc62e66e1134
 SHA512 
eebce805ea2b2900fad229458a979f1cc173c37bc9534dc819e5204c1956f469a4b0a085ed687f4bab2c4ef196bd8a8363d1be0ebd3529b8a325cca5879750b5

diff --git a/app-xemacs/ilisp/ilisp-1.38.ebuild 
b/app-xemacs/ilisp/ilisp-1.38.ebuild
deleted file mode 100644
index 610c21109d16..
--- a/app-xemacs/ilisp/ilisp-1.38.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="Front-end for Inferior Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/gnus/

2024-01-24 Thread Mats Lidell
commit: 71e508a772098c87392a69fdc318d71d9afc6ac7
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jan 24 20:10:38 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jan 24 20:24:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e508a7

app-xemacs/gnus: drop 2.05

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/gnus/Manifest |  1 -
 app-xemacs/gnus/gnus-2.05.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-xemacs/gnus/Manifest b/app-xemacs/gnus/Manifest
index 76e63831969e..e0f6fd2e453b 100644
--- a/app-xemacs/gnus/Manifest
+++ b/app-xemacs/gnus/Manifest
@@ -1,2 +1 @@
-DIST gnus-2.05-pkg.tar.gz 3615284 BLAKE2B 
c06784a2e7a42df390f67b3e2e4dbba2a427b932bb4e2e864b2bf696adda8bff16d61892167219f5b391befd2ef667f36b67304b22d3e80cb63a6e7a47df485c
 SHA512 
892b76ec6a57d8359d48cfda322ccd7679a018d2f7e6bf40b5d4c412dcac0fe3ea42e94decb05d5ada4765e323646c1eae6d30f1ade97ae30ded07355279a75a
 DIST gnus-2.07-pkg.tar.gz 3615424 BLAKE2B 
22abfb79f6884b9f03cee2786767caa1281e849398454e5796a4359d700439a0490c36b1b1638ff49db775692bfda051da55d1967b876c230fd162e0f513897c
 SHA512 
f6a7fa1c3a6d19bbc3b41883b5004da5047be1379e102e4ac6fbbf3fbe057159d571d2b07f733031af229a8a7a01398d9261dc850df11c97b8501d6e6a6aaccf

diff --git a/app-xemacs/gnus/gnus-2.05.ebuild b/app-xemacs/gnus/gnus-2.05.ebuild
deleted file mode 100644
index abd76775d929..
--- a/app-xemacs/gnus/gnus-2.05.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="The Gnus Newsreader and Mailreader"
-XEMACS_PKG_CAT="standard"
-
-XEMACS_EXPERIMENTAL="true"
-
-RDEPEND="app-xemacs/mail-lib
-app-xemacs/xemacs-base
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-app-xemacs/net-utils
-app-xemacs/os-utils
-app-xemacs/dired
-app-xemacs/mh-e
-app-xemacs/sieve
-app-xemacs/ps-print
-app-xemacs/w3
-app-xemacs/pgg
-app-xemacs/mailcrypt
-app-xemacs/ecrypto
-app-xemacs/sasl
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/hyperbole/

2024-01-24 Thread Mats Lidell
commit: d88c59399f8d335e03bf331c2c2991fbff6c4163
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jan 24 20:12:52 2024 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jan 24 20:24:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88c5939

app-xemacs/hyperbole: drop 1.22

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/hyperbole/Manifest  |  1 -
 app-xemacs/hyperbole/hyperbole-1.22.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-xemacs/hyperbole/Manifest b/app-xemacs/hyperbole/Manifest
index 5782fb84a7ce..094928be4bcf 100644
--- a/app-xemacs/hyperbole/Manifest
+++ b/app-xemacs/hyperbole/Manifest
@@ -1,2 +1 @@
-DIST hyperbole-1.22-pkg.tar.gz 555128 BLAKE2B 
1774c3ebf35ed0806308bbb8138e9ee45ad8b0efece0d718ab1226429f6dab34f7e4582178bdd1403b47f965b5272950131238b443f645dd22fea7ca4c3ddfd6
 SHA512 
726a1fa769df822e077d649d7d24664b1293d7402afde832616d5fe9d1bc5cbb2db205cf78844559cf189ddbfba5c05140df300a9a2d7c1f95994c5cf476cae6
 DIST hyperbole-1.23-pkg.tar.gz 554088 BLAKE2B 
a8152b2d90fd87d4c45ae86476884f24e58bdefc5771ecf0500850a94a8f5754118a9b61d95bc9f0deada149ee0abebcfc8b2ab5cb6a4e941e83e1385f50e85b
 SHA512 
1736dfebe5d81f8faaaccfe9c95d05a646f3a2621c0b1e83e5c183c425dcec846adb5aeeb968525cb0534cace5abdef6176ea74629122a46715ebb79927c1cbb

diff --git a/app-xemacs/hyperbole/hyperbole-1.22.ebuild 
b/app-xemacs/hyperbole/hyperbole-1.22.ebuild
deleted file mode 100644
index 75d46936c80c..
--- a/app-xemacs/hyperbole/hyperbole-1.22.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="Hyperbole: The Everyday Info Manager"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-app-xemacs/calendar
-app-xemacs/vm
-app-xemacs/text-modes
-app-xemacs/gnus
-app-xemacs/mh-e
-app-xemacs/rmail
-app-xemacs/apel
-app-xemacs/tm
-app-xemacs/sh-script
-app-xemacs/net-utils
-app-xemacs/ecrypto
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/psgml-dtds/

2023-11-11 Thread Mats Lidell
commit: 35a5b70b9c03eeae545e767e91e0a12d8b7b91c5
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Nov 11 22:58:26 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Nov 11 22:58:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a5b70b

app-xemacs/psgml-dtds: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/psgml-dtds/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/psgml-dtds/metadata.xml 
b/app-xemacs/psgml-dtds/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/psgml-dtds/metadata.xml
+++ b/app-xemacs/psgml-dtds/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/tramp/

2023-11-11 Thread Mats Lidell
commit: bf0ecdb7730d282504e9d537be8b1b2c2c487a5a
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Nov 11 22:20:46 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Nov 11 22:22:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0ecdb7

app-xemacs/tramp: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/tramp/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/tramp/metadata.xml b/app-xemacs/tramp/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/tramp/metadata.xml
+++ b/app-xemacs/tramp/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/

2023-11-11 Thread Mats Lidell
commit: ee7dcca2204252d014ca4003faf0c706df608827
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Nov 11 22:18:57 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Nov 11 22:22:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7dcca2

app-xemacs/ilisp: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ilisp/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/ilisp/metadata.xml b/app-xemacs/ilisp/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/ilisp/metadata.xml
+++ b/app-xemacs/ilisp/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/hyperbole/

2023-11-11 Thread Mats Lidell
commit: e13444096912abe66e5f3e598f3cec92ea6ce901
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Nov 11 22:17:14 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Nov 11 22:22:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1344409

app-xemacs/hyperbole: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/hyperbole/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/hyperbole/metadata.xml 
b/app-xemacs/hyperbole/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/hyperbole/metadata.xml
+++ b/app-xemacs/hyperbole/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/riece/

2023-11-11 Thread Mats Lidell
commit: 2646bf174e1f5d34ebf2209732127c29027161d0
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Nov 11 22:20:04 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Nov 11 22:22:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2646bf17

app-xemacs/riece: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/riece/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/riece/metadata.xml b/app-xemacs/riece/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/riece/metadata.xml
+++ b/app-xemacs/riece/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/vm/

2023-11-11 Thread Mats Lidell
commit: ee08000ac6f1956450f8d8e7b2d52128405483be
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Nov 11 22:21:40 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Nov 11 22:22:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee08000a

app-xemacs/vm: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/vm/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/vm/metadata.xml b/app-xemacs/vm/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/vm/metadata.xml
+++ b/app-xemacs/vm/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/files/, app-editors/xemacs/

2023-06-18 Thread Mats Lidell
commit: 0d940b13d0983b98342398b594b2bd581d1dc092
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Jun 18 20:32:52 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Jun 18 20:32:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d940b13

app-editors/xemacs: add 21.5.35

Drop mule use flag and make mule default with unicode-internal.
Add bignum use flag with openssl, default on.

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/Manifest|   1 +
 .../xemacs/files/xemacs-21.5.35-configure.patch|  42 +++
 .../xemacs/files/xemacs-21.5.35-mule-tests.patch   | 124 +
 app-editors/xemacs/metadata.xml|   1 +
 ...macs-21.5..ebuild => xemacs-21.5.35.ebuild} |  54 -
 app-editors/xemacs/xemacs-21.5..ebuild |  39 ---
 6 files changed, 214 insertions(+), 47 deletions(-)

diff --git a/app-editors/xemacs/Manifest b/app-editors/xemacs/Manifest
index 793589c73091..71147468cac4 100644
--- a/app-editors/xemacs/Manifest
+++ b/app-editors/xemacs/Manifest
@@ -1,3 +1,4 @@
 DIST NeXT_XEmacs.tar.gz 39571 BLAKE2B 
7abf17627ec34e6b0d0edde444028c46dca6d703cfa208a8a1eaf30e2fc2543b953c9a9582c3d55bd5b37e746f45c03ebfc408a0d965606e45d5f4adb9148dea
 SHA512 
611ddbbf5be3d2274e7f76be7f8200c6c7f3cba917efcc24e73685aa5f61c94237e6e48ce66f2d59ee4b74862e686f3ea7a29cf006717d5d0674db24d243d566
 DIST xemacs-21.4.24.tar.gz 8543879 BLAKE2B 
d7e60e4e053a10bfc4591a5d691c849ef5e5436f6951c801f5a169592b160669d0f6b9dc8f10b6b79889a3210de977ed78a5cea826c02e425495364745ef9e10
 SHA512 
b7a88d5a4a9f74f74c2067ed60f7ea87ac8ccad5d9c2c1033ecf07f540250191f8fa5f9e6d23d9fedd0f2ab1eb5ea6c29a7665a310ec512d85e2e4f337447213
 DIST xemacs-21.5.34.tar.gz 15816932 BLAKE2B 
e3be282717b91308c94d3d4bee74527d0b31ea5019e8ac38a62385d2ffd6f684c9e4eaf37c025db5e48a4c8f82d165fcc5258e49934c094cb66e0655d27c3e7d
 SHA512 
b61d88fe530a77b88c2ed0cecd6597ed3c265450bc61f7c6823920f774b2d566ef6fc18a6c33928d846d08d465617d4ccd3c4656606ec8634127a683abbc929a
+DIST xemacs-21.5.35.tar.gz 16403617 BLAKE2B 
efab8d3d984ec2223913b09ff1abc9f2df187fb5b8c2ccf99fcfc60c86369f4411cffd48b03532d53329bd5b3d3149271a445da4c0a3cd7bdc2834021b1297b3
 SHA512 
e592af6ffbb6f95299039de28f59ee770bf62f54a15b1358b9d1059ed25dcb410c01dcf6e88c1d2196d54f0c6902f309d709fe003accee82e516023fa4363019

diff --git a/app-editors/xemacs/files/xemacs-21.5.35-configure.patch 
b/app-editors/xemacs/files/xemacs-21.5.35-configure.patch
new file mode 100644
index ..5648e0a38fcf
--- /dev/null
+++ b/app-editors/xemacs/files/xemacs-21.5.35-configure.patch
@@ -0,0 +1,42 @@
+diff --git a/configure.ac b/configure.ac
+--- a/configure.ac
 b/configure.ac
+@@ -3792,8 +3792,7 @@
+ XE_PREPEND("$libpath_xpm", LDFLAGS)
+ AC_MSG_CHECKING(for Xpm - no older than 3.4f)
+ xe_check_libs="$libname_xpm"
+-AC_RUN_IFELSE([AC_LANG_SOURCE([#define XPM_NUMBERS
+-#include 
++AC_RUN_IFELSE([AC_LANG_SOURCE([#include 
+ int main(int c, char **v) {
+ return c == 1 ? 0 :
+   XpmIncludeVersion != XpmLibraryVersion() ? 1 :
+@@ -3831,7 +3830,7 @@
+ XE_PREPEND("$incpath_xpm", XE_CFLAGS)
+ AC_MSG_CHECKING([for "FOR_MSW" xpm])
+ xe_check_libs="$libname_xpm"
+-AC_LINK_IFELSE([AC_LANG_PROGRAM([],[XpmCreatePixmapFromData();])],
++AC_LINK_IFELSE([AC_LANG_PROGRAM([#include 
],[XpmCreatePixmapFromData(0, 0, 0, 0, 0, 0);])],
+ [xpm_for_msw=no],
+ [xpm_for_msw=yes])
+ xe_check_libs=
+@@ -4620,9 +4619,7 @@
+ AC_CACHE_VAL(emacs_cv_localtime_cache,
+ [if test "$ac_cv_func_tzset" = "yes"; then
+ AC_RUN_IFELSE([AC_LANG_SOURCE([#include 
+-#if STDC_HEADERS
+-# include 
+-#endif
++#include 
+ extern char **environ;
+ unset_TZ ()
+ {
+@@ -4733,6 +4730,8 @@
+ void *alloca ();
+ #endif /* C_ALLOCA */
+ #endif /* !defined (alloca) */
++#include 
++#include 
+ 
+ void
+ f1 (double a, void *ptr, int b)

diff --git a/app-editors/xemacs/files/xemacs-21.5.35-mule-tests.patch 
b/app-editors/xemacs/files/xemacs-21.5.35-mule-tests.patch
new file mode 100644
index ..d650d86e6944
--- /dev/null
+++ b/app-editors/xemacs/files/xemacs-21.5.35-mule-tests.patch
@@ -0,0 +1,124 @@
+diff --git a/tests/automated/mule-tests.el b/tests/automated/mule-tests.el
+--- a/tests/automated/mule-tests.el
 b/tests/automated/mule-tests.el
+@@ -85,14 +85,15 @@
+   (insert string)
+   (assert (equal (buffer-string) string))
+ 
+-(when (compiled-function-p (symbol-function 'test-chars))
+-  ;; Run #'test-chars in byte-compiled mode only.
+-  (test-chars t
+-;; unicode-internal has a value of #x4000, (expt 2 30), for
+-;; char-code-limit and even re-writing the above to avoid
+-;; allocating the list and the string means I run out of memory
+-;; when I attempt to run this.
+-(min char-code-limit #x20)))
++;; Crashes XEmac

[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2023-05-10 Thread Mats Lidell
commit: 61270ab31f594d9b8a697012ff99aece9f1c3a83
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed May 10 21:02:01 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed May 10 21:09:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61270ab3

app-editors/xemacs: use freewnn with gcc-13

Closes: https://bugs.gentoo.org/905434
Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.4.24-r10.ebuild | 4 +++-
 app-editors/xemacs/xemacs-21.5.34-r13.ebuild | 4 +++-
 app-editors/xemacs/xemacs-21.5..ebuild   | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-editors/xemacs/xemacs-21.4.24-r10.ebuild 
b/app-editors/xemacs/xemacs-21.4.24-r10.ebuild
index cf1b3d10906b..7d1252abe2f3 100644
--- a/app-editors/xemacs/xemacs-21.4.24-r10.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.24-r10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Note: xemacs currently does not work with position independent code
@@ -175,6 +175,8 @@ src_configure() {
# see bug 576512
append-cflags -fgnu89-inline
 
+   use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn"
+
# Don't use econf because it uses options which this configure
# script does not understand (like --host).
./configure ${myconf} ${EXTRA_ECONF} \

diff --git a/app-editors/xemacs/xemacs-21.5.34-r13.ebuild 
b/app-editors/xemacs/xemacs-21.5.34-r13.ebuild
index d257f4c26662..51b3f8f5095c 100644
--- a/app-editors/xemacs/xemacs-21.5.34-r13.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.34-r13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Note: xemacs currently does not work with position independent code
@@ -168,6 +168,8 @@ src_configure() {
use debug && myconf="${myconf} --with-debug" ||
myconf="${myconf} --with-optimization --with-cflags-debugging="
 
+   use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn"
+
econf ${myconf} \
$(use_with gif ) \
$(use_with gpm ) \

diff --git a/app-editors/xemacs/xemacs-21.5..ebuild 
b/app-editors/xemacs/xemacs-21.5..ebuild
index c164858b40dd..f2e01acd2ca1 100644
--- a/app-editors/xemacs/xemacs-21.5..ebuild
+++ b/app-editors/xemacs/xemacs-21.5..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Note: xemacs currently does not work with position independent code
@@ -160,6 +160,8 @@ src_configure() {
use debug && myconf="${myconf} --with-debug" ||
myconf="${myconf} --with-optimization --with-cflags-debugging="
 
+   use freewnn && append-cppflags "-I. -I${ESYSROOT}/usr/include/wnn"
+
econf ${myconf} \
$(use_with gif ) \
$(use_with gpm ) \



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/riece/

2023-04-04 Thread Mats Lidell
commit: 1f2c05968e3eb3afc8d1d85f2a8d172294bad7d2
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Apr  4 21:36:35 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Apr  4 21:45:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2c0596

app-xemacs/riece: add 1.27

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/riece/Manifest  |  1 +
 app-xemacs/riece/riece-1.27.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-xemacs/riece/Manifest b/app-xemacs/riece/Manifest
index 2275f8e25d61..27218fc1fdb4 100644
--- a/app-xemacs/riece/Manifest
+++ b/app-xemacs/riece/Manifest
@@ -1 +1,2 @@
 DIST riece-1.26-pkg.tar.gz 221484 BLAKE2B 
ec568695ba9951212db742e2c25be26b7af44d0b11d000dd849e9b40abf63c47a44c1afeae6f9964f5080758261cbcc32b36be5c8efdfece7931ada1c0ca0fc3
 SHA512 
0e15ae4f941f25878c0875b31cfad9ac9221c82eb8c893101512ea0395bc177538602e8b475610f7738f81fb83ebdb9887a7a7caf1cb44943b499bef8df7b66a
+DIST riece-1.27-pkg.tar.gz 222535 BLAKE2B 
feabbb9eb65399288052ad380cd34217eab6ab8edb869b7dfea03d731fa559b4d524a525e6e64b8abe48d7d47c0804d7ece19585071266501462ca0f77004382
 SHA512 
5cff3d02df0c9779584522b110e4e6a50251af0696bd2806e09a127e0dad9641d98d23add98b26e90f71f82b23888ef5a6e8e84389cbe6951b96907f6bfd073e

diff --git a/app-xemacs/riece/riece-1.27.ebuild 
b/app-xemacs/riece/riece-1.27.ebuild
new file mode 100644
index ..0d8ed92676cf
--- /dev/null
+++ b/app-xemacs/riece/riece-1.27.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="IRC client for Emacs"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/bbdb
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/hyperbole/

2023-04-04 Thread Mats Lidell
commit: 0dfe2febf263d61a00f205ffd8f42a726f528427
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Apr  4 21:30:48 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Apr  4 21:45:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfe2feb

app-xemacs/hyperbole: add 1.23

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/hyperbole/Manifest  |  1 +
 app-xemacs/hyperbole/hyperbole-1.23.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-xemacs/hyperbole/Manifest b/app-xemacs/hyperbole/Manifest
index f10bc31836fc..5782fb84a7ce 100644
--- a/app-xemacs/hyperbole/Manifest
+++ b/app-xemacs/hyperbole/Manifest
@@ -1 +1,2 @@
 DIST hyperbole-1.22-pkg.tar.gz 555128 BLAKE2B 
1774c3ebf35ed0806308bbb8138e9ee45ad8b0efece0d718ab1226429f6dab34f7e4582178bdd1403b47f965b5272950131238b443f645dd22fea7ca4c3ddfd6
 SHA512 
726a1fa769df822e077d649d7d24664b1293d7402afde832616d5fe9d1bc5cbb2db205cf78844559cf189ddbfba5c05140df300a9a2d7c1f95994c5cf476cae6
+DIST hyperbole-1.23-pkg.tar.gz 554088 BLAKE2B 
a8152b2d90fd87d4c45ae86476884f24e58bdefc5771ecf0500850a94a8f5754118a9b61d95bc9f0deada149ee0abebcfc8b2ab5cb6a4e941e83e1385f50e85b
 SHA512 
1736dfebe5d81f8faaaccfe9c95d05a646f3a2621c0b1e83e5c183c425dcec846adb5aeeb968525cb0534cace5abdef6176ea74629122a46715ebb79927c1cbb

diff --git a/app-xemacs/hyperbole/hyperbole-1.23.ebuild 
b/app-xemacs/hyperbole/hyperbole-1.23.ebuild
new file mode 100644
index ..b6c97eeb7cee
--- /dev/null
+++ b/app-xemacs/hyperbole/hyperbole-1.23.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="Hyperbole: The Everyday Info Manager"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/calendar
+app-xemacs/vm
+app-xemacs/text-modes
+app-xemacs/gnus
+app-xemacs/mh-e
+app-xemacs/rmail
+app-xemacs/apel
+app-xemacs/tm
+app-xemacs/sh-script
+app-xemacs/net-utils
+app-xemacs/ecrypto
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/psgml-dtds/

2023-04-04 Thread Mats Lidell
commit: 305fca0ef749d654782f12b68cae6f5899e1fc44
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Apr  4 21:35:23 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Apr  4 21:45:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305fca0e

app-xemacs/psgml-dtds: add 1.06

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/psgml-dtds/Manifest   |  1 +
 app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-xemacs/psgml-dtds/Manifest b/app-xemacs/psgml-dtds/Manifest
index 93bd7017446e..06f99ac9966f 100644
--- a/app-xemacs/psgml-dtds/Manifest
+++ b/app-xemacs/psgml-dtds/Manifest
@@ -1 +1,2 @@
 DIST psgml-dtds-1.05-pkg.tar.gz 367368 BLAKE2B 
fe845e58c281909e43c2c7f9372f6b55da4133835df087f91881a48e73f4afd329ef02a445206c41466b5368c5fa8571a1e3d95a799ce6902245c12731e7
 SHA512 
700f1db7dff467987ddd9dabca48479f231c81486ea72129db5bf24f0583c0ae197fcf0477c7092e89c0edd7a0465f4e7c736bb95647a254d56dad9aa0935eb0
+DIST psgml-dtds-1.06-pkg.tar.gz 317773 BLAKE2B 
d8f1b28e734e34f1f1b05dfbf9164ea3d8bcb7c8aa2837a2c73bbcbd075340a872f69bb61b7720793ee40078fd45398f42c7056ea43c7e2428eff2b6538e65b7
 SHA512 
90dece611a228ff3705e7d61415e821781fd42d9750cc52db6a4ed7b0e5c55a858101df0efdbdb5d2b4818d18e0f0609bd43abb556a2ccb933a07298c71f0786

diff --git a/app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild 
b/app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild
new file mode 100644
index ..36eaec5f3d5c
--- /dev/null
+++ b/app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="Deprecated collection of DTDs for psgml"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/psgml
+app-xemacs/edit-utils
+app-xemacs/mail-lib
+app-xemacs/fsf-compat
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/gnus/

2023-04-04 Thread Mats Lidell
commit: ed3abbbd3885900b681b5c4ed49c2bbd5bc536f1
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Apr  4 21:40:59 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Apr  4 21:45:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3abbbd

app-xemacs/gnus: add 2.07, drop 2.06

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/gnus/Manifest   | 2 +-
 app-xemacs/gnus/{gnus-2.06.ebuild => gnus-2.07.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-xemacs/gnus/Manifest b/app-xemacs/gnus/Manifest
index 0c649cbc9b5b..76e63831969e 100644
--- a/app-xemacs/gnus/Manifest
+++ b/app-xemacs/gnus/Manifest
@@ -1,2 +1,2 @@
 DIST gnus-2.05-pkg.tar.gz 3615284 BLAKE2B 
c06784a2e7a42df390f67b3e2e4dbba2a427b932bb4e2e864b2bf696adda8bff16d61892167219f5b391befd2ef667f36b67304b22d3e80cb63a6e7a47df485c
 SHA512 
892b76ec6a57d8359d48cfda322ccd7679a018d2f7e6bf40b5d4c412dcac0fe3ea42e94decb05d5ada4765e323646c1eae6d30f1ade97ae30ded07355279a75a
-DIST gnus-2.06-pkg.tar.gz 3626936 BLAKE2B 
11bb80dbe93ad2bb4382d3d40aeaffd65877e34ce02b5f9af806f81aa8792678b1714ae7716c8642ca8659c24b26abfc323fdca83c069c4fe3abde177687be6b
 SHA512 
53126d9feb53f0e0c1cb5d43da58cafec09460ea9ef0acd4f04d6d70a3252b594d9f82ab72f365bfc3a577d11945ebcb314714849c5dc8ac54f9675d4c422e90
+DIST gnus-2.07-pkg.tar.gz 3615424 BLAKE2B 
22abfb79f6884b9f03cee2786767caa1281e849398454e5796a4359d700439a0490c36b1b1638ff49db775692bfda051da55d1967b876c230fd162e0f513897c
 SHA512 
f6a7fa1c3a6d19bbc3b41883b5004da5047be1379e102e4ac6fbbf3fbe057159d571d2b07f733031af229a8a7a01398d9261dc850df11c97b8501d6e6a6aaccf

diff --git a/app-xemacs/gnus/gnus-2.06.ebuild b/app-xemacs/gnus/gnus-2.07.ebuild
similarity index 93%
rename from app-xemacs/gnus/gnus-2.06.ebuild
rename to app-xemacs/gnus/gnus-2.07.ebuild
index 7a436ecec47a..f1014ba5510f 100644
--- a/app-xemacs/gnus/gnus-2.06.ebuild
+++ b/app-xemacs/gnus/gnus-2.07.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/

2023-04-04 Thread Mats Lidell
commit: 4b159869aaf223aee561d156d2fa6687cc3b498a
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Apr  4 21:32:35 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Apr  4 21:45:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b159869

app-xemacs/ilisp: add 1.39

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ilisp/Manifest  |  1 +
 app-xemacs/ilisp/ilisp-1.39.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-xemacs/ilisp/Manifest b/app-xemacs/ilisp/Manifest
index 5c544fbbeb8a..a8db8eec555a 100644
--- a/app-xemacs/ilisp/Manifest
+++ b/app-xemacs/ilisp/Manifest
@@ -1 +1,2 @@
 DIST ilisp-1.38-pkg.tar.gz 347693 BLAKE2B 
41e83efd134dd013aed6da858db1df6276483f613e920127db9fd289ef3bb27e7d59a2e99ce39e4a6e57f9a76f12e178daa5787f133e2cd3de9a592444578d80
 SHA512 
157cdaf3a4bfec9602c8a63cf573a40d50d5d88d5c620e1f23e41ef7c272bbeaaf4937361ab412a4e79ad9d60fe0a2d8c99362d086e4ad7b60cf0c122f9b82e0
+DIST ilisp-1.39-pkg.tar.gz 335695 BLAKE2B 
a312ee0cb226e26912e2fab4042c4cdd984fd361ab2a1bbd414906ce106b9b41031bd93432b533b8acb55ba2b4d18a78d8f2078dbe0cb1b3254ddc62e66e1134
 SHA512 
eebce805ea2b2900fad229458a979f1cc173c37bc9534dc819e5204c1956f469a4b0a085ed687f4bab2c4ef196bd8a8363d1be0ebd3529b8a325cca5879750b5

diff --git a/app-xemacs/ilisp/ilisp-1.39.ebuild 
b/app-xemacs/ilisp/ilisp-1.39.ebuild
new file mode 100644
index ..db04154453c0
--- /dev/null
+++ b/app-xemacs/ilisp/ilisp-1.39.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="Front-end for Inferior Lisp"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/fsf-compat
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/vm/

2023-04-04 Thread Mats Lidell
commit: c9020ebc912daf993c71c96ca89d8ad4d011057d
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Apr  4 21:37:35 2023 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Apr  4 21:45:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9020ebc

app-xemacs/vm: add 8.12

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/vm/Manifest   |  1 +
 app-xemacs/vm/vm-8.12.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-xemacs/vm/Manifest b/app-xemacs/vm/Manifest
index 6bb96eb8a71c..539ba8512b04 100644
--- a/app-xemacs/vm/Manifest
+++ b/app-xemacs/vm/Manifest
@@ -1 +1,2 @@
 DIST vm-8.11-pkg.tar.gz 956105 BLAKE2B 
9ad1ade5dd6542217bc9a31eb737166836e0e8325ecf44b43e6c2f86aa95db60ed15a5688cd3a5f0c010b65726547542c63c4a498dcc65f49e1f56d901de98c0
 SHA512 
cf687bc55723d8e57374264346399db552d4da73f24dc5a1a227f726b5f7c27a38a8ce1344fd97b22ae37729aacb3fcc18e22df14863004fd0472eadb3efa1fa
+DIST vm-8.12-pkg.tar.gz 932007 BLAKE2B 
a3a8e491d10110757ea92de57d89f36c3b346649b26f9cc5fd8c7ef5d2a467b55fc178f047ee938b441907da865f600eb8892161e5c87642f14cc4fa059f405e
 SHA512 
92a677ff1ba82bf6b98ad72a486451c059b3f3f00211bbe8d91ce8521b8b75842a15b7e96023c8145a3b747d064c9edda3323f7a6b37324085c1682c2708a8c7

diff --git a/app-xemacs/vm/vm-8.12.ebuild b/app-xemacs/vm/vm-8.12.ebuild
new file mode 100644
index ..df69708376f0
--- /dev/null
+++ b/app-xemacs/vm/vm-8.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="An Emacs mailer"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/gnus
+app-xemacs/pgg
+app-xemacs/ecrypto
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+app-xemacs/net-utils
+app-xemacs/ps-print
+app-xemacs/os-utils
+app-xemacs/bbdb
+app-xemacs/fsf-compat
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2022-12-25 Thread Mats Lidell
commit: 0d74bc064b54667e514fbc23ca2e61cc8bcd7430
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Dec 25 17:21:58 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Dec 25 17:28:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d74bc06

app-editors/xemacs: update EAPI 7 -> 8

Do not add debug flag on regular builds.
Cleanup: Remove commented out patches.

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5..ebuild | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/app-editors/xemacs/xemacs-21.5..ebuild 
b/app-editors/xemacs/xemacs-21.5..ebuild
index 2cfa5ff7eba1..c164858b40dd 100644
--- a/app-editors/xemacs/xemacs-21.5..ebuild
+++ b/app-editors/xemacs/xemacs-21.5..ebuild
@@ -4,7 +4,7 @@
 # Note: xemacs currently does not work with position independent code
 # so the build forces the use of the -no-pie option
 
-EAPI=7
+EAPI=8
 
 inherit flag-o-matic xdg-utils desktop
 
@@ -62,14 +62,6 @@ src_unpack() {
 src_prepare() {
use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
find "${S}"/lisp -name '*.elc' -exec rm {} \; || die
-   # eapply "${FILESDIR}/${P}-ncurses-tinfo.patch"
-   # eapply "${FILESDIR}/${P}-gcc5.patch"
-   # eapply "${FILESDIR}/${P}-glibc-macro.patch"
-   # eapply "${FILESDIR}/${P}-as-needed.patch"
-   # eapply "${FILESDIR}/${P}-configure-libc-version.patch"
-   # eapply "${FILESDIR}/${P}-ar.patch"
-   # eapply "${FILESDIR}/${P}-strsignal.patch"
-   # eapply "${FILESDIR}/${P}-process-test-qa.patch"
 
eapply_user
 
@@ -166,7 +158,7 @@ src_configure() {
fi
 
use debug && myconf="${myconf} --with-debug" ||
-   myconf="${myconf} --with-optimization"
+   myconf="${myconf} --with-optimization --with-cflags-debugging="
 
econf ${myconf} \
$(use_with gif ) \



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2022-12-24 Thread Mats Lidell
commit: b8afc4de2207f735aeb4e26ba1b9a70fa040fa60
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Dec 24 13:47:16 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Dec 24 15:41:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8afc4de

app-editors/xemacs: Do not add debug flag

Set ebuild to not per default add debug flags.
Use ver_cut.

Bug: https://bugs.gentoo.org/886249
Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5.34-r13.ebuild | 259 +++
 1 file changed, 259 insertions(+)

diff --git a/app-editors/xemacs/xemacs-21.5.34-r13.ebuild 
b/app-editors/xemacs/xemacs-21.5.34-r13.ebuild
new file mode 100644
index ..d257f4c26662
--- /dev/null
+++ b/app-editors/xemacs/xemacs-21.5.34-r13.ebuild
@@ -0,0 +1,259 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Note: xemacs currently does not work with position independent code
+# so the build forces the use of the -no-pie option
+
+EAPI=8
+
+inherit flag-o-matic xdg-utils desktop
+
+DESCRIPTION="highly customizable open source text editor and application 
development system"
+HOMEPAGE="https://www.xemacs.org/;
+SRC_URI="http://ftp.xemacs.org/xemacs-$(ver_cut 1-2)/${P}.tar.gz
+   neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="alsa debug gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule 
motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
+
+X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
+
+RDEPEND="
+   berkdb? ( >=sys-libs/db-4:= !!=sys-libs/gdbm-1.8.3:=[berkdb(+)] )
+   >=sys-libs/zlib-1.1.4
+   >=dev-libs/openssl-0.9.6:0=
+   >=media-libs/audiofile-0.2.3
+   gpm? ( >=sys-libs/gpm-1.19.6 )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( net-nds/openldap:= )
+   alsa? ( media-libs/alsa-lib )
+   nas? ( media-libs/nas )
+   X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
+   dnd? ( x11-libs/dnd )
+   motif? ( >=x11-libs/motif-2.3:0[xft=] )
+   athena? ( x11-libs/libXaw )
+   Xaw3d? ( x11-libs/libXaw3d[unicode(+)] )
+   xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender 
>=media-libs/fontconfig-2.5.0 )
+   neXt? ( x11-libs/neXtaw )
+   xface? ( media-libs/compface )
+   tiff? ( media-libs/tiff:= )
+   png? ( >=media-libs/libpng-1.2:0 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   freewnn? ( app-i18n/freewnn )
+   >=sys-libs/ncurses-5.2:=
+   >=app-eselect/eselect-emacs-1.15"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PDEPEND="app-xemacs/xemacs-base
+   mule? ( app-xemacs/mule-base )"
+
+src_unpack() {
+   default_src_unpack
+}
+
+src_prepare() {
+   use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
+   find "${S}"/lisp -name '*.elc' -exec rm {} \; || die
+   eapply "${FILESDIR}/${P}-ncurses-tinfo.patch"
+   eapply "${FILESDIR}/${P}-gcc5.patch"
+   eapply "${FILESDIR}/${P}-glibc-macro.patch"
+   eapply "${FILESDIR}/${P}-as-needed.patch"
+   eapply "${FILESDIR}/${P}-configure-libc-version.patch"
+   eapply "${FILESDIR}/${P}-ar.patch"
+   eapply "${FILESDIR}/${P}-strsignal.patch"
+   eapply "${FILESDIR}/${P}-process-test-qa.patch"
+   eapply "${FILESDIR}/${P}-autoloads-parallell-make.patch"
+   eapply "${FILESDIR}/${P}-no-lock-on-finder-inf.patch"
+   eapply "${FILESDIR}/${P}-module-autoloads.patch"
+
+   eapply_user
+
+   # Some binaries and man pages are installed under suffixed names
+   # to avoid collions with their GNU Emacs counterparts (see below).
+   # Fix internal filename references.
+   sed -i -e 's/exec gnuclient/&-xemacs/' lib-src/gnudoit || die
+   sed -i -e '/^\.so/s/etags/&-xemacs/' etc/ctags.1 || die
+   sed -i -e '/^\.so/s/gnuserv/&-xemacs/' etc/gnu{client,doit,attach}.1 || 
die
+}
+
+src_configure() {
+   local myconf=""
+
+   # bug #639642
+   test-flags -no-pie >/dev/null && append-flags -no-pie
+   filter-flags -pie
+
+   if use X; then
+
+   myconf="${myconf} --with-widgets=athena"
+   myconf="${myconf} --with-dialogs=athena"
+   myconf="${myconf} --with-menubars=lucid"
+   myconf="${myconf} --with-scrollbars=lucid"
+   if use motif ; then
+   myconf="--with-widgets=motif&quo

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/gnus/

2022-11-20 Thread Mats Lidell
commit: bd7e21ab6c163787d0cc305c26e4c7d00ea5aaa3
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Nov 20 13:46:33 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Nov 20 13:46:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7e21ab

app-xemacs/gnus: add 2.06

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/gnus/Manifest |  1 +
 app-xemacs/gnus/gnus-2.06.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-xemacs/gnus/Manifest b/app-xemacs/gnus/Manifest
index 3081050045e6..0c649cbc9b5b 100644
--- a/app-xemacs/gnus/Manifest
+++ b/app-xemacs/gnus/Manifest
@@ -1 +1,2 @@
 DIST gnus-2.05-pkg.tar.gz 3615284 BLAKE2B 
c06784a2e7a42df390f67b3e2e4dbba2a427b932bb4e2e864b2bf696adda8bff16d61892167219f5b391befd2ef667f36b67304b22d3e80cb63a6e7a47df485c
 SHA512 
892b76ec6a57d8359d48cfda322ccd7679a018d2f7e6bf40b5d4c412dcac0fe3ea42e94decb05d5ada4765e323646c1eae6d30f1ade97ae30ded07355279a75a
+DIST gnus-2.06-pkg.tar.gz 3626936 BLAKE2B 
11bb80dbe93ad2bb4382d3d40aeaffd65877e34ce02b5f9af806f81aa8792678b1714ae7716c8642ca8659c24b26abfc323fdca83c069c4fe3abde177687be6b
 SHA512 
53126d9feb53f0e0c1cb5d43da58cafec09460ea9ef0acd4f04d6d70a3252b594d9f82ab72f365bfc3a577d11945ebcb314714849c5dc8ac54f9675d4c422e90

diff --git a/app-xemacs/gnus/gnus-2.06.ebuild b/app-xemacs/gnus/gnus-2.06.ebuild
new file mode 100644
index ..7a436ecec47a
--- /dev/null
+++ b/app-xemacs/gnus/gnus-2.06.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="The Gnus Newsreader and Mailreader"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/mail-lib
+app-xemacs/xemacs-base
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+app-xemacs/net-utils
+app-xemacs/os-utils
+app-xemacs/dired
+app-xemacs/mh-e
+app-xemacs/sieve
+app-xemacs/ps-print
+app-xemacs/w3
+app-xemacs/pgg
+app-xemacs/mailcrypt
+app-xemacs/ecrypto
+app-xemacs/sasl
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/tramp/

2022-11-20 Thread Mats Lidell
commit: 36bccec4b34e976786b2efd003db627ab8d8be9a
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Nov 20 13:44:12 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Nov 20 13:45:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bccec4

app-xemacs/tramp: add 1.58

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/tramp/Manifest  |  1 +
 app-xemacs/tramp/tramp-1.58.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest
index cc1fc9681781..9732b9db31df 100644
--- a/app-xemacs/tramp/Manifest
+++ b/app-xemacs/tramp/Manifest
@@ -1 +1,2 @@
 DIST tramp-1.57-pkg.tar.gz 399264 BLAKE2B 
c7df03fd2cd201f5684743136ed092683b39b1a7cf0f24df998f42440e781ad4d7216f0d32aad9afae5333c94fdbcd7ce42c5e111be429494beff263c3e2538d
 SHA512 
1e648bbbe7decdd57d63b55c3d6b6dba78bb9303d6d56e32ef36957ef377489afe94e0b40ec938f5beeff19d1517e0798d3af6729af7a97f9a83176fef7d5560
+DIST tramp-1.58-pkg.tar.gz 399622 BLAKE2B 
cf307079b5c0d38e6c9c4f7b003df3e793369c431c837e597842f7f3c020a8682f13e6cfec3619f614a30d456ca5d93789ea3cf38d8bc47edb1099cfcbf1680d
 SHA512 
7dafae85389b7a5ad7f5943dbd0343281956407aedc636e7bdffb544d4d0322fda0abb7b9990765f78a2eff5c789efe2f253cad2d1dfc64c2f9e9e41decd9b44

diff --git a/app-xemacs/tramp/tramp-1.58.ebuild 
b/app-xemacs/tramp/tramp-1.58.ebuild
new file mode 100644
index ..18357df8f2c0
--- /dev/null
+++ b/app-xemacs/tramp/tramp-1.58.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="Remote shell-based file editing"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/vc
+app-xemacs/efs
+app-xemacs/dired
+app-xemacs/mail-lib
+app-xemacs/gnus
+app-xemacs/ediff
+app-xemacs/sh-script
+app-xemacs/edebug
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2022-08-31 Thread Mats Lidell
commit: 1a780e093f3446561539b777f545268ce4d4a461
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Aug 31 20:19:06 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Aug 31 20:19:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a780e09

app-editors/xemacs: drop 21.5.34-r8

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5.34-r8.ebuild | 260 
 1 file changed, 260 deletions(-)

diff --git a/app-editors/xemacs/xemacs-21.5.34-r8.ebuild 
b/app-editors/xemacs/xemacs-21.5.34-r8.ebuild
deleted file mode 100644
index 61aff25cd403..
--- a/app-editors/xemacs/xemacs-21.5.34-r8.ebuild
+++ /dev/null
@@ -1,260 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Note: xemacs currently does not work with position independent code
-# so the build forces the use of the -no-pie option
-
-EAPI=7
-
-inherit autotools flag-o-matic xdg-utils desktop
-
-DESCRIPTION="highly customizable open source text editor and application 
development system"
-HOMEPAGE="https://www.xemacs.org/;
-SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz
-   http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 -riscv ~sparc ~x86"
-IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff 
png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
-
-X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
-
-RDEPEND="
-   berkdb? ( >=sys-libs/db-4:= !!=sys-libs/gdbm-1.8.3:=[berkdb(+)] )
-   >=sys-libs/zlib-1.1.4
-   >=dev-libs/openssl-0.9.6:0=
-   >=media-libs/audiofile-0.2.3
-   gpm? ( >=sys-libs/gpm-1.19.6 )
-   postgres? ( dev-db/postgresql:= )
-   ldap? ( net-nds/openldap:= )
-   alsa? ( media-libs/alsa-lib )
-   nas? ( media-libs/nas )
-   X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
-   dnd? ( x11-libs/dnd )
-   motif? ( >=x11-libs/motif-2.3:0[xft=] )
-   athena? ( x11-libs/libXaw )
-   Xaw3d? ( x11-libs/libXaw3d )
-   xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender 
>=media-libs/fontconfig-2.5.0 )
-   neXt? ( x11-libs/neXtaw )
-   xface? ( media-libs/compface )
-   tiff? ( media-libs/tiff:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   jpeg? ( media-libs/libjpeg-turbo:0= )
-   freewnn? ( app-i18n/freewnn )
-   >=sys-libs/ncurses-5.2:=
-   >=app-eselect/eselect-emacs-1.15"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PDEPEND="app-xemacs/xemacs-base
-   mule? ( app-xemacs/mule-base )"
-
-src_unpack() {
-   default_src_unpack
-
-   use neXt && unpack NeXT_XEmacs.tar.gz
-}
-
-src_prepare() {
-   use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
-   find "${S}"/lisp -name '*.elc' -exec rm {} \; || die
-   eapply "${FILESDIR}/${P}-ncurses-tinfo.patch"
-   eapply "${FILESDIR}/${P}-gcc5.patch"
-   eapply "${FILESDIR}/${P}-glibc-macro.patch"
-   eapply "${FILESDIR}/${P}-as-needed.patch"
-   eapply "${FILESDIR}/${P}-configure-libc-version.patch"
-   eapply "${FILESDIR}/${P}-ar.patch"
-   eapply "${FILESDIR}/${P}-strsignal.patch"
-   eapply "${FILESDIR}/${P}-process-test-qa.patch"
-
-   eapply_user
-
-   # Some binaries and man pages are installed under suffixed names
-   # to avoid collions with their GNU Emacs counterparts (see below).
-   # Fix internal filename references.
-   sed -i -e 's/exec gnuclient/&-xemacs/' lib-src/gnudoit || die
-   sed -i -e '/^\.so/s/etags/&-xemacs/' etc/ctags.1 || die
-   sed -i -e '/^\.so/s/gnuserv/&-xemacs/' etc/gnu{client,doit,attach}.1 || 
die
-}
-
-src_configure() {
-   local myconf=""
-
-   # bug #639642
-   test-flags -no-pie >/dev/null && append-flags -no-pie
-   filter-flags -pie
-
-   if use X; then
-
-   myconf="${myconf} --with-widgets=athena"
-   myconf="${myconf} --with-dialogs=athena"
-   myconf="${myconf} --with-menubars=lucid"
-   myconf="${myconf} --with-scrollbars=lucid"
-   if use motif ; then
-   myconf="--with-widgets=motif"
-   myconf="${myconf} --with-dialogs=motif"
-   myconf="${myconf} --with-scrollbars=motif"
-   myconf="${myconf} --with-menubars=lucid"
-   fi
-   if use athena or use Xaw3d ;

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/debug/

2022-08-19 Thread Mats Lidell
commit: a0efa69a03f61ff0b38e2e881770688a51ff889f
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:13:53 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0efa69a

app-xemacs/debug: drop 1.20

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/debug/Manifest  |  1 -
 app-xemacs/debug/debug-1.20.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/debug/Manifest b/app-xemacs/debug/Manifest
index afbe6d3ad601..8cb45039debd 100644
--- a/app-xemacs/debug/Manifest
+++ b/app-xemacs/debug/Manifest
@@ -1,2 +1 @@
-DIST debug-1.20-pkg.tar.gz 107953 BLAKE2B 
90af70a49f6d62224248a73907dec986ba9671a99782aa84cdf9024426f192fca74781ced10f539da9c3115586cc1fe6ecfbe91fef536228d259280c251fb6f3
 SHA512 
3985447986f5129a8789d1f9058a662cef5dbbe0e9d565f00973e79a6d32139581fef777f0e6d683ad5338896cc679bea3ffaf18d51976a5a2e27ba5484cd9c9
 DIST debug-1.21-pkg.tar.gz 108036 BLAKE2B 
a713832c1ccb5c17d61b8ddd054db638537bbb8f9d82e59a7caaa623c2fdb1cacd7d6c585fc2ccb25948ed73a578720eae9508fc81b710e0949654891f0919f0
 SHA512 
91d2597c85ee207b1c28c433aacd856bbdb136d69c1979a6d84a567dcb1b1ac2b09fcc788a784252d4319d52d45788f3570c59fb248c99983144114b31fd7f17

diff --git a/app-xemacs/debug/debug-1.20.ebuild 
b/app-xemacs/debug/debug-1.20.ebuild
deleted file mode 100644
index 7fd65fab4e70..
--- a/app-xemacs/debug/debug-1.20.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="GUD, gdb, dbx debugging support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 arm64 ~hppa ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/mmm-mode/

2022-08-19 Thread Mats Lidell
commit: 3e0e531c316bce64206158ccd18539a4c6e05d8d
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:29:48 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0e531c

app-xemacs/mmm-mode: drop 1.08

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/mmm-mode/Manifest |  1 -
 app-xemacs/mmm-mode/mmm-mode-1.08.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-xemacs/mmm-mode/Manifest b/app-xemacs/mmm-mode/Manifest
index 530612fa01f5..1359333c865a 100644
--- a/app-xemacs/mmm-mode/Manifest
+++ b/app-xemacs/mmm-mode/Manifest
@@ -1,2 +1 @@
-DIST mmm-mode-1.08-pkg.tar.gz 205604 BLAKE2B 
afb2b9c3f43fd3256ca2de0c32d3356a206a6f883303698cad719f8fd287366ce2fd91a275922fcd6d61e31cccba93b0f0c836a3ff468ca2e28aa2e18ad45e7f
 SHA512 
d26b2d4762e363d34a0fdac19841640351532f3c28772eefa7dda3a24decfa8035f7e156fa3c8c49ede54291a4bda31ee707467757c704a76803718e7d463853
 DIST mmm-mode-1.09-pkg.tar.gz 205637 BLAKE2B 
7f2a89b3ef432bb18c21575f021969be55b3ded4f5301cb166df4861de50617957bb40c0162556b8c05311596f61afa18f5e591c8099911687beeb016fd430c3
 SHA512 
b2d0b282eec99d623cf8dae21db71e7622689d4276c48691597d6df6fa5b2ae289ac214fbceac6e06bc083628911c797eec354e1f4181c5080cc3cfc8d98e0ec

diff --git a/app-xemacs/mmm-mode/mmm-mode-1.08.ebuild 
b/app-xemacs/mmm-mode/mmm-mode-1.08.ebuild
deleted file mode 100644
index 0ae3cb510420..
--- a/app-xemacs/mmm-mode/mmm-mode-1.08.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Multiple major modes in a single buffer"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/fsf-compat
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/eudc/

2022-08-19 Thread Mats Lidell
commit: c1396b74fe0a6bbe271277ad0bb504f583bc377a
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:24:02 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1396b74

app-xemacs/eudc: drop 1.43

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/eudc/Manifest |  1 -
 app-xemacs/eudc/eudc-1.43.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-xemacs/eudc/Manifest b/app-xemacs/eudc/Manifest
index b8de7880b30c..8baefd327cdf 100644
--- a/app-xemacs/eudc/Manifest
+++ b/app-xemacs/eudc/Manifest
@@ -1,2 +1 @@
-DIST eudc-1.43-pkg.tar.gz 79973 BLAKE2B 
86c53b32707c715f7501d5467c8c6e80a5829a5c36baf57ee6ec23766a5ab5882731eacf258489fa8c1120ab1e593e8fbfc66e33b1cb758ac3a9743f85536e2c
 SHA512 
2a4b4c46c4e164fcac083dc75c8c2f2b8eafc0882d966c5e7fea8cc899a13f0c89f8d7b8562a79f972482dc569d48e8004a121a02a7a0b430a1da089635d
 DIST eudc-1.44-pkg.tar.gz 79883 BLAKE2B 
81c5c4ddd8244a422a229c47826f8d39876aa474ce38236bbeed311ed4349ad04a7b8ed2a4f23585a65273fd8636adcb8b2f57031516c509b32ef22d928d6972
 SHA512 
5d0348454e52bb8140f9df3f09fad909ad3927ba849faf8dd3c4b31aa4d0774957bb16b1edc8827f2e1248dc2646b51a772a015da54520dbe65c42741e95f978

diff --git a/app-xemacs/eudc/eudc-1.43.ebuild b/app-xemacs/eudc/eudc-1.43.ebuild
deleted file mode 100644
index 76934ee64fb9..
--- a/app-xemacs/eudc/eudc-1.43.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Emacs Unified Directory Client (LDAP, PH)"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/fsf-compat
-app-xemacs/xemacs-base
-app-xemacs/bbdb
-app-xemacs/mail-lib
-app-xemacs/gnus
-app-xemacs/rmail
-app-xemacs/tm
-app-xemacs/apel
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-app-xemacs/net-utils
-app-xemacs/ecrypto
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/gnus/

2022-08-19 Thread Mats Lidell
commit: 5f2e84135a48fefd44396a7d9c3e4ae2d0aba3cb
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:25:18 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2e8413

app-xemacs/gnus: drop 2.04

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/gnus/Manifest |  1 -
 app-xemacs/gnus/gnus-2.04.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-xemacs/gnus/Manifest b/app-xemacs/gnus/Manifest
index 0ee772bd0a99..3081050045e6 100644
--- a/app-xemacs/gnus/Manifest
+++ b/app-xemacs/gnus/Manifest
@@ -1,2 +1 @@
-DIST gnus-2.04-pkg.tar.gz 3628467 BLAKE2B 
1b6f6ffd4693065a666353e87cf5ec4ae5f897470fe1423f43c5f3ec99c827f6c9074c70f4add6cbf7462491ee0a50b8faf0b9f6e1d4cab16d23e64e20d07975
 SHA512 
d7bce3b6ff62ca901e9dabf59a5bf2044ec569ab1dd84898f11cb966dc97bc35b1842b61c62ad024e200db4bd1df9f7d17fd642c251e42931603b0eb286356e2
 DIST gnus-2.05-pkg.tar.gz 3615284 BLAKE2B 
c06784a2e7a42df390f67b3e2e4dbba2a427b932bb4e2e864b2bf696adda8bff16d61892167219f5b391befd2ef667f36b67304b22d3e80cb63a6e7a47df485c
 SHA512 
892b76ec6a57d8359d48cfda322ccd7679a018d2f7e6bf40b5d4c412dcac0fe3ea42e94decb05d5ada4765e323646c1eae6d30f1ade97ae30ded07355279a75a

diff --git a/app-xemacs/gnus/gnus-2.04.ebuild b/app-xemacs/gnus/gnus-2.04.ebuild
deleted file mode 100644
index 3a6600afd7e9..
--- a/app-xemacs/gnus/gnus-2.04.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="The Gnus Newsreader and Mailreader"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/mail-lib
-app-xemacs/xemacs-base
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-app-xemacs/net-utils
-app-xemacs/os-utils
-app-xemacs/dired
-app-xemacs/mh-e
-app-xemacs/sieve
-app-xemacs/ps-print
-app-xemacs/w3
-app-xemacs/pgg
-app-xemacs/mailcrypt
-app-xemacs/ecrypto
-app-xemacs/sasl
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/mail-lib/

2022-08-19 Thread Mats Lidell
commit: 4527fedae7a0389ced2f94c8b00da9db3e622d35
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:27:09 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4527feda

app-xemacs/mail-lib: drop 1.84

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/mail-lib/Manifest |  1 -
 app-xemacs/mail-lib/mail-lib-1.84.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-xemacs/mail-lib/Manifest b/app-xemacs/mail-lib/Manifest
index f2ce724059fe..d25352be57b2 100644
--- a/app-xemacs/mail-lib/Manifest
+++ b/app-xemacs/mail-lib/Manifest
@@ -1,2 +1 @@
-DIST mail-lib-1.84-pkg.tar.gz 245832 BLAKE2B 
500f1f63a23b200a3636792886ffb61e7dcb22c03f6a2237f3f5789cb1798eac5abb52f24b54f31e0678af375f6d569c675ceca3385cc502e5bc1014e758ea70
 SHA512 
43c43715b1950fb665feceacf8422e26e8a7739ce2491bb9fb80bbda27c70f9452a3c146de3c54ed14f38e6b56176610fc301bdeff4cdbc8de83828f96d87269
 DIST mail-lib-1.85-pkg.tar.gz 245917 BLAKE2B 
0c43375f1543bc269c36e894782bafce1b3cf27db7b2c7119df43aa7946005d101f9a3accac13627e274b89a22d0faef22d5367456d1fa29c212e3ff6f7225bd
 SHA512 
a35afc2b74cc173f0811245ecc17eaae9883062f8a07ef22cedbbaf57b7b6ff49ef9c64abe0bd9043c20e4a6b96ad7a43875016341aad38e8ddef7ed15bb5c17

diff --git a/app-xemacs/mail-lib/mail-lib-1.84.ebuild 
b/app-xemacs/mail-lib/mail-lib-1.84.ebuild
deleted file mode 100644
index f3032cd8a630..
--- a/app-xemacs/mail-lib/mail-lib-1.84.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Fundamental lisp files for providing email support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-eterm
-app-xemacs/xemacs-base
-app-xemacs/fsf-compat
-app-xemacs/sh-script
-app-xemacs/ecrypto
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/hm-html-menus/

2022-08-19 Thread Mats Lidell
commit: 76496ba96626d98ef87323892038714def3aab19
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:26:12 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76496ba9

app-xemacs/hm-html-menus: drop 1.26

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/hm-html-menus/Manifest  |  1 -
 app-xemacs/hm-html-menus/hm-html-menus-1.26.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/app-xemacs/hm-html-menus/Manifest 
b/app-xemacs/hm-html-menus/Manifest
index 70b47555a33c..97021fff04d7 100644
--- a/app-xemacs/hm-html-menus/Manifest
+++ b/app-xemacs/hm-html-menus/Manifest
@@ -1,2 +1 @@
-DIST hm--html-menus-1.26-pkg.tar.gz 179409 BLAKE2B 
483ec82621700591f47128f9268b0c839d9094cff1044ac00deea0c4d1629bd7a6d4a66d7bd4db7e3ef54a73e89574ec23a1568a204b05713ffedf083396dfe9
 SHA512 
943c3e5667ad1f2caf6d66ef046e744c90cd1a2b7f06dcbf1e935cda984b62365b34b74e66f014c79e1a1bc0b97b183f85846d59a9f3da1aa400cb3d39949ce1
 DIST hm--html-menus-1.27-pkg.tar.gz 179441 BLAKE2B 
3ec0aff8ca7697576c82cc0efef441996d950784363b69662f048892c541c0e532f221c514f62fb94070cd851bc2929371485c555336d624c6662a61860d69af
 SHA512 
91856d8687803c486935ae85f6252ae94f3c04af32285ee3993c1f796488c7234f5d24b834ced3e574b2b1046ad72f562fad61b69e4bb733ff75696bf9945218

diff --git a/app-xemacs/hm-html-menus/hm-html-menus-1.26.ebuild 
b/app-xemacs/hm-html-menus/hm-html-menus-1.26.ebuild
deleted file mode 100644
index 11c424c80ada..
--- a/app-xemacs/hm-html-menus/hm-html-menus-1.26.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="HTML editing"
-SRC_URI="http://ftp.xemacs.org/pub/xemacs/packages/hm--html-menus-${PV}-pkg.tar.gz;
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/dired
-app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/prog-modes/

2022-08-19 Thread Mats Lidell
commit: 001b667d726ef099bdb3f65d9427a44e39d2ce2d
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:31:12 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001b667d

app-xemacs/prog-modes: drop 2.33

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/prog-modes/Manifest   |  1 -
 app-xemacs/prog-modes/prog-modes-2.33.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/app-xemacs/prog-modes/Manifest b/app-xemacs/prog-modes/Manifest
index e8a189dabe5e..70187db2e004 100644
--- a/app-xemacs/prog-modes/Manifest
+++ b/app-xemacs/prog-modes/Manifest
@@ -1,2 +1 @@
-DIST prog-modes-2.33-pkg.tar.gz 874585 BLAKE2B 
c29525ecad896041368bed7fb647110428c968fbd77b13b0322a59eb1fe2e73e7000e6e119b2658ca82bd01b6014aece2b588f807f80ecd926e755e28f09ed5c
 SHA512 
e2c7cba8916b41c1c3e932c4daddb57ce330f242c6ef189916608b0f682122f066f18706e05b8a1b68ad5b993bd873e47fee558c540b7f6a58bdffa68544e880
 DIST prog-modes-2.34-pkg.tar.gz 874544 BLAKE2B 
dd1c2dbbf9d775eb725894ec3f57a31496f7554923cd551e8ca3b49d360b943926f6f84ea9f6680e2d062ae60a08ef67ad5c2cd72e983215422d5732b73d6ca2
 SHA512 
8879850b19129617ed6dba24cd4194df28df06c4adeb2b7156bc83920992ab6745ffbf0c94051be2130fc3a8b021f2faf9dd81001e647322e034455339e94d29

diff --git a/app-xemacs/prog-modes/prog-modes-2.33.ebuild 
b/app-xemacs/prog-modes/prog-modes-2.33.ebuild
deleted file mode 100644
index c9211fc3269f..
--- a/app-xemacs/prog-modes/prog-modes-2.33.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Support for various programming languages"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/mail-lib
-app-xemacs/xemacs-devel
-app-xemacs/xemacs-base
-app-xemacs/cc-mode
-app-xemacs/fsf-compat
-app-xemacs/edit-utils
-app-xemacs/ediff
-app-xemacs/emerge
-app-xemacs/efs
-app-xemacs/vc
-app-xemacs/speedbar
-app-xemacs/dired
-app-xemacs/ilisp
-app-xemacs/sh-script
-app-xemacs/cedet-common
-app-xemacs/w3
-app-xemacs/gnus
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xwem/

2022-08-19 Thread Mats Lidell
commit: 2e53526008095a5ad0948c2ab6ed93d589a33fcb
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:33:12 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e535260

app-xemacs/xwem: drop 1.26

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/xwem/Manifest |  1 -
 app-xemacs/xwem/xwem-1.26.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-xemacs/xwem/Manifest b/app-xemacs/xwem/Manifest
index c3418b036578..996badb965ce 100644
--- a/app-xemacs/xwem/Manifest
+++ b/app-xemacs/xwem/Manifest
@@ -1,2 +1 @@
-DIST xwem-1.26-pkg.tar.gz 649043 BLAKE2B 
b644127e233b0c93816687d992f54a2c3cbbb822100d4e56ca088ee9d05306a1a14ff602ddfdf5ea1ed822813df4df6bd6dc802d5f27b670bae86ea61eca742a
 SHA512 
00783faa899bd2f3da8128339c54b677843bafb30b8c1a5fca29709de31448aa29a91bf62affbbe42981a97a8ec7ab807b8ee0b64642c73e6a2fda412213eb0a
 DIST xwem-1.27-pkg.tar.gz 648980 BLAKE2B 
e4170d56e52f5cf46b314ace4c53fde5b38c64e385411b0011b6168e6ebc26fbde1e616349eb499cc5ff816862f4cf30e9663f9dffbdb01910a0fcd4eb44cc9c
 SHA512 
0b6029f659ae1150c74b93d654e1ab01823386336796fe18eb4f542e9de0ceb2a171a6ed32cf941b2a872a6422e9842f44ae2767550bcc3bbd19f08fa4bbdabe

diff --git a/app-xemacs/xwem/xwem-1.26.ebuild b/app-xemacs/xwem/xwem-1.26.ebuild
deleted file mode 100644
index a1cac1881167..
--- a/app-xemacs/xwem/xwem-1.26.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="X Emacs Window Manager"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xlib
-app-xemacs/strokes
-app-xemacs/edit-utils
-app-xemacs/text-modes
-app-xemacs/time
-app-xemacs/slider
-app-xemacs/elib
-app-xemacs/ilisp
-app-xemacs/mail-lib
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/w3/

2022-08-19 Thread Mats Lidell
commit: 1d2bccb01d18266f0bc37d1bb96274c2ff781d46
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:32:13 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2bccb0

app-xemacs/w3: drop 1.41

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/w3/Manifest   |  1 -
 app-xemacs/w3/w3-1.41.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-xemacs/w3/Manifest b/app-xemacs/w3/Manifest
index 0dcccbf2ab39..673ae108367f 100644
--- a/app-xemacs/w3/Manifest
+++ b/app-xemacs/w3/Manifest
@@ -1,2 +1 @@
-DIST w3-1.41-pkg.tar.gz 683044 BLAKE2B 
4e00bf669ec3208771c08333e9231ad596b54727277d10b0dbad8e053dffd1269c1d8559621786b4a8e9c07f598ff564d9379212cc5a1ee8a8871e08cd17e953
 SHA512 
e050f51644f08f8a17976c118e4dcb1a70b1b91bf26c56d7a48a0f65e1076bbb6ba54e4c36c027ede8fade2f12542cd785dc0b876247523bb4933c4e89a6ce60
 DIST w3-1.42-pkg.tar.gz 683362 BLAKE2B 
f8d6f550d3e3c85d39881fa91205d43b8911ea6a2ba430e9595807473defdf13b0fd9ddd8b1fbc50acee4e1c4fc24e47174fa267716a8c587c32a82adba3312c
 SHA512 
4a3ea84adfb19e9d86469b07aafa9b78d44a66512b5d86218503a6a143ece501d1d8fab01f9b1bd22fe4bdb2f9f5012a1442cb4b3a1caa5001d05b402a0f4a21

diff --git a/app-xemacs/w3/w3-1.41.ebuild b/app-xemacs/w3/w3-1.41.ebuild
deleted file mode 100644
index e03df20fb340..
--- a/app-xemacs/w3/w3-1.41.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="A Web browser"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/mail-lib
-app-xemacs/xemacs-base
-app-xemacs/ecrypto
-app-xemacs/gnus
-app-xemacs/net-utils
-app-xemacs/sh-script
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/general-docs/

2022-08-19 Thread Mats Lidell
commit: cbfcf471769a51b8428a46ca8513c7ac602c83f2
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:23:13 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfcf471

app-xemacs/general-docs: drop 1.10

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/general-docs/Manifest |  1 -
 app-xemacs/general-docs/general-docs-1.10.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/app-xemacs/general-docs/Manifest b/app-xemacs/general-docs/Manifest
index 14e40b9286c5..678fd50a5dfd 100644
--- a/app-xemacs/general-docs/Manifest
+++ b/app-xemacs/general-docs/Manifest
@@ -1,2 +1 @@
-DIST general-docs-1.10-pkg.tar.gz 150069 BLAKE2B 
12bc9cdb095685d954500373dcbf5b9000cbea49bda67dc81945ade24896a66ff3ec7b9d73a840706f48570b30da2dd10874bb15bc732a6cd11de5bfa56f64aa
 SHA512 
f94798e437d5278c31e0cf18e22f22c88cc0c8eca1febf23f6c1e5dbe8856955c9334334c70832d6ce25db535704e56355536cb402c7c587a2bfee450c1485b9
 DIST general-docs-1.11-pkg.tar.gz 150119 BLAKE2B 
3f7a9a32d6725de4ebf146df461b4a2d2b4d23ef49b91efbe201e964d6a82721d7a9eee8f960565b683255057dc6f3fdd49114a5032703a6d869a1ae0a50589f
 SHA512 
9b11acf31eed4ff79f2c488f7036d4855fe7dd38bf510d00bb87b94b4fbe7587c0cef776b6d2b5a69d9c69745e534b997a2374d625c179c540c631d396361599

diff --git a/app-xemacs/general-docs/general-docs-1.10.ebuild 
b/app-xemacs/general-docs/general-docs-1.10.ebuild
deleted file mode 100644
index f7955730c84b..
--- a/app-xemacs/general-docs/general-docs-1.10.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="General XEmacs documentation"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND=""
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ecb/

2022-08-19 Thread Mats Lidell
commit: bc3a2f431bcf639131afd6b566adecf132318f15
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:19:57 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3a2f43

app-xemacs/ecb: drop 1.25

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ecb/Manifest|  1 -
 app-xemacs/ecb/ecb-1.25.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-xemacs/ecb/Manifest b/app-xemacs/ecb/Manifest
index 5de15dd3f96b..0ad72d419b4f 100644
--- a/app-xemacs/ecb/Manifest
+++ b/app-xemacs/ecb/Manifest
@@ -1,2 +1 @@
-DIST ecb-1.25-pkg.tar.gz 872399 BLAKE2B 
513181b108efa75b0d54ed2f568d586db6bd944a453ac2334a6b43ce83d8331b53dd34a68029869a1b7cc1e4f0218277c5966e8d49a4bd87a065719bc3dac58c
 SHA512 
bfcb9e9d7fc55b9eb281f991ee57ef7059b7ecc6cf9b7a3c9693d40afbec36fc90789cfe2c3b007aab737db341154ac5cee73ea5056fc435ff6b0d86941ca8ba
 DIST ecb-1.26-pkg.tar.gz 872978 BLAKE2B 
5b969a574ae209a0942782b82b9f62b0a01e333d485da616fc65fcce3e5256d06d40ae816d2596276675bbe213dec48822e67859ca6225699ca73d5fc2ee5a2e
 SHA512 
b6baca962bc41abeb67b58eb266d12196a60bf1cb8d3359a0c30e65ed068a89a4e03b35893eef8caa8ccb524d81332aec8ffa3e56adc93aae5fedae0046df1ab

diff --git a/app-xemacs/ecb/ecb-1.25.ebuild b/app-xemacs/ecb/ecb-1.25.ebuild
deleted file mode 100644
index 6596709a4edb..
--- a/app-xemacs/ecb/ecb-1.25.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Emacs source code browser"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/semantic
-app-xemacs/cedet-common
-app-xemacs/eieio
-app-xemacs/fsf-compat
-app-xemacs/edit-utils
-app-xemacs/jde
-app-xemacs/mail-lib
-app-xemacs/eshell
-app-xemacs/ediff
-app-xemacs/xemacs-devel
-app-xemacs/speedbar
-app-xemacs/c-support
-app-xemacs/os-utils
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/edit-utils/

2022-08-19 Thread Mats Lidell
commit: cbddc06283638e4f7754a8a45ea48e44abe7c188
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Aug 19 14:21:29 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Aug 19 14:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbddc062

app-xemacs/edit-utils: drop 2.58

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/edit-utils/Manifest   |  1 -
 app-xemacs/edit-utils/edit-utils-2.58.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-xemacs/edit-utils/Manifest b/app-xemacs/edit-utils/Manifest
index 7f571524bc23..a6c27aa9330d 100644
--- a/app-xemacs/edit-utils/Manifest
+++ b/app-xemacs/edit-utils/Manifest
@@ -1,2 +1 @@
-DIST edit-utils-2.58-pkg.tar.gz 1159051 BLAKE2B 
4eb07e163863724431e2b2692014db84b0aa3926f1a40e3ef958285f692107fc00c132b30e6b74bd68fd90e916d1602dbc98b29c13d3c1e59e2f4f58b387c3a9
 SHA512 
42fa35bf31a0941186ceeb89afd138604cfc9903ad2feeaa7623e8d2343660368cb57b89104182eb314a3641b0a7a9f8ee8fa525cff88a6b071c96820b5d
 DIST edit-utils-2.59-pkg.tar.gz 1161415 BLAKE2B 
dbfa16c4b641cce2b8d122bd3e3e55a56347cdac8bf9fe03987f32d6ee607ba29e976b0ee3e2532f79194f3352650b8943a9c7867a6ec877f1af108d2919780f
 SHA512 
d602bb7f238f8dc6f716be6e1a83c7d027c0b0e57b7538a28ed60103c0afb746f6aeffc3d88f7f8b70d130ed47f2842769d30cbc006f7b574bdf78f5aa298c98

diff --git a/app-xemacs/edit-utils/edit-utils-2.58.ebuild 
b/app-xemacs/edit-utils/edit-utils-2.58.ebuild
deleted file mode 100644
index 71e35676802f..
--- a/app-xemacs/edit-utils/edit-utils-2.58.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Miscellaneous editor extensions, you probably need this"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-devel
-app-xemacs/fsf-compat
-app-xemacs/dired
-app-xemacs/mail-lib
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/files/, app-editors/xemacs/

2022-07-06 Thread Mats Lidell
commit: 542b80446e7846c7b1e997787178a0773e24ae1d
Author: Mats Lidell  gentoo  org>
AuthorDate: Wed Jul  6 20:06:16 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Wed Jul  6 20:25:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542b8044

app-editors/xemacs: fix emerge with modules

Use backported patch from upstream tip development branch.
bug: https://bugs.gentoo.org/855122
Signed-off-by: Mats Lidell  gentoo.org>

 .../files/xemacs-21.5.34-module-autoloads.patch| 115 +
 app-editors/xemacs/xemacs-21.5.34-r9.ebuild|   1 +
 2 files changed, 116 insertions(+)

diff --git a/app-editors/xemacs/files/xemacs-21.5.34-module-autoloads.patch 
b/app-editors/xemacs/files/xemacs-21.5.34-module-autoloads.patch
new file mode 100644
index ..8b5443dfcb10
--- /dev/null
+++ b/app-editors/xemacs/files/xemacs-21.5.34-module-autoloads.patch
@@ -0,0 +1,115 @@
+diff -u b/lisp/update-elc-2.el b/lisp/update-elc-2.el
+--- b/lisp/update-elc-2.el Mon Jun 27 22:14:53 2022 +0900
 b/lisp/update-elc-2.el Thu Jun 30 16:36:19 2022 +0100
+@@ -144,12 +144,12 @@
+ (load (expand-file-name "auto-autoloads" lisp-directory))
+ (when (featurep 'mule)
+   (load (expand-file-name "mule/auto-autoloads" lisp-directory)))
++(when (featurep 'modules)
++  (load (expand-file-name "auto-autoloads" module-directory)))
+ ;; We remove all the bad .elcs before any byte-compilation, because
+ ;; there may be dependencies between one .el and another (even across
+ ;; directories), and we don't want to load an out-of-date .elc while
+ ;; byte-compiling a file.
+-(when (featurep 'modules)
+-  (load (expand-file-name "auto-autoloads" module-directory)))
+ (message "Removing old or spurious .elcs in directory tree `%s'..." dir)
+ (do-update-elc-2 dir nil nil)
+ (message "Removing old or spurious .elcs in directory tree `%s'...done"
+unchanged:
+--- a/src/Makefile.in.in   Mon Jun 27 13:31:39 2022 +0100
 b/src/Makefile.in.in   Mon Jun 27 22:14:53 2022 +0900
+@@ -95,7 +95,12 @@
+ SHELL=/bin/sh
+ RM = rm -f
+ 
+-LISP = $(SRC)/../lisp
++## Earlier versions had $(SRC)/../lisp here, but currently ../lisp is a
++## link to $(SRC)/../lisp in out-of-source builds.  $(SRC)/../lisp breaks
++## the modules build because the autoloads end up in $(SRCMODULES), but
++## update-elc-2.el looks for them in $(BLDMODULES).
++LISP = ../lisp
++
+ ETC = $(SRC)/../etc
+ SRCMODULES = $(SRC)/../modules
+ LIB_SRC = ../lib-src
+@@ -944,10 +949,14 @@
+   -$(RM) $(RAW_EXE) $(DUMP_TARGET) $(DUMP_TARGET).dmp $(LIB_SRC)/DOC
+ ##  Remove the generated load files here; they cause lots of problems
+ ##  when they don't work right.
++##  Some older versions tried to put module load files in the SRC tree,
++##  but that breaks module builds, which expect them in the BLD tree,
++##  and that's where they belong anyway.  Clean both.
+ clean: mostlyclean versionclean
+   -$(RM) libextcli* $(LISP)/auto-autoloads.el* $(LISP)/custom-load.el* \
+   $(LISP)/mule/auto-autoloads.el* $(LISP)/mule/custom-load.el* \
+-  $(SRCMODULES)/auto-autoloads.el* $(SRCMODULES)/custom-load.el*
++  $(SRCMODULES)/auto-autoloads.el* $(SRCMODULES)/custom-load.el* \
++  $(BLDMODULES)/auto-autoloads.el* $(BLDMODULES)/custom-load.el*
+ ## This is used in making a distribution.
+ ## Do not use it on development directories!
+ distclean-noconfig: clean
+only in patch2:
+unchanged:
+--- a/lisp/update-elc.el
 b/lisp/update-elc.el
+@@ -87,8 +87,8 @@
+ 
+ (defvar source-lisp-mule (expand-file-name "mule" source-lisp))
+ (defvar source-directory (expand-file-name ".." source-lisp))
+-(defconst module-directory (expand-file-name "modules" source-directory))
+-
++(defvar source-modules (expand-file-name "../modules" (file-truename 
source-lisp)))
++(defconst module-directory (expand-file-name "modules" build-directory))
+ (defvar aa-lisp (expand-file-name "auto-autoloads.el" source-lisp))
+ (defvar aac-lisp (expand-file-name "auto-autoloads.elc" source-lisp))
+ (defvar aa-lisp-mule (expand-file-name "auto-autoloads.el" source-lisp-mule))
+@@ -280,15 +280,13 @@ If any of these files are changed, we need to redump.")
+ 
+   ;; Check for the module autoloads separately, given the need to run
+   ;; directory-files on subdirectories.
+-  (let ((autoload-file
+-(expand-file-name "auto-autoloads.el" module-directory)))
+-(mapc
+- #'(lambda (full-dir)
+-(mapc #'(lambda (full-arg)
+-  (when (file-newer-than-file-p full-arg autoload-file)
+-(setq need-to-rebuild-module-autoloads t)))
+-  (directory-files full-dir t "\\.c$" nil t)))
+- (directory-files module-directory t nil t 'subdir

[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/files/, app-editors/xemacs/

2022-06-27 Thread Mats Lidell
commit: a5dbc32a6e327775a55eba8583262d7bb761ec3a
Author: Mats Lidell  gentoo  org>
AuthorDate: Mon Jun 27 21:33:34 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Mon Jun 27 21:39:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dbc32a

app-editors/xemacs: No lock on finder-inf creation

Patch from upstream to not use a lock file when creating finder-inf.

Bug: https://bugs.gentoo.org/854417
Signed-off-by: Mats Lidell  gentoo.org>

 .../xemacs-21.5.34-no-lock-on-finder-inf.patch | 99 ++
 app-editors/xemacs/xemacs-21.5.34-r9.ebuild|  1 +
 2 files changed, 100 insertions(+)

diff --git 
a/app-editors/xemacs/files/xemacs-21.5.34-no-lock-on-finder-inf.patch 
b/app-editors/xemacs/files/xemacs-21.5.34-no-lock-on-finder-inf.patch
new file mode 100644
index ..a37fc5e95fe0
--- /dev/null
+++ b/app-editors/xemacs/files/xemacs-21.5.34-no-lock-on-finder-inf.patch
@@ -0,0 +1,99 @@
+# HG changeset patch
+# User Aidan Kehoe 
+# Date 1656333099 -3600
+#  Mon Jun 27 13:31:39 2022 +0100
+# Node ID c6966a009d0dc3b546c9d843141c1fb5daa89b9e
+# Parent  16e37125d7ea85048e89197ce8fe83f44b00ccc5
+Don't create a lock file when generating finder-inf.el
+
+lisp/ChangeLog addition:
+
+2022-06-27  Aidan Kehoe  
+
+   * finder.el (finder-compile-keywords):
+   Don't use the save-buffer infrastructure when generating
+   finder-inf.el, since that leads to lock files, making parallel
+   builds less likely to work. Thank you Mats Lidell and the Gentoo
+   users!
+
+src/ChangeLog addition:
+
+2022-06-27  Aidan Kehoe  
+
+   * Makefile.in.in ($(LISP)/finder-inf.el):
+   Don't remove finder-inf.el before regenerating it, Lisp will
+   overwrite it.
+
+diff -r 16e37125d7ea -r c6966a009d0d lisp/finder.el
+--- a/lisp/finder.el   Sun Jun 26 19:14:02 2022 +0300
 b/lisp/finder.el   Mon Jun 27 13:31:39 2022 +0100
+@@ -151,7 +151,7 @@
+ arguments compiles from `load-path'."
+   (save-excursion
+ ;; XEmacs change
+-(find-file (expand-file-name "finder-inf.el" lisp-directory))
++(set-buffer (generate-new-buffer "finder-inf.el"))
+ (let ((processed nil)
+ (directory-abbrev-alist
+  (append
+@@ -160,11 +160,12 @@
+  "")))
+   finder-abbreviate-directory-list)
+   directory-abbrev-alist))
+-(using-load-path))
++using-load-path second-line-marker finder-scratch)
+   (or dirs (setq dirs load-path))
+   (setq using-load-path (equal dirs load-path))
+   (erase-buffer)
+   (insert " finder-inf.el --- keyword-to-package mapping\n")
++  (setq second-line-marker (point-marker))
+   (insert ";; Keywords: help\n")
+   (insert " Commentary:\n")
+   (insert ";; Don't edit this file.  It's generated by finder.el\n\n")
+@@ -180,7 +181,8 @@
+   (if (not finder-compile-keywords-quiet)
+   (message "Processing %s ..." f))
+   (save-excursion
+-(set-buffer (get-buffer-create "*finder-scratch*"))
++(set-buffer (setq finder-scratch
++(get-buffer-create "*finder-scratch*")))
+ (buffer-disable-undo (current-buffer))
+ (erase-buffer)
+ (insert-file-contents (expand-file-name f d))
+@@ -210,10 +212,23 @@
+   (directory-files d nil "^[^=].*\\.el$"
+dirs)
+   (insert "))\n\n(provide 'finder-inf)\n\n;;; finder-inf.el ends here\n")
+-  (kill-buffer "*finder-scratch*")
++  (if finder-scratch (kill-buffer finder-scratch))
+   (unless noninteractive
+   (eval-current-buffer)) ; So we get the new keyword list immediately
+-  (basic-save-buffer
++  (goto-char (point-min))
++  (if (re-search-forward "[^\x00-\x7f]" nil t)
++  (progn
++(goto-char (point-min))
++(if (re-search-forward "[^\x00-\xff]" nil t)
++(progn (goto-char second-line-marker)
++   (insert " -*- coding: escape-quoted -*-\n")
++   (setq buffer-file-coding-system 'iso-8859-1-unix))
++  (goto-char second-line-marker)
++  (insert " -*- coding: iso-8859-1 -*-\n")
++  (setq buffer-file-coding-system 'escape-quoted-unix)))
++(setq buffer-file-coding-system 'no-conversion-unix))
++  (write-region (point-min) (point-max)
++(expand-file-name "finder-inf.el" lisp-directory)
+ 
+ (defun finder-compile-keywords-make-dist ()
+   "Regenerate `finder-inf.el' for the Emacs distribution."
+diff -r 16e37125d7ea -r c6966a009d0d src/Makefile.in.in
+--- a/src/Makefile.in.in   Sun Jun 2

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/bbdb/

2022-06-17 Thread Mats Lidell
commit: f9b2efaf3703cabaf5ffc38c0e08557139a4d195
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Jun 17 21:54:42 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Jun 17 21:55:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b2efaf

app-xemacs/bbdb: drop 1.34

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/bbdb/Manifest |  1 -
 app-xemacs/bbdb/bbdb-1.34.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-xemacs/bbdb/Manifest b/app-xemacs/bbdb/Manifest
index 623a949f1b63..6409ba4d7c73 100644
--- a/app-xemacs/bbdb/Manifest
+++ b/app-xemacs/bbdb/Manifest
@@ -1,2 +1 @@
-DIST bbdb-1.34-pkg.tar.gz 379894 BLAKE2B 
5d6eba9c0594a4edc61d626245a0827f2886cf588de9c7fca9748af88cd3ac9740c9552f817f3f882129dbfa5daed9d5c7f00698aa14e63852daf2b81f5a1236
 SHA512 
2f92a7dca882083631bf0c4dcbad3e29cdd2920b48aebb19a6f83e21ccfefbd8534278579248d74f1f152613fa601af22f8d30236ed0fcae83c3e3eed0ccd4e3
 DIST bbdb-1.35-pkg.tar.gz 379950 BLAKE2B 
6882b1ed92edc0f65ab272e8b4642bbdc0af72220b764ae0d5f13589f82d936b90040f7a8792794884fa73ea9cc49415d15a0883cd693610190fcfa06a2a8b6d
 SHA512 
616c260cbd673fd71387a35eb266763a9558f7d0645d57d6aa0fe53b071e23166e7cb8e070876abf279af434583956c68544921f26e661348b7ee42905c872a1

diff --git a/app-xemacs/bbdb/bbdb-1.34.ebuild b/app-xemacs/bbdb/bbdb-1.34.ebuild
deleted file mode 100644
index 66642b99a103..
--- a/app-xemacs/bbdb/bbdb-1.34.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="The Big Brother Data Base"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/edit-utils
-app-xemacs/gnus
-app-xemacs/mh-e
-app-xemacs/rmail
-app-xemacs/supercite
-app-xemacs/vm
-app-xemacs/tm
-app-xemacs/apel
-app-xemacs/mail-lib
-app-xemacs/xemacs-base
-app-xemacs/w3
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-app-xemacs/net-utils
-app-xemacs/os-utils
-app-xemacs/ecrypto
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/, app-editors/xemacs/files/

2022-06-16 Thread Mats Lidell
commit: b89aa72248232d5b4245610784d17147122d9341
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu Jun 16 21:09:29 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu Jun 16 21:16:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89aa722

app-editors/xemacs: patch for make problem in xemacs-21.5.34

Upstream found a problem that could explain the issues seen with
builds on tinderboxes with highly parallel builds.

Bug: https://bugs.gentoo.org/843236
Signed-off-by: Mats Lidell  gentoo.org>

 .../xemacs-21.5.34-autoloads-parallell-make.patch  | 184 +
 app-editors/xemacs/xemacs-21.5.34-r9.ebuild|   1 +
 2 files changed, 185 insertions(+)

diff --git 
a/app-editors/xemacs/files/xemacs-21.5.34-autoloads-parallell-make.patch 
b/app-editors/xemacs/files/xemacs-21.5.34-autoloads-parallell-make.patch
new file mode 100644
index ..9a86046be992
--- /dev/null
+++ b/app-editors/xemacs/files/xemacs-21.5.34-autoloads-parallell-make.patch
@@ -0,0 +1,184 @@
+--- a/lisp/update-elc-2.el.orig2022-06-16 21:58:48.748641021 +0200
 b/lisp/update-elc-2.el 2022-06-16 21:58:48.748641021 +0200
+@@ -137,37 +137,10 @@
+   (let ((dir (car command-line-args-left)))
+ ;; don't depend on being able to autoload `update-autoload-files'!
+ (load "autoload")
+-(autoload 'cl-compile-time-init "cl-macs")
+ (load "bytecomp")
+ (load "byte-optimize")
+-;;  the API used here is deprecated, convert to one with explicit
+-;; arguments when it is available
+-;; update-elc.el signals us to rebuild the autoloads when necessary.
+-;; in some cases it will rebuild the autoloads itself, but doing it this
+-;; way is slow, so we avoid it when possible.
+-(when (file-exists-p (expand-file-name "REBUILD_AUTOLOADS"
+- invocation-directory))
+-  ;; if we were instructed to rebuild the autoloads, force the file
+-  ;; to be touched even w/o changes; otherwise, we won't ever stop
+-  ;; being told to rebuild them.
+-  (update-autoload-files dir "auto" nil t)
+-  (byte-recompile-file (expand-file-name "auto-autoloads.el" dir) 0)
+-  (when (featurep 'mule)
+-  (let ((muledir (expand-file-name "../lisp/mule" (file-truename dir
+-;; force here just like above.
+-(update-autoload-files muledir "mule" nil t)
+-(byte-recompile-file (expand-file-name "auto-autoloads.el" dir) 0
+-(when (featurep 'modules)
+-  (let* ((moddir (expand-file-name "../modules" (file-truename dir)))
+-   (autofile (expand-file-name "auto-autoloads.el" moddir)))
+-  (update-autoload-files 
+-   (delete (concat (file-name-as-directory moddir) ".")
+-   (delete (concat (file-name-as-directory moddir) "..")
+-   (directory-files moddir t nil nil 0)))
+-   "modules" autofile)
+-  (byte-recompile-file autofile 0)))
+-;; now load the (perhaps newly rebuilt) autoloads; we were called with
+-;; -no-autoloads so they're not already loaded.
++;; now load the autoloads; we were called with -no-autoloads so they're 
not
++;; already loaded.
+ (load (expand-file-name "auto-autoloads" lisp-directory))
+ (when (featurep 'mule)
+   (load (expand-file-name "mule/auto-autoloads" lisp-directory)))
+@@ -175,6 +148,8 @@
+ ;; there may be dependencies between one .el and another (even across
+ ;; directories), and we don't want to load an out-of-date .elc while
+ ;; byte-compiling a file.
++(when (featurep 'modules)
++  (load (expand-file-name "auto-autoloads" module-directory)))
+ (message "Removing old or spurious .elcs in directory tree `%s'..." dir)
+ (do-update-elc-2 dir nil nil)
+ (message "Removing old or spurious .elcs in directory tree `%s'...done"
+--- a/lisp/update-elc.el.orig  2022-06-16 21:58:48.748641021 +0200
 b/lisp/update-elc.el   2022-06-16 21:58:48.748641021 +0200
+@@ -54,8 +54,11 @@
+ (defvar update-elc-files-to-compile nil)
+ (defvar need-to-rebuild-autoloads nil)
+ (defvar need-to-rebuild-mule-autoloads nil)
++(defvar need-to-rebuild-module-autoloads nil)
+ (defvar need-to-recompile-autoloads nil)
+ (defvar need-to-recompile-mule-autoloads nil)
++(defvar need-to-recompile-module-autoloads nil)
++
+ (defvar exe-target nil)
+ (defvar dump-target nil)
+ (defvar dump-target-out-of-date-wrt-dump-files nil)
+@@ -84,10 +87,14 @@
+ 
+ (defvar source-lisp-mule (expand-file-name "mule" source-lisp))
+ (defvar source-directory (expand-file-name ".." source-lisp))
++(defconst module-directory (expand-file-name "modules" source-directory))
++
+ (defvar aa-lisp (expand-file-name "auto-autolo

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xwem/

2022-06-10 Thread Mats Lidell
commit: f3a474fa75e894d9098162e32966716966d1a09d
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Jun 10 21:16:45 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Jun 10 21:16:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a474fa

app-xemacs/xwem: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/xwem/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/xwem/metadata.xml b/app-xemacs/xwem/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/xwem/metadata.xml
+++ b/app-xemacs/xwem/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/w3/

2022-06-10 Thread Mats Lidell
commit: 27308dc82ff8a4d5460d33dbb499ca886d8b5669
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Jun 10 21:07:27 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Jun 10 21:07:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27308dc8

app-xemacs/w3: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/w3/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/w3/metadata.xml b/app-xemacs/w3/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/w3/metadata.xml
+++ b/app-xemacs/w3/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/prog-modes/

2022-06-10 Thread Mats Lidell
commit: 483214887b96522e4ea495cc6e7853ff8ee1d44e
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Jun 10 21:04:46 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Jun 10 21:04:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48321488

app-xemacs/prog-modes: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/prog-modes/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/prog-modes/metadata.xml 
b/app-xemacs/prog-modes/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/prog-modes/metadata.xml
+++ b/app-xemacs/prog-modes/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/mmm-mode/

2022-06-10 Thread Mats Lidell
commit: d6dca66f33d533ba42c5e0e8c5b3a3a49a418501
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Jun 10 20:56:18 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Jun 10 20:56:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6dca66f

app-xemacs/mmm-mode: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/mmm-mode/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/mmm-mode/metadata.xml b/app-xemacs/mmm-mode/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/mmm-mode/metadata.xml
+++ b/app-xemacs/mmm-mode/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/mail-lib/

2022-06-10 Thread Mats Lidell
commit: 39e20882331a6b3236ffabd495aa4f5437f541ec
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Jun 10 20:40:47 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Jun 10 20:40:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e20882

app-xemacs/mail-lib: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/mail-lib/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/mail-lib/metadata.xml b/app-xemacs/mail-lib/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/mail-lib/metadata.xml
+++ b/app-xemacs/mail-lib/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/hm-html-menus/

2022-05-12 Thread Mats Lidell
commit: f0a05ca9fcaf9cc6cb18048d6c68c363218023e9
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 21:07:27 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu May 12 21:07:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a05ca9

app-xemacs/hm-html-menus: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/hm-html-menus/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/hm-html-menus/metadata.xml 
b/app-xemacs/hm-html-menus/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/hm-html-menus/metadata.xml
+++ b/app-xemacs/hm-html-menus/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/gnus/

2022-05-12 Thread Mats Lidell
commit: 3f3ed4cdb2c3a14b52f98b2f1fedc1f920ab9a9c
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 21:01:12 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu May 12 21:01:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3ed4cd

app-xemacs/gnus: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/gnus/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/gnus/metadata.xml b/app-xemacs/gnus/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/gnus/metadata.xml
+++ b/app-xemacs/gnus/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/general-docs/

2022-05-12 Thread Mats Lidell
commit: 6a1b444f0376e7cbd3834cad2f830f348664b97c
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 20:56:57 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu May 12 20:56:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1b444f

app-xemacs/general-docs: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/general-docs/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/general-docs/metadata.xml 
b/app-xemacs/general-docs/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/general-docs/metadata.xml
+++ b/app-xemacs/general-docs/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/edit-utils/

2022-05-12 Thread Mats Lidell
commit: e5ea45cd2a59f0d81e7fdb67810bb272bd36beb1
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 20:42:22 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu May 12 20:43:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ea45cd

app-xemacs/edit-utils: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/edit-utils/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/edit-utils/metadata.xml 
b/app-xemacs/edit-utils/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/edit-utils/metadata.xml
+++ b/app-xemacs/edit-utils/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/eudc/

2022-05-07 Thread Mats Lidell
commit: 462ace67d7e182e9235bae0a09215a19bf5d5bce
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat May  7 20:30:45 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat May  7 20:30:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462ace67

app-xemacs/eudc: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/eudc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/eudc/metadata.xml b/app-xemacs/eudc/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/eudc/metadata.xml
+++ b/app-xemacs/eudc/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ecb/

2022-05-07 Thread Mats Lidell
commit: 5b8692d95b590a39f086164f0b5e8cfb81061c9d
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat May  7 20:23:38 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat May  7 20:24:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8692d9

app-xemacs/ecb: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ecb/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/ecb/metadata.xml b/app-xemacs/ecb/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/ecb/metadata.xml
+++ b/app-xemacs/ecb/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/debug/

2022-05-07 Thread Mats Lidell
commit: 8572b67c74bf8a3c66eed53a393adf57a1519cf0
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat May  7 20:11:57 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat May  7 20:12:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8572b67c

app-xemacs/debug: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/debug/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/debug/metadata.xml b/app-xemacs/debug/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/debug/metadata.xml
+++ b/app-xemacs/debug/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/bbdb/

2022-05-07 Thread Mats Lidell
commit: c67e99ad97b63f79869b3cdb38ebfeeb857cc5d2
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat May  7 14:16:12 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat May  7 14:16:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67e99ad

app-xemacs/bbdb: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/bbdb/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/bbdb/metadata.xml b/app-xemacs/bbdb/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/bbdb/metadata.xml
+++ b/app-xemacs/bbdb/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xemacs-base/

2022-04-24 Thread Mats Lidell
commit: 8400653dfe5525c42d2b3a2f24ba00d3240b1d01
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Apr 24 09:17:17 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Apr 24 09:17:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8400653d

app-xemacs/xemacs-base: drop 2.46

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/xemacs-base/Manifest|  1 -
 app-xemacs/xemacs-base/xemacs-base-2.46.ebuild | 12 
 2 files changed, 13 deletions(-)

diff --git a/app-xemacs/xemacs-base/Manifest b/app-xemacs/xemacs-base/Manifest
index 6837619c9902..149fcebd72b0 100644
--- a/app-xemacs/xemacs-base/Manifest
+++ b/app-xemacs/xemacs-base/Manifest
@@ -1,2 +1 @@
-DIST xemacs-base-2.46-pkg.tar.gz 581493 BLAKE2B 
096cd02bd906d6d382dcdc1ccf8d5ec1c97ef312fdeab9d74dec5b684e71fd9a0d2b23f4927b305053dee8696e1c72d4f25280df016c067e00c4697efcd86224
 SHA512 
0d22dab87005463702774d150e0a742201eaf77ff17070d6bf0fe9bb85e862a0212a346c03e19188f952fbb30401a2a8088b83330d7ed34cf2b94b04972755e2
 DIST xemacs-base-2.47-pkg.tar.gz 581876 BLAKE2B 
cd3c7b1f4f01028b72c787ea59e540c1516d5ee2206d5664b26d32a0f1915d2d158c906cd99939d8eb961ce0b5664b6d9b3ccfa95dbf3aad3cc1feffd45712b4
 SHA512 
4552911f090feaa1a34db8a4717aab27389926dcef4e6e53340b5c823ee3a23977ffb278ee345e3d862b11b6372802320f0b35d64a996abd95bc8efb9522bec6

diff --git a/app-xemacs/xemacs-base/xemacs-base-2.46.ebuild 
b/app-xemacs/xemacs-base/xemacs-base-2.46.ebuild
deleted file mode 100644
index 47880a4fef8d..
--- a/app-xemacs/xemacs-base/xemacs-base-2.46.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Fundamental XEmacs support, you almost certainly need this"
-XEMACS_PKG_CAT="standard"
-
-KEYWORDS="~alpha amd64 arm64 ~hppa ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/time/

2022-04-24 Thread Mats Lidell
commit: c47eb971cd2029755dbb7f6f5d8d55578ac3eea9
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Apr 24 09:02:24 2022 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Apr 24 09:03:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47eb971

app-xemacs/time: drop 1.17

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/time/Manifest |  1 -
 app-xemacs/time/time-1.17.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/time/Manifest b/app-xemacs/time/Manifest
index 1bd3f1828cf8..c2a367e3d84b 100644
--- a/app-xemacs/time/Manifest
+++ b/app-xemacs/time/Manifest
@@ -1,2 +1 @@
-DIST time-1.17-pkg.tar.gz 23678 BLAKE2B 
dadcbde74e0a007932bd63b85159dd431846428c44149544a7afc9e4039f0edda02c8d76da75636aad022afcd6491fb2d23a250213ea8f0fbd1bff10b4eca4c0
 SHA512 
d143cea2d2da37234b33581a1be2a90092c3e1de78e14331674e8bcacd3f38ce0d61ccff7b7c94153f6bf7daa0516eecdc493893933d68f57f6878f2c7105df8
 DIST time-1.18-pkg.tar.gz 23916 BLAKE2B 
46b24d87d71e03b525921125633df4c1a14dbd8ac0f01d5f5af351f5ff090a9aeda24bb0c417432a64c248477180332487e7c7c11ef9fdcf7b21d428839f7ce4
 SHA512 
020f3f17cdd741b6fd27533318c764b934f9e4f8657b7e5b1637731a989db0ef87953d6e7e57ccea5e062f9a43c083c5f3f6bf954754189a5ab7fa5ac1a39751

diff --git a/app-xemacs/time/time-1.17.ebuild b/app-xemacs/time/time-1.17.ebuild
deleted file mode 100644
index 4428cec8cfb2..
--- a/app-xemacs/time/time-1.17.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Display time & date on the modeline"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/time/

2021-12-28 Thread Mats Lidell
commit: 394327c92859a15f6ce97e3f81b35766d85e17c7
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Dec 28 18:30:35 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Dec 28 18:31:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394327c9

app-xemacs/time: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/time/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/time/metadata.xml b/app-xemacs/time/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/time/metadata.xml
+++ b/app-xemacs/time/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xemacs-base/

2021-12-28 Thread Mats Lidell
commit: 87b176b1c9650ceab3cb8bd39f395809a93eed13
Author: Mats Lidell  gentoo  org>
AuthorDate: Tue Dec 28 09:27:52 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Tue Dec 28 09:27:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b176b1

app-xemacs/xemacs-base: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/xemacs-base/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/xemacs-base/metadata.xml 
b/app-xemacs/xemacs-base/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/xemacs-base/metadata.xml
+++ b/app-xemacs/xemacs-base/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-12-12 Thread Mats Lidell
commit: 5952ed33e6933edb4204f2d6407bf8ec8d42d8d4
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Dec 12 13:16:40 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Dec 12 13:20:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5952ed33

app-editors/xemacs: remove configure options, bug #828785

Remove not available configure options.
Noticed in bug #828785 but affects 21.5 in general.

Bug: https://bugs.gentoo.org/828785
Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5.34-r7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-editors/xemacs/xemacs-21.5.34-r7.ebuild 
b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
index aae31d431223..d196a551 100644
--- a/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 -riscv ~sparc ~x86"
-IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff 
png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
+IUSE="alsa debug gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule 
motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
 
 X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
 
@@ -109,7 +109,7 @@ src_configure() {
myconf="${myconf} --with-athena=xaw"
fi
 
-   use dnd && myconf="${myconf} --with-dragndrop --with-offix"
+   use dnd && myconf="${myconf} --with-dragndrop"
 
myconf="${myconf} $(use_with tiff )"
myconf="${myconf} $(use_with png )"
@@ -170,7 +170,6 @@ src_configure() {
$(use_with gpm ) \
$(use_with postgres postgresql ) \
$(use_with ldap ) \
-   $(use_with eolconv file-coding ) \
$(use_with pop ) \
--prefix=/usr \
--without-canna \



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-12-12 Thread Mats Lidell
commit: 2d08c47c80750ae6d3c53e4262f2a04da5615ed2
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Dec 12 10:07:12 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Dec 12 13:20:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d08c47c

app-editors/xemacs: remove configure options, bug #828785

Remove not available configure options.

Closes: https://bugs.gentoo.org/828785

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5..ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-editors/xemacs/xemacs-21.5..ebuild 
b/app-editors/xemacs/xemacs-21.5..ebuild
index aaaddef4a2f3..7b3921f0a4d4 100644
--- a/app-editors/xemacs/xemacs-21.5..ebuild
+++ b/app-editors/xemacs/xemacs-21.5..ebuild
@@ -17,7 +17,7 @@ EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs;
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff 
png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
+IUSE="alsa debug gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule 
motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
 
 X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
 
@@ -112,7 +112,7 @@ src_configure() {
myconf="${myconf} --with-athena=xaw"
fi
 
-   use dnd && myconf="${myconf} --with-dragndrop --with-offix"
+   use dnd && myconf="${myconf} --with-dragndrop"
 
myconf="${myconf} $(use_with tiff )"
myconf="${myconf} $(use_with png )"
@@ -173,7 +173,6 @@ src_configure() {
$(use_with gpm ) \
$(use_with postgres postgresql ) \
$(use_with ldap ) \
-   $(use_with eolconv file-coding ) \
$(use_with pop ) \
--prefix=/usr \
--without-canna \
@@ -182,7 +181,6 @@ src_configure() {
--with-mail-locking=flock \
--with-site-lisp=yes \
--with-site-modules=yes \
-   --with-system-malloc \
--enable-option-checking=no \
--with-last-packages=/usr/lib/xemacs
 }



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-12-10 Thread Mats Lidell
commit: 23a575e74b719dcb37cd704a28509dbef3c52393
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Dec 10 23:19:15 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Dec 10 23:21:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a575e7

app-editors/xemacs: update SRC_URI

- load neXt only if needed

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/xemacs/xemacs-21.5..ebuild 
b/app-editors/xemacs/xemacs-21.5..ebuild
index 10c8d43ee877..aaaddef4a2f3 100644
--- a/app-editors/xemacs/xemacs-21.5..ebuild
+++ b/app-editors/xemacs/xemacs-21.5..ebuild
@@ -10,7 +10,7 @@ inherit flag-o-matic xdg-utils desktop
 
 DESCRIPTION="highly customizable open source text editor and application 
development system"
 HOMEPAGE="http://www.xemacs.org/;
-SRC_URI="http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz;
+SRC_URI="neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz 
)"
 
 inherit mercurial
 EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs;



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-12-10 Thread Mats Lidell
commit: 1365e636cb4f00c4cce8825f262f2529ea04de67
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Dec 10 22:58:50 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Dec 10 23:21:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1365e636

app-editors/xemacs: libXaw3d needs unicode

- require libXaw3d with unicode
- load neXt only if used
- unpack neXt once

Bug: https://bugs.gentoo.org/805173

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5.34-r7.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-editors/xemacs/xemacs-21.5.34-r7.ebuild 
b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
index c44dccad1aba..aae31d431223 100644
--- a/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
@@ -11,7 +11,7 @@ inherit flag-o-matic xdg-utils desktop
 DESCRIPTION="highly customizable open source text editor and application 
development system"
 HOMEPAGE="http://www.xemacs.org/;
 SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz
-   http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz;
+   neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -35,7 +35,7 @@ RDEPEND="
dnd? ( x11-libs/dnd )
motif? ( >=x11-libs/motif-2.3:0[xft=] )
athena? ( x11-libs/libXaw )
-   Xaw3d? ( x11-libs/libXaw3d )
+   Xaw3d? ( x11-libs/libXaw3d[unicode] )
xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender 
>=media-libs/fontconfig-2.5.0 )
neXt? ( x11-libs/neXtaw )
xface? ( media-libs/compface )
@@ -54,8 +54,6 @@ PDEPEND="app-xemacs/xemacs-base
 
 src_unpack() {
default_src_unpack
-
-   use neXt && unpack NeXT_XEmacs.tar.gz
 }
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-12-10 Thread Mats Lidell
commit: b8fcbe96446fd1d29fc60ec67b74ecd0223a9987
Author: Mats Lidell  gentoo  org>
AuthorDate: Fri Dec 10 22:14:41 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Fri Dec 10 23:21:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fcbe96

app-editors/xemacs: Revision 21.4.24-r4

- Require libXaw3d with unicode
- Only download neXt if required

Bug: https://bugs.gentoo.org/827062
Bug: https://bugs.gentoo.org/805173

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.4.24-r4.ebuild | 252 
 1 file changed, 252 insertions(+)

diff --git a/app-editors/xemacs/xemacs-21.4.24-r4.ebuild 
b/app-editors/xemacs/xemacs-21.4.24-r4.ebuild
new file mode 100644
index ..53953b0528d1
--- /dev/null
+++ b/app-editors/xemacs/xemacs-21.4.24-r4.ebuild
@@ -0,0 +1,252 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Note: xemacs currently does not work with position independent code
+# so the build forces the use of the -no-pie option
+
+EAPI=7
+
+WANT_AUTOCONF="2.1"
+inherit autotools flag-o-matic toolchain-funcs xdg-utils desktop
+
+DESCRIPTION="highly customizable open source text editor and application 
development system"
+HOMEPAGE="http://www.xemacs.org/;
+SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz
+   neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule 
motif freewnn xim athena neXt Xaw3d gdbm berkdb"
+
+X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
+
+RDEPEND="
+   berkdb? ( sys-libs/db:= )
+   gdbm? ( >=sys-libs/gdbm-1.8.3[berkdb] )
+   >=sys-libs/zlib-1.1.4
+   >=dev-libs/openssl-0.9.6:0
+   >=media-libs/audiofile-0.2.3
+   gpm? ( >=sys-libs/gpm-1.19.6 )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( net-nds/openldap )
+   nas? ( media-libs/nas )
+   X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
+   dnd? ( x11-libs/dnd )
+   motif? ( >=x11-libs/motif-2.3:0 )
+   athena? ( x11-libs/libXaw )
+   Xaw3d? ( x11-libs/libXaw3d[unicode] )
+   neXt? ( x11-libs/neXtaw )
+   xface? ( media-libs/compface )
+   tiff? ( media-libs/tiff:0 )
+   png? ( >=media-libs/libpng-1.2:0 )
+   jpeg? ( virtual/jpeg:0 )
+   !amd64? ( freewnn? ( app-i18n/freewnn ) )
+   >=sys-libs/ncurses-5.2:=
+   >=app-eselect/eselect-emacs-1.15"
+
+DEPEND="${RDEPEND}
+   >=sys-apps/texinfo-5"
+
+PDEPEND="app-xemacs/xemacs-base
+   mule? ( app-xemacs/mule-base )"
+
+src_unpack() {
+   unpack ${P}.tar.gz
+   use neXt && unpack NeXT_XEmacs.tar.gz
+}
+
+src_prepare() {
+   # see bug 58350, 102540 and 143580
+   eapply "${FILESDIR}"/xemacs-21.4.19-db.patch
+   # see bug 576512
+   eapply "${FILESDIR}"/xemacs-21.4.24-gcc5.patch
+   eapply "${FILESDIR}"/xemacs-21.4.24-glibc-macro.patch
+   # see bug 615544
+   eapply "${FILESDIR}"/xemacs-21.4.24-ncurses-tinfo.patch
+   eapply "${FILESDIR}"/xemacs-21.4.24-strsignal.patch
+
+   # Convert to utf-8
+   iconv -f iso-8859-1 -t utf-8 -o man/xemacs-faq.texi.tmp 
man/xemacs-faq.texi \
+ && mv -f man/xemacs-faq.texi.tmp man/xemacs-faq.texi || die
+   iconv -f iso-8859-1 -t utf-8 -o man/lispref/ldap.texi.tmp 
man/lispref/ldap.texi \
+ && mv -f man/lispref/ldap.texi.tmp man/lispref/ldap.texi || die
+
+   eapply_user
+
+   # Some binaries and man pages are installed under suffixed names
+   # to avoid collions with their GNU Emacs counterparts (see below).
+   # Fix internal filename references.
+   sed -i -e 's/exec gnuclient/&-xemacs/' lib-src/gnudoit || die
+   sed -i -e '/^\.so/s/etags/&-xemacs/' etc/ctags.1 || die
+   sed -i -e '/^\.so/s/gnuserv/&-xemacs/' etc/gnu{client,doit,attach}.1 || 
die
+
+   # Run autoconf. XEmacs tries to be smart by providing a stub
+   # configure.ac file for autoconf 2.59 but this throws our
+   # autotools eclass so it must be removed first.
+   rm "${S}"/configure.ac || die
+   eautoconf
+
+   use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
+}
+
+src_configure() {
+   local myconf=""
+
+   # Can't build with pie. See bug #75028
+   test-flags -no-pie >/dev/null && append-flags -no-pie
+   filter-flags -pie
+
+   if use X; then
+
+   myconf="${myconf} --with-widgets=athena"
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-11-28 Thread Mats Lidell
commit: ed6b568180cb65f7fe3da034efdc7fcae9f18d44
Author: Mats Lidell  gentoo  org>
AuthorDate: Sun Nov 28 22:49:44 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sun Nov 28 22:50:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b5681

app-editors/xemacs: Re-enable neXt on xemacs-21.5.

Add built with dependency unicode on libXaw3d

Bug: https://bugs.gentoo.org/827723
Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5..ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-editors/xemacs/xemacs-21.5..ebuild 
b/app-editors/xemacs/xemacs-21.5..ebuild
index 8445da157a67..10c8d43ee877 100644
--- a/app-editors/xemacs/xemacs-21.5..ebuild
+++ b/app-editors/xemacs/xemacs-21.5..ebuild
@@ -10,6 +10,7 @@ inherit flag-o-matic xdg-utils desktop
 
 DESCRIPTION="highly customizable open source text editor and application 
development system"
 HOMEPAGE="http://www.xemacs.org/;
+SRC_URI="http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz;
 
 inherit mercurial
 EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs;
@@ -35,7 +36,7 @@ RDEPEND="
dnd? ( x11-libs/dnd )
motif? ( >=x11-libs/motif-2.3:0[xft=] )
athena? ( x11-libs/libXaw )
-   Xaw3d? ( x11-libs/libXaw3d )
+   Xaw3d? ( x11-libs/libXaw3d[unicode] )
xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender 
>=media-libs/fontconfig-2.5.0 )
neXt? ( x11-libs/neXtaw )
xface? ( media-libs/compface )
@@ -59,7 +60,7 @@ src_unpack() {
 }
 
 src_prepare() {
-   # use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
+   use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
find "${S}"/lisp -name '*.elc' -exec rm {} \; || die
# eapply "${FILESDIR}/${P}-ncurses-tinfo.patch"
# eapply "${FILESDIR}/${P}-gcc5.patch"



[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-11-25 Thread Mats Lidell
commit: 34ce9f72be77cce47c9fb1ee08cf6fd5c60c6357
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu Nov 25 19:30:08 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Thu Nov 25 19:30:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ce9f72

app-editors/xemacs: add 21.5.

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5..ebuild | 259 +
 1 file changed, 259 insertions(+)

diff --git a/app-editors/xemacs/xemacs-21.5..ebuild 
b/app-editors/xemacs/xemacs-21.5..ebuild
new file mode 100644
index ..8445da157a67
--- /dev/null
+++ b/app-editors/xemacs/xemacs-21.5..ebuild
@@ -0,0 +1,259 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Note: xemacs currently does not work with position independent code
+# so the build forces the use of the -no-pie option
+
+EAPI=7
+
+inherit flag-o-matic xdg-utils desktop
+
+DESCRIPTION="highly customizable open source text editor and application 
development system"
+HOMEPAGE="http://www.xemacs.org/;
+
+inherit mercurial
+EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff 
png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
+
+X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
+
+RDEPEND="
+   berkdb? ( >=sys-libs/db-4:= !!=sys-libs/gdbm-1.8.3[berkdb(+)] )
+   >=sys-libs/zlib-1.1.4
+   >=dev-libs/openssl-0.9.6:0
+   >=media-libs/audiofile-0.2.3
+   gpm? ( >=sys-libs/gpm-1.19.6 )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( net-nds/openldap )
+   alsa? ( media-libs/alsa-lib )
+   nas? ( media-libs/nas )
+   X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
+   dnd? ( x11-libs/dnd )
+   motif? ( >=x11-libs/motif-2.3:0[xft=] )
+   athena? ( x11-libs/libXaw )
+   Xaw3d? ( x11-libs/libXaw3d )
+   xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender 
>=media-libs/fontconfig-2.5.0 )
+   neXt? ( x11-libs/neXtaw )
+   xface? ( media-libs/compface )
+   tiff? ( media-libs/tiff:0 )
+   png? ( >=media-libs/libpng-1.2:0 )
+   jpeg? ( virtual/jpeg:0 )
+   freewnn? ( app-i18n/freewnn )
+   >=sys-libs/ncurses-5.2:=
+   >=app-eselect/eselect-emacs-1.15"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PDEPEND="app-xemacs/xemacs-base
+   mule? ( app-xemacs/mule-base )"
+
+src_unpack() {
+   mercurial_src_unpack
+
+   use neXt && unpack NeXT_XEmacs.tar.gz
+}
+
+src_prepare() {
+   # use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
+   find "${S}"/lisp -name '*.elc' -exec rm {} \; || die
+   # eapply "${FILESDIR}/${P}-ncurses-tinfo.patch"
+   # eapply "${FILESDIR}/${P}-gcc5.patch"
+   # eapply "${FILESDIR}/${P}-glibc-macro.patch"
+   # eapply "${FILESDIR}/${P}-as-needed.patch"
+   # eapply "${FILESDIR}/${P}-configure-libc-version.patch"
+   # eapply "${FILESDIR}/${P}-ar.patch"
+   # eapply "${FILESDIR}/${P}-strsignal.patch"
+   # eapply "${FILESDIR}/${P}-process-test-qa.patch"
+
+   eapply_user
+
+   # Some binaries and man pages are installed under suffixed names
+   # to avoid collions with their GNU Emacs counterparts (see below).
+   # Fix internal filename references.
+   sed -i -e 's/exec gnuclient/&-xemacs/' lib-src/gnudoit || die
+   sed -i -e '/^\.so/s/etags/&-xemacs/' etc/ctags.1 || die
+   sed -i -e '/^\.so/s/gnuserv/&-xemacs/' etc/gnu{client,doit,attach}.1 || 
die
+}
+
+src_configure() {
+   local myconf=""
+
+   # bug #639642
+   test-flags -no-pie >/dev/null && append-flags -no-pie
+   filter-flags -pie
+
+   if use X; then
+
+   myconf="${myconf} --with-widgets=athena"
+   myconf="${myconf} --with-dialogs=athena"
+   myconf="${myconf} --with-menubars=lucid"
+   myconf="${myconf} --with-scrollbars=lucid"
+   if use motif ; then
+   myconf="--with-widgets=motif"
+   myconf="${myconf} --with-dialogs=motif"
+   myconf="${myconf} --with-scrollbars=motif"
+   myconf="${myconf} --with-menubars=lucid"
+   fi
+   if use athena or use Xaw3d ; then
+   myconf="--with-scrollbars=athena"
+   fi
+
+   if use Xaw3d; then
+ 

[gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/

2021-10-16 Thread Mats Lidell
commit: 227ac5778ca351f1e2e3eaf62747059858f08015
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct 16 17:37:31 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct 16 18:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227ac577

app-editors/xemacs: remove newgc, EAPI 8

Signed-off-by: Mats Lidell  gentoo.org>

 app-editors/xemacs/xemacs-21.5.34-r7.ebuild | 259 
 1 file changed, 259 insertions(+)

diff --git a/app-editors/xemacs/xemacs-21.5.34-r7.ebuild 
b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
new file mode 100644
index 000..c44dccad1ab
--- /dev/null
+++ b/app-editors/xemacs/xemacs-21.5.34-r7.ebuild
@@ -0,0 +1,259 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Note: xemacs currently does not work with position independent code
+# so the build forces the use of the -no-pie option
+
+EAPI=8
+
+inherit flag-o-matic xdg-utils desktop
+
+DESCRIPTION="highly customizable open source text editor and application 
development system"
+HOMEPAGE="http://www.xemacs.org/;
+SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz
+   http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 -riscv ~sparc ~x86"
+IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff 
png mule motif freewnn xft xim athena neXt Xaw3d gdbm berkdb"
+
+X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
+
+RDEPEND="
+   berkdb? ( >=sys-libs/db-4:= !!=sys-libs/gdbm-1.8.3[berkdb(+)] )
+   >=sys-libs/zlib-1.1.4
+   >=dev-libs/openssl-0.9.6:0
+   >=media-libs/audiofile-0.2.3
+   gpm? ( >=sys-libs/gpm-1.19.6 )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( net-nds/openldap )
+   alsa? ( media-libs/alsa-lib )
+   nas? ( media-libs/nas )
+   X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
+   dnd? ( x11-libs/dnd )
+   motif? ( >=x11-libs/motif-2.3:0[xft=] )
+   athena? ( x11-libs/libXaw )
+   Xaw3d? ( x11-libs/libXaw3d )
+   xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender 
>=media-libs/fontconfig-2.5.0 )
+   neXt? ( x11-libs/neXtaw )
+   xface? ( media-libs/compface )
+   tiff? ( media-libs/tiff:0 )
+   png? ( >=media-libs/libpng-1.2:0 )
+   jpeg? ( virtual/jpeg:0 )
+   freewnn? ( app-i18n/freewnn )
+   >=sys-libs/ncurses-5.2:=
+   >=app-eselect/eselect-emacs-1.15"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PDEPEND="app-xemacs/xemacs-base
+   mule? ( app-xemacs/mule-base )"
+
+src_unpack() {
+   default_src_unpack
+
+   use neXt && unpack NeXT_XEmacs.tar.gz
+}
+
+src_prepare() {
+   use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* 
"${S}"/etc/toolbar/
+   find "${S}"/lisp -name '*.elc' -exec rm {} \; || die
+   eapply "${FILESDIR}/${P}-ncurses-tinfo.patch"
+   eapply "${FILESDIR}/${P}-gcc5.patch"
+   eapply "${FILESDIR}/${P}-glibc-macro.patch"
+   eapply "${FILESDIR}/${P}-as-needed.patch"
+   eapply "${FILESDIR}/${P}-configure-libc-version.patch"
+   eapply "${FILESDIR}/${P}-ar.patch"
+   eapply "${FILESDIR}/${P}-strsignal.patch"
+   eapply "${FILESDIR}/${P}-process-test-qa.patch"
+
+   eapply_user
+
+   # Some binaries and man pages are installed under suffixed names
+   # to avoid collions with their GNU Emacs counterparts (see below).
+   # Fix internal filename references.
+   sed -i -e 's/exec gnuclient/&-xemacs/' lib-src/gnudoit || die
+   sed -i -e '/^\.so/s/etags/&-xemacs/' etc/ctags.1 || die
+   sed -i -e '/^\.so/s/gnuserv/&-xemacs/' etc/gnu{client,doit,attach}.1 || 
die
+}
+
+src_configure() {
+   local myconf=""
+
+   # bug #639642
+   test-flags -no-pie >/dev/null && append-flags -no-pie
+   filter-flags -pie
+
+   if use X; then
+
+   myconf="${myconf} --with-widgets=athena"
+   myconf="${myconf} --with-dialogs=athena"
+   myconf="${myconf} --with-menubars=lucid"
+   myconf="${myconf} --with-scrollbars=lucid"
+   if use motif ; then
+   myconf="--with-widgets=motif"
+   myconf="${myconf} --with-dialogs=motif"
+   myconf="${myconf} --with-scrollbars=motif"
+   myconf="${myconf} --with-menubars=lucid"
+   fi
+   if use athena or use Xaw3d ; then
+   myconf

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ada/

2021-10-09 Thread Mats Lidell
commit: 21bce2ffda8cde9e66892f33debaf3a7d25ce44b
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:56:56 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:56:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bce2ff

app-xemacs/ada: drop 1.14

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ada/Manifest|  1 -
 app-xemacs/ada/ada-1.14.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/ada/Manifest b/app-xemacs/ada/Manifest
index 892474527fd..6979c5b1509 100644
--- a/app-xemacs/ada/Manifest
+++ b/app-xemacs/ada/Manifest
@@ -1,2 +1 @@
-DIST ada-1.14-pkg.tar.gz 55836 BLAKE2B 
d61de679848b2cda840ee24fc930495b3b16c664a63d8e5d960cc891c3b327417657b143b18052f33b530aa82971154737c66d71876ca872e7ec0973fdff0834
 SHA512 
9925cd30f9d67b72086114b1cc723ab131541f694eda77a6094a7d5b5d20b340ef9e285930e793b61c87bd8f732acc37a80ffe3fe0836ee01beca36b303bb1e3
 DIST ada-1.16-pkg.tar.gz 55782 BLAKE2B 
a5f7e7856a6fb990090fb8bd4295f58f4e8c2bb9b292e4922560c393189c6c8f92e075573aa2c3b2077b0f3c32dc077441cb3839312aba9e290a34991cdc0c0a
 SHA512 
e6e461de26895ba3b3b3666d22af8fa5cec50cc9249dec6f79e433500a7b63f848c94943aeaa4c75ea2b305bf6e235ee62fb0e52fcdfd29410a51a803d8232d0

diff --git a/app-xemacs/ada/ada-1.14.ebuild b/app-xemacs/ada/ada-1.14.ebuild
deleted file mode 100644
index c940f6a5b5d..000
--- a/app-xemacs/ada/ada-1.14.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Ada language support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/calc/

2021-10-09 Thread Mats Lidell
commit: f288b43f8e3a00f6c7ea1afd7fe1a02b64b0fb39
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:56:01 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:56:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f288b43f

app-xemacs/calc: drop 1.26

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/calc/Manifest |  1 -
 app-xemacs/calc/calc-1.26.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/calc/Manifest b/app-xemacs/calc/Manifest
index e95eb1f4ae2..6eb233d4590 100644
--- a/app-xemacs/calc/Manifest
+++ b/app-xemacs/calc/Manifest
@@ -1,2 +1 @@
-DIST calc-1.26-pkg.tar.gz 1600637 BLAKE2B 
5ded27390d06e9e5ade53e6b33ad9583233ebae64f2600e9cb3c8717bac7e372bad4e45c2fad45f15090bfaa7e661f98a84414e297765dae0578a58f06b49394
 SHA512 
f727675754980f448d9607fd45b561642104888042fae35f64e20130e0ee7c9dae8cb24b07d871281e3e995b97addf268e6d2db390d900f4826c85c89c30845b
 DIST calc-1.28-pkg.tar.gz 1607492 BLAKE2B 
34204674fd925dae07e0eb13c8303c38947dbe2bc7e7117b8cda96cbf3d100cf2ef12f94420e50e5dbbc925aa2a35383ab444734756f94e4920988750d999bd0
 SHA512 
829577c6cd1029e07ba1b813755bcf6b19d14be5e75e4d10c8e8dfca4dd250b66c76ce4cb63965274e2ba3235488d42112c295791c5dbc4ffd26faa855e70d90

diff --git a/app-xemacs/calc/calc-1.26.ebuild b/app-xemacs/calc/calc-1.26.ebuild
deleted file mode 100644
index 4d94e8a66b4..000
--- a/app-xemacs/calc/calc-1.26.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Emacs calculator"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/cc-mode/

2021-10-09 Thread Mats Lidell
commit: bba12b94f92464d952af3d91f2d7f40fa5956e07
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:55:25 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:55:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba12b94

app-xemacs/cc-mode: drop 1.45

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/cc-mode/Manifest|  1 -
 app-xemacs/cc-mode/cc-mode-1.45.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-xemacs/cc-mode/Manifest b/app-xemacs/cc-mode/Manifest
index 91469dd8f59..c11268eec91 100644
--- a/app-xemacs/cc-mode/Manifest
+++ b/app-xemacs/cc-mode/Manifest
@@ -1,2 +1 @@
-DIST cc-mode-1.45-pkg.tar.gz 524116 BLAKE2B 
ba250dd9f9fd97c7659768f23c215a31e1b0b9fc7e60824328048bf3624a88577586e3cb06bd9e12a667b30a6dd68d097d6c448a571498b6d88dc73afae65268
 SHA512 
1b584685e2d6878d29e07e0618ac1e3a8306be8e5f8e39f9ccecc9458d155967844a0544f87d9f25518d52f322dfc7433e5578f84e46423f14ffa8f901537d3c
 DIST cc-mode-1.99-pkg.tar.gz 815847 BLAKE2B 
d08ec17fb5c73b69cfd55de96a9cb65be48c3868f665187b5319fd4dbbe52112a8280c72ef5a565f4eb9529073c12a1351b8c76bdb30c26e9788c1f20361b239
 SHA512 
6e50b6bfcdfddac5e07b76e2fa8f5ece4db4279f1442a14ba6f7788ff187f4bed7d3b3c900c8403d9c0232768cc000f5ba63df87969d34fb6d35d6e5577fc835

diff --git a/app-xemacs/cc-mode/cc-mode-1.45.ebuild 
b/app-xemacs/cc-mode/cc-mode-1.45.ebuild
deleted file mode 100644
index 04990e2c2d1..000
--- a/app-xemacs/cc-mode/cc-mode-1.45.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="C, C++ and Java language support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/cedet-common/

2021-10-09 Thread Mats Lidell
commit: 110fd2e7c23030ce73e3190479b571141ba5f2fa
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:54:36 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:54:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110fd2e7

app-xemacs/cedet-common: drop 1.01

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/cedet-common/Manifest |  1 -
 app-xemacs/cedet-common/cedet-common-1.01.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-xemacs/cedet-common/Manifest b/app-xemacs/cedet-common/Manifest
index 3573385e67a..8d68ef3f1af 100644
--- a/app-xemacs/cedet-common/Manifest
+++ b/app-xemacs/cedet-common/Manifest
@@ -1,2 +1 @@
-DIST cedet-common-1.01-pkg.tar.gz 73671 BLAKE2B 
ced597935ef483ee6d92a1245d255200a767b0663b7c90d0adefadecf5b42bc4734597cefcb35268ef6eda5bc1887ea7a9110fc894e72b6fcefd7ea8d1ddb2a7
 SHA512 
53ee8486ff02ff5dccfd9974b3f7bfc710befee95ad3db1bcfe5e67c5dcf740440f060770a080264f0b0f09013867ee7d66a83d7b3919c7e598ef3207340d9d8
 DIST cedet-common-1.03-pkg.tar.gz 73644 BLAKE2B 
314d24fe951fcf7922a1e0c84dc96744d0b515a1ab27de4c23217b60936e746ac6ec78d6a526af8e1658d6c9b8494f77ea4dbb4135e5c3164e8f3a7f32bf36d8
 SHA512 
25263858e8cadb5bcc2e822021a0b7d76e61442d9de7670dc4f5b73c3cc752f36a43622ced8f4d9d9a594a2c5b9c6cfca052dfd3d60c639dc1854908cd6fbb0d

diff --git a/app-xemacs/cedet-common/cedet-common-1.01.ebuild 
b/app-xemacs/cedet-common/cedet-common-1.01.ebuild
deleted file mode 100644
index 2f38c97c3b9..000
--- a/app-xemacs/cedet-common/cedet-common-1.01.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Common files for CEDET development environment"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/edebug
-   app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/clearcase/

2021-10-09 Thread Mats Lidell
commit: 14a24f189209f20756ce9210b98ebdfcc1e97c9d
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:53:45 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:53:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a24f18

app-xemacs/clearcase: drop 1.10

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/clearcase/Manifest  |  1 -
 app-xemacs/clearcase/clearcase-1.10.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/app-xemacs/clearcase/Manifest b/app-xemacs/clearcase/Manifest
index b5cdca31a1e..f53ff3c1988 100644
--- a/app-xemacs/clearcase/Manifest
+++ b/app-xemacs/clearcase/Manifest
@@ -1,2 +1 @@
-DIST clearcase-1.10-pkg.tar.gz 105865 BLAKE2B 
42738b8614b4feae38fb45d4839219a523052bb330a78ca7f4c271b0163c89934c4e18b7329d970270880ae197a6ba1aec6e5713aebe073007cf079635ebfdd7
 SHA512 
a2e909efcc372e40f05af9a588eb8e6222c64947ca61460e137f516c43294120727527e98af72bbd9c4c3782d62cc9ff8fe06743d4dc498e0c12721f229d9a1a
 DIST clearcase-1.12-pkg.tar.gz 105934 BLAKE2B 
313bb0079d2f8683cda9c68493f286adcb867e8feaa13134eec5b75b37d98778ea2a170685e359ec94b48f2be3832d0b15efbd26b2023b5b204592b9e78b479f
 SHA512 
e5c284800ef5c42a367739fc71209acbc8d4a59a60851ac089693da1bf11458cda81f0cf46c05cb415337248dc9b448b82a230a5645ce414e54d61e197a3244b

diff --git a/app-xemacs/clearcase/clearcase-1.10.ebuild 
b/app-xemacs/clearcase/clearcase-1.10.ebuild
deleted file mode 100644
index 64f49cad4f3..000
--- a/app-xemacs/clearcase/clearcase-1.10.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="New Clearcase Version Control for XEmacs (UNIX, Windows)"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/dired
-app-xemacs/mail-lib
-app-xemacs/xemacs-base
-app-xemacs/sh-script
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/apel/

2021-10-09 Thread Mats Lidell
commit: 517050e184a282c1c23f650d63aea310ad28659d
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:53:00 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:53:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517050e1

app-xemacs/apel: drop 1.32, 1.34

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/apel/Manifest |  2 --
 app-xemacs/apel/apel-1.32.ebuild | 15 ---
 app-xemacs/apel/apel-1.34.ebuild | 15 ---
 3 files changed, 32 deletions(-)

diff --git a/app-xemacs/apel/Manifest b/app-xemacs/apel/Manifest
index 17b7bc58190..9c2558fa1b5 100644
--- a/app-xemacs/apel/Manifest
+++ b/app-xemacs/apel/Manifest
@@ -1,3 +1 @@
-DIST apel-1.32-pkg.tar.gz 121589 BLAKE2B 
177a29672eec4ee8b47235eebed5bce25c90431461e23f378c6dd3d3303abc6e2b9667dd845b80e27421d1007ee2e377395fd2b64b72fe4d1298ea689edd96d3
 SHA512 
5f0c18fcd05ef28766a0e5fe265cfbb5fd637fb393c10eee47475898617dfc54563e3e021a8b9cd54baca7b0a29168aeb451382c89c3ef0a3fe96f0682ba1d8b
-DIST apel-1.34-pkg.tar.gz 124989 BLAKE2B 
c8504878f8c0df2e41bfd81db76136f280f22309e339bdb119260acc6aed568b240db1b82bf506bf26034543df1134ff50874a233d0e959c34ba2df126c6e0e9
 SHA512 
29c42c0908499d4e78f1ba7197d2d0da57f1bea179dd870422b3ea8475c50a91cb5d0470b6b02d241b2af46b2ee4e05f7b3d836bb7315dbb58bf75751048da30
 DIST apel-1.36-pkg.tar.gz 124997 BLAKE2B 
53e44f513d1e5d2513e2bf91a2585928d3150bc3509ce6d25475173c80273bf117fc19f003eb22b9cdc8e0fd9ad7faf368bc63736987a5e3b4baddfff0635500
 SHA512 
5fadf5892084eef5fb83c71340a927bdd70b031b9b6352c58ee567089c0d169bfa073cbf6409ed3fc46da262e540eee8c26611fd28a4cbbfcd943145936006bd

diff --git a/app-xemacs/apel/apel-1.32.ebuild b/app-xemacs/apel/apel-1.32.ebuild
deleted file mode 100644
index 7a84064458b..000
--- a/app-xemacs/apel/apel-1.32.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="A Portable Emacs Library.  Used by XEmacs MIME support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/fsf-compat
-app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/apel/apel-1.34.ebuild b/app-xemacs/apel/apel-1.34.ebuild
deleted file mode 100644
index b02cca6335a..000
--- a/app-xemacs/apel/apel-1.34.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="A Portable Emacs Library.  Used by XEmacs MIME support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/fsf-compat
-app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/build/

2021-10-09 Thread Mats Lidell
commit: 65b89903af766858c670e4e498af89ecbaa18c47
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:52:18 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b89903

app-xemacs/build: drop 1.14, 1.15

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/build/Manifest  |  2 --
 app-xemacs/build/build-1.14.ebuild | 18 --
 app-xemacs/build/build-1.15.ebuild | 18 --
 3 files changed, 38 deletions(-)

diff --git a/app-xemacs/build/Manifest b/app-xemacs/build/Manifest
index 83461acf4ba..371e9f687be 100644
--- a/app-xemacs/build/Manifest
+++ b/app-xemacs/build/Manifest
@@ -1,3 +1 @@
-DIST build-1.14-pkg.tar.gz 49484 BLAKE2B 
1d0072b9d7737a8d74a12ef0ce45909f212aeb58a4343522da0036f65be11955766756428fd7f6302c449cbb8936bfad70e69fc3b90ec90884de79b248753633
 SHA512 
bdda0904d8790df0adcaace0df038714f8175dea682af567daac8b0436436dd6e20d2f49f84deae5090f6d5013165de61b8ca50d81d5fea837b9f6013f9ba050
-DIST build-1.15-pkg.tar.gz 49849 BLAKE2B 
a41e3441a9e1734bfd5caf1b999644fe0ff36c5e9bcb12d03b551bbcee308c14a5378f45966ca5b460a52950e22b4e06c20b215e2b5ccd1d2caef3b8f1f36812
 SHA512 
bf72d2509250fbd93a512ce445a5a17f01ea47965a729dc3e9a4745093b3057158482674393fa10fd76574f1cad0a998d0ceb5cd37d959cee70a3d8f098e5640
 DIST build-1.18-pkg.tar.gz 50029 BLAKE2B 
a23fbd5f7d42c964673e0cf07559f5bcc5ad426001656c9d824f7390258cd1f40082b5674a30dedd4759cd49bde803d2074b67974b15be0cb38c030b9c397e57
 SHA512 
f4a189b65abd6a6373f0596d39ce061c4e1d371ae9bfee5daa70a60ee48cf99e9ed032bf9f70a4af90507239ee425c4dce7906f2dda98079da833b9b86a0cae7

diff --git a/app-xemacs/build/build-1.14.ebuild 
b/app-xemacs/build/build-1.14.ebuild
deleted file mode 100644
index d00f8ad08b4..000
--- a/app-xemacs/build/build-1.14.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Build XEmacs from within (UNIX, Windows)"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/pcl-cvs
-app-xemacs/dired
-app-xemacs/w3
-app-xemacs/prog-modes
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/build/build-1.15.ebuild 
b/app-xemacs/build/build-1.15.ebuild
deleted file mode 100644
index d00f8ad08b4..000
--- a/app-xemacs/build/build-1.15.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Build XEmacs from within (UNIX, Windows)"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/pcl-cvs
-app-xemacs/dired
-app-xemacs/w3
-app-xemacs/prog-modes
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/cookie/

2021-10-09 Thread Mats Lidell
commit: 66a41f85e4d5448e9044d7ff757b2007e466a1ad
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:51:32 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:51:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a41f85

app-xemacs/cookie: drop 1.15

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/cookie/Manifest   |  1 -
 app-xemacs/cookie/cookie-1.15.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/cookie/Manifest b/app-xemacs/cookie/Manifest
index 3414464f10d..87ea9a076f1 100644
--- a/app-xemacs/cookie/Manifest
+++ b/app-xemacs/cookie/Manifest
@@ -1,2 +1 @@
-DIST cookie-1.15-pkg.tar.gz 35035 BLAKE2B 
4cd1408781337b8f124a5106a0a1c5d0f47860c3300f5451a031ec0403e6434a13973d93906e6585318b757fbd670aa7dd7a239445f6882f2574f92e48bff66b
 SHA512 
0fdbc6f1db7f0fceaa35aaf8ab148875f4b391a3a2accab41c02267ad385fff4e54538e5335b2acca3e2d2550a9b2b00e78ae1e0b1bb997617ab439db9c89ece
 DIST cookie-1.17-pkg.tar.gz 35032 BLAKE2B 
9df6bc6fe8d3c14c62130aa87766b809700d10749a5f5127f8c378a6b2010f5f1dfcf174f2467fcda42acf120e076681e84559bb26c4d94337d2f0d0d7560764
 SHA512 
f6bacd78ee83ea78a91a16a77491ed763e46098a9a8b922aa6dca1150179272a6624563e802d0cdce09a317f2a70b6a4ddb07359e18d2d25726aa25b2d9c2d90

diff --git a/app-xemacs/cookie/cookie-1.15.ebuild 
b/app-xemacs/cookie/cookie-1.15.ebuild
deleted file mode 100644
index 3ea71fefc0e..000
--- a/app-xemacs/cookie/cookie-1.15.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Spook and Yow (Zippy quotes)"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/c-support/

2021-10-09 Thread Mats Lidell
commit: 948e8e204b93ec45be079e0be59135e80c363579
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:50:33 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:50:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948e8e20

app-xemacs/c-support: drop 1.22

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/c-support/Manifest  |  1 -
 app-xemacs/c-support/c-support-1.22.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-xemacs/c-support/Manifest b/app-xemacs/c-support/Manifest
index 168b1b0e9aa..4487dfebb71 100644
--- a/app-xemacs/c-support/Manifest
+++ b/app-xemacs/c-support/Manifest
@@ -1,2 +1 @@
-DIST c-support-1.22-pkg.tar.gz 78027 BLAKE2B 
6431841a5bde016211016723b633b6aa1c7c10e62f0a846d52b4b77053226392e4ed4170384144235ca48f5dde5d47312c34085069ef682bb0b199f7d926c289
 SHA512 
38ca69f114541a9886ac547701d3d2bae90707307e73ca9ef2b2867500c0ea1b16f9a1fe3bc69b039dafe9cfabafadab46c11d156873c3105c77026655ae00a4
 DIST c-support-1.24-pkg.tar.gz 77955 BLAKE2B 
1e55fabfe0888fd84d416b3433e64ee45c597b38942048eca1d082afa1dc59ed3714c0be499e6b960c39c30dbd595fbe493167515f3a0968da74ada51650ab79
 SHA512 
dec220ef2b354da746b0552e37bada1b73f07f14b96996e2ad98cb089a105afbf95003f5d4f51a1ba09498d26fc9c65241835c2a40c19d1bd0c50ff9333216b9

diff --git a/app-xemacs/c-support/c-support-1.22.ebuild 
b/app-xemacs/c-support/c-support-1.22.ebuild
deleted file mode 100644
index b880fa4ef5f..000
--- a/app-xemacs/c-support/c-support-1.22.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Basic single-file add-ons for editing C code"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/cc-mode
-app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/bbdb/

2021-10-09 Thread Mats Lidell
commit: 636ec3a0392b44da8a87857b0bb059b9ca644f9f
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:49:38 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:49:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636ec3a0

app-xemacs/bbdb: drop 1.32

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/bbdb/Manifest |  1 -
 app-xemacs/bbdb/bbdb-1.32.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-xemacs/bbdb/Manifest b/app-xemacs/bbdb/Manifest
index 4ee52ed5e4f..623a949f1b6 100644
--- a/app-xemacs/bbdb/Manifest
+++ b/app-xemacs/bbdb/Manifest
@@ -1,3 +1,2 @@
-DIST bbdb-1.32-pkg.tar.gz 380002 BLAKE2B 
d4ba20cdcbb63cbe3aae65cf7c7dc69ef1dea7c888a841a697a77ca63bf6af58caab38efcda5993e6b029e8536cbe47312670498c0f0496dc2422138d8c8d6eb
 SHA512 
238ab158f3a3606bfb753aa02aa6556170df61bfa523cada8570feb97d43cdee481264c2faef30eb2a9c6e345dc1e3f5fbdbe1e44272a2a57115733cc4e2e28c
 DIST bbdb-1.34-pkg.tar.gz 379894 BLAKE2B 
5d6eba9c0594a4edc61d626245a0827f2886cf588de9c7fca9748af88cd3ac9740c9552f817f3f882129dbfa5daed9d5c7f00698aa14e63852daf2b81f5a1236
 SHA512 
2f92a7dca882083631bf0c4dcbad3e29cdd2920b48aebb19a6f83e21ccfefbd8534278579248d74f1f152613fa601af22f8d30236ed0fcae83c3e3eed0ccd4e3
 DIST bbdb-1.35-pkg.tar.gz 379950 BLAKE2B 
6882b1ed92edc0f65ab272e8b4642bbdc0af72220b764ae0d5f13589f82d936b90040f7a8792794884fa73ea9cc49415d15a0883cd693610190fcfa06a2a8b6d
 SHA512 
616c260cbd673fd71387a35eb266763a9558f7d0645d57d6aa0fe53b071e23166e7cb8e070876abf279af434583956c68544921f26e661348b7ee42905c872a1

diff --git a/app-xemacs/bbdb/bbdb-1.32.ebuild b/app-xemacs/bbdb/bbdb-1.32.ebuild
deleted file mode 100644
index 66642b99a10..000
--- a/app-xemacs/bbdb/bbdb-1.32.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="The Big Brother Data Base"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/edit-utils
-app-xemacs/gnus
-app-xemacs/mh-e
-app-xemacs/rmail
-app-xemacs/supercite
-app-xemacs/vm
-app-xemacs/tm
-app-xemacs/apel
-app-xemacs/mail-lib
-app-xemacs/xemacs-base
-app-xemacs/w3
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-app-xemacs/net-utils
-app-xemacs/os-utils
-app-xemacs/ecrypto
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/crisp/

2021-10-09 Thread Mats Lidell
commit: 79ba428684cef18a20a0eae5c2fa480595ff1de7
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:48:33 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:48:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ba4286

app-xemacs/crisp: drop 1.15

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/crisp/Manifest  |  1 -
 app-xemacs/crisp/crisp-1.15.ebuild | 12 
 2 files changed, 13 deletions(-)

diff --git a/app-xemacs/crisp/Manifest b/app-xemacs/crisp/Manifest
index 8039e30426f..b3787075ba8 100644
--- a/app-xemacs/crisp/Manifest
+++ b/app-xemacs/crisp/Manifest
@@ -1,2 +1 @@
-DIST crisp-1.15-pkg.tar.gz 10436 BLAKE2B 
df57ef3f1eb7cc235f21bf40c8770cecf3ea139833cb1f27b3c25649721734fe88eb9af88a7da2e19cc98d869816087c52464e13dc254d6c1693e05089ed8083
 SHA512 
815d86bfc854e78c35fc8468f4e9aa3de05f9b029f4ec9e344880d398ae4b5a2bf8cc3391b0f6b8030090fcb4966dbc3871518410c99cd265c751b40c0e2b42f
 DIST crisp-1.17-pkg.tar.gz 10489 BLAKE2B 
5929ef5e5d91a5516a4ab56e61106def470cbe0c3d0075b9bd4f030a1c9afdc1e8bd92b3c6620dafec51a43d8ece08889674acb421d63834825b01d8de24e33a
 SHA512 
9cd9da5166e5651b719ff3d7f499e7b92311fe6bf6df072ccfafce85d6cdd54ad24295fdc1165304db79625f159db5078a2e5f51290f269a87db38493f7f4458

diff --git a/app-xemacs/crisp/crisp-1.15.ebuild 
b/app-xemacs/crisp/crisp-1.15.ebuild
deleted file mode 100644
index c4c760441eb..000
--- a/app-xemacs/crisp/crisp-1.15.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Crisp/Brief emulation"
-XEMACS_PKG_CAT="standard"
-
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/calendar/

2021-10-09 Thread Mats Lidell
commit: 3c23826c9beacbf95f3f90ecc20f64434347ae77
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:47:50 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:47:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c23826c

app-xemacs/calendar: drop 1.32, 1.38

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/calendar/Manifest |  2 --
 app-xemacs/calendar/calendar-1.32.ebuild | 14 --
 app-xemacs/calendar/calendar-1.38.ebuild | 14 --
 3 files changed, 30 deletions(-)

diff --git a/app-xemacs/calendar/Manifest b/app-xemacs/calendar/Manifest
index 59835edd8af..4f954fd7b75 100644
--- a/app-xemacs/calendar/Manifest
+++ b/app-xemacs/calendar/Manifest
@@ -1,3 +1 @@
-DIST calendar-1.32-pkg.tar.gz 410752 BLAKE2B 
698ffcef148c6c84fbea7328da45d73bdf49601a94e3776b00ea7bae58223ef6ff1706ee8bf0e090e6aca16bcc6ed5c2037af2f9bb694ba03a840b20913afc19
 SHA512 
ca9a2dd135d012e094044f066939dafad0ef5f73f738b538c0f7aefc08c2e9efa0e1bcd3a3630681cfb90ec3b3319fd9b8594675ca2747627924d53d3fbe8ec1
-DIST calendar-1.38-pkg.tar.gz 411386 BLAKE2B 
be833c4f81a9d2e79e06768836fe1e58601c9b483f9febe127bd2c2bfe77259a3cd50630920e2df38de14234c1eece9c498b71073d967a06bf27258d91c9010c
 SHA512 
d5158147df3fffcba550f4bdb34aba916b9071734c2e08b3bebb4c1969ac06b15b79337b4d2f50a53e057ff097fc63162849d5dc0983da4363e4e484357c571f
 DIST calendar-1.42-pkg.tar.gz 409513 BLAKE2B 
81f59fa4743682beed93be1eadf211ef8f096720bc44ee47d80142ec037029942e2cb02166b15318dbba300eedaa551c1426fbf3e454c3de119f5c2e41a8d4d8
 SHA512 
75e0eeaab3c818d28d4b0da798c961108457d7b2ffb9c671589194473ff3d3f967e52b956601acd42d53ef584d72cac08d4de47a9aa3ea3720211bfde201c8f2

diff --git a/app-xemacs/calendar/calendar-1.32.ebuild 
b/app-xemacs/calendar/calendar-1.32.ebuild
deleted file mode 100644
index 28bfda82432..000
--- a/app-xemacs/calendar/calendar-1.32.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Calendar and diary support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/calendar/calendar-1.38.ebuild 
b/app-xemacs/calendar/calendar-1.38.ebuild
deleted file mode 100644
index 28bfda82432..000
--- a/app-xemacs/calendar/calendar-1.38.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Calendar and diary support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/debug/

2021-10-09 Thread Mats Lidell
commit: 1e2db1657fc2ea2e7753f10f0d5d3cd0eb3b195e
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:45:42 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:45:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2db165

app-xemacs/debug: drop 1.18

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/debug/Manifest  |  1 -
 app-xemacs/debug/debug-1.18.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/debug/Manifest b/app-xemacs/debug/Manifest
index b5f093f09bd..afbe6d3ad60 100644
--- a/app-xemacs/debug/Manifest
+++ b/app-xemacs/debug/Manifest
@@ -1,3 +1,2 @@
-DIST debug-1.18-pkg.tar.gz 107997 BLAKE2B 
06873ef6d3886c8b5e9659084bb3a50db955e27ab5104d0f29271ebcfa2e5c298c1bee59f46dac0d4d10f8c0dd89c4b0c99e23bef2c449da697d22641d15bb6f
 SHA512 
0bbd5496636bf6b850d44f953865ca7c23bb5f5040be0d8f6ec385a590ffaa6d5e325b24aac7f07b0b6c8ba0abf3fc3b7214f06a09d20eabc6bdf940237106a1
 DIST debug-1.20-pkg.tar.gz 107953 BLAKE2B 
90af70a49f6d62224248a73907dec986ba9671a99782aa84cdf9024426f192fca74781ced10f539da9c3115586cc1fe6ecfbe91fef536228d259280c251fb6f3
 SHA512 
3985447986f5129a8789d1f9058a662cef5dbbe0e9d565f00973e79a6d32139581fef777f0e6d683ad5338896cc679bea3ffaf18d51976a5a2e27ba5484cd9c9
 DIST debug-1.21-pkg.tar.gz 108036 BLAKE2B 
a713832c1ccb5c17d61b8ddd054db638537bbb8f9d82e59a7caaa623c2fdb1cacd7d6c585fc2ccb25948ed73a578720eae9508fc81b710e0949654891f0919f0
 SHA512 
91d2597c85ee207b1c28c433aacd856bbdb136d69c1979a6d84a567dcb1b1ac2b09fcc788a784252d4319d52d45788f3570c59fb248c99983144114b31fd7f17

diff --git a/app-xemacs/debug/debug-1.18.ebuild 
b/app-xemacs/debug/debug-1.18.ebuild
deleted file mode 100644
index e6682295672..000
--- a/app-xemacs/debug/debug-1.18.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="GUD, gdb, dbx debugging support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/docbookide/

2021-10-09 Thread Mats Lidell
commit: f08faae5233c2ab967bf4c27b681105f195fa751
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:40:33 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:40:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08faae5

app-xemacs/docbookide: drop 0.08

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/docbookide/Manifest   |  1 -
 app-xemacs/docbookide/docbookide-0.08.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/app-xemacs/docbookide/Manifest b/app-xemacs/docbookide/Manifest
index ec30335712d..52775a2a636 100644
--- a/app-xemacs/docbookide/Manifest
+++ b/app-xemacs/docbookide/Manifest
@@ -1,2 +1 @@
-DIST docbookide-0.08-pkg.tar.gz 32061 BLAKE2B 
051331b77ed2d68feaadd163134b7c39e1c57e87b3ff925ba2c2c353d470f94f575c4977ee18e84acf9e84de5440ebf32a31f507d99b110dbc1bf271069d1164
 SHA512 
a5de9193285bf185ab808c9aef3f483f81493a0f30327a923ed898700a5a7dcc489e4b6f9fc7767cadae481b62faa5f18e956955575543a037aba1a4059a42b0
 DIST docbookide-0.10-pkg.tar.gz 32361 BLAKE2B 
88aa1d4cc69d632fa11f856a49b30e94decbe2b96c53312963b2b40fc965f45e40b0f3b550442ee51d90845d19eabb62aa47fa4b94a530498aa8470dc9deb9df
 SHA512 
831bee6d1214b027ae4b6c95c5166af63181966d42487881986f8b66db125cc54d34770c2a1cfece630257645380a3f926f2d197f20f4c32c6d42fdf56081f88

diff --git a/app-xemacs/docbookide/docbookide-0.08.ebuild 
b/app-xemacs/docbookide/docbookide-0.08.ebuild
deleted file mode 100644
index de47982b3d2..000
--- a/app-xemacs/docbookide/docbookide-0.08.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="DocBook editing support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-ispell
-app-xemacs/mail-lib
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/dired/

2021-10-09 Thread Mats Lidell
commit: 30cf14d951fa464547531f9041b2f6a4646a862d
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:39:55 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:39:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cf14d9

app-xemacs/dired: drop 1.17, 1.19, 1.20

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/dired/Manifest  |  3 ---
 app-xemacs/dired/dired-1.17.ebuild | 15 ---
 app-xemacs/dired/dired-1.19.ebuild | 15 ---
 app-xemacs/dired/dired-1.20.ebuild | 15 ---
 4 files changed, 48 deletions(-)

diff --git a/app-xemacs/dired/Manifest b/app-xemacs/dired/Manifest
index 771264b7a21..2d6d35414be 100644
--- a/app-xemacs/dired/Manifest
+++ b/app-xemacs/dired/Manifest
@@ -1,4 +1 @@
-DIST dired-1.17-pkg.tar.gz 201027 BLAKE2B 
f5662499f2c374fe8fe8bbcf7b859e3d923576078b126012d5d2b9b8c4581df607df0e3a9b9244afe333652ce0c92051e939d029c74d168b7052fa11e7e9cbb8
 SHA512 
337e32734df33520d3bfb492f04c82430ca473da5d8f69ced98f7562260e40d1ff85739e905c05412d8ad8b0e175927e90304fb2c79b8670899173d8c0cc0472
-DIST dired-1.19-pkg.tar.gz 203355 BLAKE2B 
9825024621fc488d8ba603bf430b5ab9457afecdf288b95bcafab5e04bbf0524b49d642371e82aa1cee9d551c70867ed93a721e6568598f0797a8e2d4ac800c3
 SHA512 
522d63a018f640cc1120dfe4bce8215649b745f8c692e0dd875f41b92ffb54cf22968983befb7a3e3dcede562c947aa92336c247522bd520b8fb5e53909f5d51
-DIST dired-1.20-pkg.tar.gz 203778 BLAKE2B 
90fdcdfc6cc33e58745bf65eb226c5261773a246bcc4e7bb5525cb625b40ca0cbfd2bef1a97e1b7176c21efa11a0c157103bed7a35417ba06af034b3db94
 SHA512 
889b922cc187689c67c3b6f98264780b4653fe2707730cfa9c32cf5e3d93a5c80c4599daabbe1273f25f32dfc4f487288cdcbc09b8d0ac8b58dc09efb18f689d
 DIST dired-1.22-pkg.tar.gz 203803 BLAKE2B 
24a8980ecea5c3f1630f70cece6f84a25cf3949c04107a9dcd9fc045a0303f4664550f85c713653972cc135d81cb189d288249a2d00c9e00e043a68f6f2a11d5
 SHA512 
9a6e1e5cb4a219049386704b8cb45f533f0f1a300bfb1d9cdf13eca9b61cad64452306425b12acfc401b889570af1007b5fd0adcd6e71416718205321a9bb5e5

diff --git a/app-xemacs/dired/dired-1.17.ebuild 
b/app-xemacs/dired/dired-1.17.ebuild
deleted file mode 100644
index 773ffd7cf2e..000
--- a/app-xemacs/dired/dired-1.17.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Manage file systems"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/prog-modes
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/dired/dired-1.19.ebuild 
b/app-xemacs/dired/dired-1.19.ebuild
deleted file mode 100644
index eff4c39aac6..000
--- a/app-xemacs/dired/dired-1.19.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Manage file systems"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/prog-modes
-"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/dired/dired-1.20.ebuild 
b/app-xemacs/dired/dired-1.20.ebuild
deleted file mode 100644
index 773ffd7cf2e..000
--- a/app-xemacs/dired/dired-1.20.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Manage file systems"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/prog-modes
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/auctex/

2021-10-09 Thread Mats Lidell
commit: 800402ac6be1852c56a449f4c340b6f41bfee952
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:37:08 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:37:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800402ac

app-xemacs/auctex: drop 1.47, 1.51

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/auctex/Manifest   |  2 --
 app-xemacs/auctex/auctex-1.47.ebuild | 14 --
 app-xemacs/auctex/auctex-1.51.ebuild | 18 --
 3 files changed, 34 deletions(-)

diff --git a/app-xemacs/auctex/Manifest b/app-xemacs/auctex/Manifest
index f82e7fce1da..d95956e0f85 100644
--- a/app-xemacs/auctex/Manifest
+++ b/app-xemacs/auctex/Manifest
@@ -1,3 +1 @@
-DIST auctex-1.47-pkg.tar.gz 710901 BLAKE2B 
438296d1b4fb038b3c2956cfe4f54432680c76298f81610094a0be2c9cf0efa181f7cdc6d7fa1766b66f9851aa73636da018eb282b7c24de70a11bf246a74956
 SHA512 
a5c06277decb8ce5f515ec09103702bff95eeba48b7d9df9ca6f8fbaab33bd9964d6296de5d5baae0f02e07fb434b48831ff9bc86f061f38eedb1b6c708f4e56
-DIST auctex-1.51-pkg.tar.gz 1002835 BLAKE2B 
8f71cb30bb78108d59e5ba76dbf0763c781167d112e1c59b2869a16e033061f5414709e31642a39ca0180333a3dfb50c304436a61d73653ff8b9a7812812cdf4
 SHA512 
f6a3edcf2992c03e6e39ecfdf534589341a5331df712a534c39b70976eaf6f353271987282d1217fc8bae2daf7104273f5eb0134f95a5bdf2d2e0fab31a5675f
 DIST auctex-1.58-pkg.tar.gz 1364246 BLAKE2B 
f0b906d676b3f75f9878a3fb5b0fb64299ad50d5055a986e1e4d3bcef19eab73412b0b217e167a876420d8dab3fc5a764fe9deb103790d28d8cf9f364cbfa51c
 SHA512 
2a41c1a03c428958d2a572172680541c966ba2257f2f5601b18a5a44c95df7d0363240dd2060ca7d415513d1ebd7259446d9eccdd94eeca3fa656eb1d8a46ac5

diff --git a/app-xemacs/auctex/auctex-1.47.ebuild 
b/app-xemacs/auctex/auctex-1.47.ebuild
deleted file mode 100644
index bbf9ff73902..000
--- a/app-xemacs/auctex/auctex-1.47.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Basic TeX/LaTeX support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/auctex/auctex-1.51.ebuild 
b/app-xemacs/auctex/auctex-1.51.ebuild
deleted file mode 100644
index 2401c948a72..000
--- a/app-xemacs/auctex/auctex-1.51.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Basic TeX/LaTeX support"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/texinfo
-app-xemacs/fsf-compat
-app-xemacs/mail-lib
-app-xemacs/edit-utils
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/efs/

2021-10-09 Thread Mats Lidell
commit: 0a9f8719c2e7aed7cb0802f2a48d2d6b3897ace1
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 20:35:57 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 20:36:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9f8719

app-xemacs/efs: drop 1.33, 1.34

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/efs/Manifest|  2 --
 app-xemacs/efs/efs-1.33.ebuild | 15 ---
 app-xemacs/efs/efs-1.34.ebuild | 15 ---
 3 files changed, 32 deletions(-)

diff --git a/app-xemacs/efs/Manifest b/app-xemacs/efs/Manifest
index f0bf8e8b516..3c00a5fb124 100644
--- a/app-xemacs/efs/Manifest
+++ b/app-xemacs/efs/Manifest
@@ -1,3 +1 @@
-DIST efs-1.33-pkg.tar.gz 375842 BLAKE2B 
61e7751d5571a57ed0781773a6f26d476cc63a86a82ff9f381f4221e82c6731287c138e66326cb7881fab5656e04be1cb5de4f2a0fe09cb71cc82526c390efb0
 SHA512 
d588b8885ec659a78b4b64dadf10e75d08766e1cdfbd03dda9fc822081552dd8f27ed77dbff6be28a8f52fcb6f6747d27b7dea5ed3c7defd704639d49d7d4ae1
-DIST efs-1.34-pkg.tar.gz 376920 BLAKE2B 
c441fb03cebb97f845d3767001312a99d505c3fb7af4ae7d1902a67ba27633f18952136fdcfda442608034bc843a0a1754d3db829da967aa816a484f21a2f67e
 SHA512 
44550090f4b122d995c10fa4e82972adeb4261bb27a431f7ac40a61773252fff1024a0f6a480cc7f35705aaa90781aed8473b96b5468d0ed18d2f5b3f59cb9fd
 DIST efs-1.37-pkg.tar.gz 377188 BLAKE2B 
88c4d38e174cb1afe56db3148348e3b33a985692160e28ffa1db39b7da521ee2057bb709608c8c692c512b9acc9663bcf13105cc5e7ed531c4f9d5dedbad1873
 SHA512 
f66dce45470654dc4d47fecec10648db2e2940972f4f03540e4006e585f88379da90b6ef3fd6ecbff6517226b596520e129389a06df42a4bffb1b0b2d01b3676

diff --git a/app-xemacs/efs/efs-1.33.ebuild b/app-xemacs/efs/efs-1.33.ebuild
deleted file mode 100644
index c2aed63ee14..000
--- a/app-xemacs/efs/efs-1.33.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Treat files on remote systems the same as local files"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/dired
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/efs/efs-1.34.ebuild b/app-xemacs/efs/efs-1.34.ebuild
deleted file mode 100644
index c2aed63ee14..000
--- a/app-xemacs/efs/efs-1.34.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Treat files on remote systems the same as local files"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/dired
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/edt/

2021-10-09 Thread Mats Lidell
commit: 6a8fcdc594453b33738c48f55b85853ce6ac3425
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 17:14:31 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 17:14:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8fcdc5

app-xemacs/edt: drop 1.13, 1.14

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/edt/Manifest|  2 --
 app-xemacs/edt/edt-1.13.ebuild | 14 --
 app-xemacs/edt/edt-1.14.ebuild | 14 --
 3 files changed, 30 deletions(-)

diff --git a/app-xemacs/edt/Manifest b/app-xemacs/edt/Manifest
index e6c3bc9fc3d..94e41e3d6a2 100644
--- a/app-xemacs/edt/Manifest
+++ b/app-xemacs/edt/Manifest
@@ -1,3 +1 @@
-DIST edt-1.13-pkg.tar.gz 62754 BLAKE2B 
f327f44febb3fcca7a79771126ff85716464ce23739b2caf49a95047f2244da706576f80e5ea58125f0c7cd4723262b6d759c77c66581d3393f56f1950465544
 SHA512 
8371dd96b6996d1257c769be4fcc77ae386d187bfb51ccd03c57e09b12a2b193c575f15b8fce29380a59f795adaf02a3528fa80f3b24536c349fc10ab54f808a
-DIST edt-1.14-pkg.tar.gz 62824 BLAKE2B 
9ab1cc9e55364b901ee51d16b97ea8a72a935e10d2aec5ef4f1757954a5f3e0c36132686225bb64e47227e2c83171632b004621f14b1508a9bfc07c8ad4cfc04
 SHA512 
8179652766eeffdd12b673e453f4dbe0117bc8f2ad743943c5f613dd217c80d3433b7cbe3a2d8b55604eaff489416edc5afd3e5bafafcec8782dd471688555c2
 DIST edt-1.16-pkg.tar.gz 62865 BLAKE2B 
22f62a7ab87a723339693fcd6351263b1347b464db1f2f15ad79543505faf837154d95efa03f9401a03d7838452cab72484251c80a517cb3337ea8e3bf2f595b
 SHA512 
46a0452b9d926a3d612acdbefec37731ac60a86b207e125c7ca6dcd962b419173d4a5cb96117a8f0afb29b9c8173a5bbdc69e8d8ae09276829a6dc44c931

diff --git a/app-xemacs/edt/edt-1.13.ebuild b/app-xemacs/edt/edt-1.13.ebuild
deleted file mode 100644
index a6367a8a334..000
--- a/app-xemacs/edt/edt-1.13.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="DEC EDIT/EDT emulation"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/edt/edt-1.14.ebuild b/app-xemacs/edt/edt-1.14.ebuild
deleted file mode 100644
index a6367a8a334..000
--- a/app-xemacs/edt/edt-1.14.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="DEC EDIT/EDT emulation"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/easypg/

2021-10-09 Thread Mats Lidell
commit: 285850d075531abebedd6ca57fddbbfd064f04a2
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 17:12:08 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 17:12:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285850d0

app-xemacs/easypg: drop 1.02, 1.03-r1

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/easypg/Manifest  |  2 --
 app-xemacs/easypg/easypg-1.02.ebuild| 16 
 app-xemacs/easypg/easypg-1.03-r1.ebuild | 18 --
 3 files changed, 36 deletions(-)

diff --git a/app-xemacs/easypg/Manifest b/app-xemacs/easypg/Manifest
index 79857d6beb6..c8717e9eca2 100644
--- a/app-xemacs/easypg/Manifest
+++ b/app-xemacs/easypg/Manifest
@@ -1,3 +1 @@
-DIST easypg-1.02-pkg.tar.gz 73462 BLAKE2B 
050b064cf3b7618defbaf893babb5406f6715cb292aed99d9f54ae4e31a26f89a032a90aff0ffa313c7dd12d07e894ebc302fd311e5e5f3e7c49630285ff5fdf
 SHA512 
ec73fbdec50a01788ca586212d4b71e2c744e3283117515a71f73c3bda82b26d86ef9be52c4f78efeb574635e0b84a87b763f09bb1ced956699d1d97fb294aee
-DIST easypg-1.03-pkg.tar.gz 78192 BLAKE2B 
5369dbf4f5da0c25c9a2e451dd775a0dc4e6bb5fe077e35b98f655cd23174ec5fc3bcf5df397ad0e9fc5b5728b919da666e91397f0cf13c3a0d9788c580275af
 SHA512 
62541d38a09bcd60232cd18c54ded710515a88c2aa7940d823f120fef1c5316afca746723fb7ac564fad7407365daa736d96afc9d228d74b5d9ff19c4121b506
 DIST easypg-1.05-pkg.tar.gz 78239 BLAKE2B 
9ffa9b61b4089111d36119d0a011fbaf4b26c5715c383c65600499ca1d06f7f0030ee6d1fd4c746239757745058032aaad562bdeb5ac2ee0a8997ca4167e0f31
 SHA512 
be7f6770a6f343375ddc9aa54025985382ca41a598c935bceee6055d0bbddb7780f820e4124a5b634cb2c61585c6bcc4b9e3859a62a57f55538bc17c76a6e4ee

diff --git a/app-xemacs/easypg/easypg-1.02.ebuild 
b/app-xemacs/easypg/easypg-1.02.ebuild
deleted file mode 100644
index 497ad8c018a..000
--- a/app-xemacs/easypg/easypg-1.02.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="GnuPG interface for Emacs"
-XEMACS_PKG_CAT="standard"
-
-KEYWORDS="~amd64"
-
-RDEPEND="app-xemacs/xemacs-base
-   app-xemacs/dired
-   app-xemacs/mail-lib"
-
-inherit xemacs-packages

diff --git a/app-xemacs/easypg/easypg-1.03-r1.ebuild 
b/app-xemacs/easypg/easypg-1.03-r1.ebuild
deleted file mode 100644
index 95c3af2c26d..000
--- a/app-xemacs/easypg/easypg-1.03-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-XEMACS_PKG_CAT="standard"
-
-inherit xemacs-packages
-
-SLOT="0"
-DESCRIPTION="GnuPG interface for Emacs"
-
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/dired
-app-xemacs/mail-lib
-"



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ecrypto/

2021-10-09 Thread Mats Lidell
commit: 3ba63892bc93c19a8094c32501564e123e49723e
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 17:10:44 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 17:10:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba63892

app-xemacs/ecrypto: drop 0.20, 0.21

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ecrypto/Manifest|  2 --
 app-xemacs/ecrypto/ecrypto-0.20.ebuild | 14 --
 app-xemacs/ecrypto/ecrypto-0.21.ebuild | 14 --
 3 files changed, 30 deletions(-)

diff --git a/app-xemacs/ecrypto/Manifest b/app-xemacs/ecrypto/Manifest
index f64be7492ce..190e103ddb8 100644
--- a/app-xemacs/ecrypto/Manifest
+++ b/app-xemacs/ecrypto/Manifest
@@ -1,3 +1 @@
-DIST ecrypto-0.20-pkg.tar.gz 76257 BLAKE2B 
f9ae37e7addb3670a162ac36750def814121da60864372ab1f75ceacd7133e7071d94962b41a103a27edd081d0f093859eb2db6f6a84f3dcb9517e12af37fe1e
 SHA512 
bacf0b8e5ee3c11aed744a9e7a3b33a7e4d10aa698b43b95226cc476db0daaa821b1d8e9fd64a487efc8a8c69b932c3112020815ca8abfaa7e5b08785d8b3e9b
-DIST ecrypto-0.21-pkg.tar.gz 76396 BLAKE2B 
b5f730a90370968ab5596a5b0ec8ee72ec93eb71f14df30161be19a9d0b2b8ca82195df462c80120aca3dc6189a1a2158b724eae7ac21c47c88332db79c4f9bb
 SHA512 
b5d74079d940753a809ac294f466ee93244f5c96a79d9af26a45d005ed9b2b4ccb2459baeb63430b8e3dab44db31ea845ec8c64c8d57482e382955b793510e67
 DIST ecrypto-0.23-pkg.tar.gz 76345 BLAKE2B 
c6d28f0d9b7b733fd5a976ebb14cfc846ed8bbe563d75f75103c0f05ae8b6830927d8cdef6c7f225d37fbf536687c54a0dfece04796714c39ee488fc5397bce9
 SHA512 
a273f687eb89360c521d478fc6f1d7bfde0bb0537c95eb05d5ffde2a20024e99cdd44ab8ec253093ab941322c1c7574bef474e8659d94c480079e3f58cdbdcbe

diff --git a/app-xemacs/ecrypto/ecrypto-0.20.ebuild 
b/app-xemacs/ecrypto/ecrypto-0.20.ebuild
deleted file mode 100644
index 82110108664..000
--- a/app-xemacs/ecrypto/ecrypto-0.20.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Crypto functionality in Emacs Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/ecrypto/ecrypto-0.21.ebuild 
b/app-xemacs/ecrypto/ecrypto-0.21.ebuild
deleted file mode 100644
index 82110108664..000
--- a/app-xemacs/ecrypto/ecrypto-0.21.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Crypto functionality in Emacs Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/escreen/

2021-10-09 Thread Mats Lidell
commit: 7b0ffdf6a0f2f6af9b2fe1b0ee3571bb935174ee
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 17:06:20 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 17:06:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0ffdf6

app-xemacs/escreen: drop 1.01

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/escreen/Manifest|  1 -
 app-xemacs/escreen/escreen-1.01.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/escreen/Manifest b/app-xemacs/escreen/Manifest
index 8244040609f..85aee08751a 100644
--- a/app-xemacs/escreen/Manifest
+++ b/app-xemacs/escreen/Manifest
@@ -1,2 +1 @@
-DIST escreen-1.01-pkg.tar.gz 14639 BLAKE2B 
4686dfecc40c7f90b4351de0b3ab20b5c5fcbc77760de7d5e0e115ddfbf792b5f7238df5272b33c3f98e7fd5ef4ecc8b79b08723217a4dad7e0c65bc0f4e8eed
 SHA512 
3fb4d47ed6ae6173a530ea31b7ae759a34e2257e85e3f512c841234f7eba9780cd160e4ed600dd5f1871a022d4b2b28dd3dcdff788f679a07c05745914a04a89
 DIST escreen-1.03-pkg.tar.gz 14702 BLAKE2B 
1057fcb27b555f4ebc173570df8b8b1f44a0e91fbd7e01b6196c963a3f76ed8f8c0889223b089482658269afd728e84aacc46cdb6ea56b50bf354dfa95afadb6
 SHA512 
7645fc60611162d60f8c7d0d81727c3c273d7b8883a0613d83cb98ae44a01ba62d575f67a657ce8d1c67afe7f6a8b7e925790c3e4429a715db3aff297eaeeaf4

diff --git a/app-xemacs/escreen/escreen-1.01.ebuild 
b/app-xemacs/escreen/escreen-1.01.ebuild
deleted file mode 100644
index 9ad5736ed1c..000
--- a/app-xemacs/escreen/escreen-1.01.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Multiple editing sessions withing a single frame (like screen).."
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/eshell/

2021-10-09 Thread Mats Lidell
commit: 3dfa9726a2801cc81e86773e1ca225f9c5f9e620
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 17:05:05 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 17:05:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfa9726

app-xemacs/eshell: drop 1.10, 1.18

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/eshell/Manifest   |  2 --
 app-xemacs/eshell/eshell-1.10.ebuild | 15 ---
 app-xemacs/eshell/eshell-1.18.ebuild | 15 ---
 3 files changed, 32 deletions(-)

diff --git a/app-xemacs/eshell/Manifest b/app-xemacs/eshell/Manifest
index 5eff799fb46..309c9319d07 100644
--- a/app-xemacs/eshell/Manifest
+++ b/app-xemacs/eshell/Manifest
@@ -1,3 +1 @@
-DIST eshell-1.10-pkg.tar.gz 232616 BLAKE2B 
42c057c6afc401f480c8531be0b6dd2f1a1d1230063ca9649c23f751c6d988d2eb1918a3158840ada50d1b59f02319f7e06d1e021bd0b502be77dfe13036ea64
 SHA512 
97b4d81b024513b4dacbdbd3d04150a3dcc10aa9c2a8ed0e7157ada3aa404de6c44f8cce60c59f1c75c0e9e31f0f7b6de86b402b2c652762e2ee54e51dc9
-DIST eshell-1.18-pkg.tar.gz 238988 BLAKE2B 
d595f9c36ca5cd50ac46efabc813575b6f8415f47ac1d44632151bf8a39233c7166a0d9fdc2eb2cf00565b4e4f9ed9b4828ffb385ef4941745529260d31850e3
 SHA512 
3cb3f66c2714ffc5e2875bdbc3fd02dd60032db338ef9ef9c0904ec89945075ae95a5e02ce402299dbbc98b6e53d7304dbe50fc3cb3eb0dd2aacaef5535f2792
 DIST eshell-1.21-pkg.tar.gz 239308 BLAKE2B 
a20c3cfdb64f0b604f4aa0af44279598f0564bc623ce75303df7133b560846d4e79286914e8b5f06941503563cab6204962ba9c1be7f54290d1af3afbb023ef3
 SHA512 
d7724d43b2451e237f7a9f281f3aebb15266a1f58fe0e5a5f4c8104a6d85163d61877cdeee57ee7ace2d824ffe2d131624e4bfe3854ddd4581ba7b92cad076e3

diff --git a/app-xemacs/eshell/eshell-1.10.ebuild 
b/app-xemacs/eshell/eshell-1.10.ebuild
deleted file mode 100644
index f527918e2dd..000
--- a/app-xemacs/eshell/eshell-1.10.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Command shell implemented entirely in Emacs Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-eterm
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/eshell/eshell-1.18.ebuild 
b/app-xemacs/eshell/eshell-1.18.ebuild
deleted file mode 100644
index f527918e2dd..000
--- a/app-xemacs/eshell/eshell-1.18.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Command shell implemented entirely in Emacs Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-eterm
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ediff/

2021-10-09 Thread Mats Lidell
commit: e09188d35b3defb5b8d63a3b755255632ceea035
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 15:34:58 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 15:34:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09188d3

app-xemacs/ediff: drop 1.68, 1.77, 1.81

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ediff/Manifest  |  3 ---
 app-xemacs/ediff/ediff-1.68.ebuild | 19 ---
 app-xemacs/ediff/ediff-1.77.ebuild | 22 --
 app-xemacs/ediff/ediff-1.81.ebuild | 22 --
 4 files changed, 66 deletions(-)

diff --git a/app-xemacs/ediff/Manifest b/app-xemacs/ediff/Manifest
index d85d10f7877..432ed1ecc4f 100644
--- a/app-xemacs/ediff/Manifest
+++ b/app-xemacs/ediff/Manifest
@@ -1,4 +1 @@
-DIST ediff-1.68-pkg.tar.gz 317183 BLAKE2B 
56610f91e61cf4cfba0c7ad444d06a929ddfb6fc65e41bc8dce57ba354e1e6d5b99c5cea0121d11c32d4f277b7f8303026522b0423669d2e77126905b8d61a0b
 SHA512 
adf3fc6fb0692022d4f44e9b966d076574dc12025b3f90bfb7f7bab6f3735d39c993757619d09a19479afdb73554cf484aae457f1184a8bf5bf831923c4ac6bb
-DIST ediff-1.77-pkg.tar.gz 317283 BLAKE2B 
1f0fb3206ef6b05cc56ae9512ba7a3f9368952b898e6e324e7b73f748c91de3ec7ed0d7c34dd4961ba9c2d86b988e75065d0578f0777bba602e7693983829e20
 SHA512 
5f1ba2019dfa762382639516eabcfd81da14dcbb35df77c82f24ae3250d003fb4c596d529c6897b7502ee227a67be85da8d01d4d3109d9f28ef6558f0ebc78d2
-DIST ediff-1.81-pkg.tar.gz 321669 BLAKE2B 
b4d28035fc6ed786053c04f759524f538e1e61c18df6db1d9e844e8f5718c228cd4c3e8d62f0ba3ef112b6e7bd85c02727a4404fb067fca0135784b963323e20
 SHA512 
1535f39a6af02e488f756303223cb116687c28d635f761f8456a439c576bf6691119d29e5fa2c7fca2e2a578faa4d09bac34145a8ca92116aca14e7ea93d694f
 DIST ediff-1.84-pkg.tar.gz 321644 BLAKE2B 
8d328b8d85103c6485af311b93265c0c48336f6c587a287312d654c57e97b80924b342e5fbab72a7ce23ea08461361ddb81ae4b9120c6e18f45c5e4f8f05e72d
 SHA512 
e3655de8af7bfa44193ca2d168804ad047de686df5b46e8bdf521df69e38e6f9818415b7b031e8379ab2579276bd114920c1e7796f6a98f9808099a56a5c5913

diff --git a/app-xemacs/ediff/ediff-1.68.ebuild 
b/app-xemacs/ediff/ediff-1.68.ebuild
deleted file mode 100644
index 75adb1de640..000
--- a/app-xemacs/ediff/ediff-1.68.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Interface over GNU patch"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/pcl-cvs
-app-xemacs/elib
-app-xemacs/dired
-app-xemacs/xemacs-base
-app-xemacs/edebug
-app-xemacs/prog-modes
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/ediff/ediff-1.77.ebuild 
b/app-xemacs/ediff/ediff-1.77.ebuild
deleted file mode 100644
index c1c90e40757..000
--- a/app-xemacs/ediff/ediff-1.77.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Interface over GNU patch"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/pcl-cvs
-app-xemacs/elib
-app-xemacs/dired
-app-xemacs/xemacs-base
-app-xemacs/edebug
-app-xemacs/prog-modes
-app-xemacs/gnus
-app-xemacs/tramp
-app-xemacs/vc
-"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/ediff/ediff-1.81.ebuild 
b/app-xemacs/ediff/ediff-1.81.ebuild
deleted file mode 100644
index f05ca7006fd..000
--- a/app-xemacs/ediff/ediff-1.81.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Interface over GNU patch"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/pcl-cvs
-app-xemacs/elib
-app-xemacs/dired
-app-xemacs/xemacs-base
-app-xemacs/edebug
-app-xemacs/prog-modes
-app-xemacs/gnus
-app-xemacs/tramp
-app-xemacs/vc
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/eieio/

2021-10-09 Thread Mats Lidell
commit: fe15ff520087b7988db8e149c8924b5b39021f2d
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 15:33:51 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 15:33:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe15ff52

app-xemacs/eieio: drop 1.05, 1.07

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/eieio/Manifest  |  2 --
 app-xemacs/eieio/eieio-1.05.ebuild | 16 
 app-xemacs/eieio/eieio-1.07.ebuild | 17 -
 3 files changed, 35 deletions(-)

diff --git a/app-xemacs/eieio/Manifest b/app-xemacs/eieio/Manifest
index 26c621476e8..17796173188 100644
--- a/app-xemacs/eieio/Manifest
+++ b/app-xemacs/eieio/Manifest
@@ -1,3 +1 @@
-DIST eieio-1.05-pkg.tar.gz 165803 BLAKE2B 
92425dbaf275be435acc9d51f1ab5fad0a771d8205b11881229a244372059f71a8fa5c2d485c9cdc5208a21a4b54acd03f41e39847c4901bde81bb42b30bb2a5
 SHA512 
7caa2cff977f850e4b59b00a2c34252bb235d901e4605092181aebac7690eb996b2bce7bb9262a9ec4c6aa691e89046cb723b8f0cd643f5b9b6cb5af51385497
-DIST eieio-1.07-pkg.tar.gz 177923 BLAKE2B 
efc84c48fac4bd76ca4c843a4bff97dc10f21f45be9067c54c871a64314c9012b80e8d5e292f8844e1b7c3ed86a3f8044dfa547109c09891a3aeb11d515b7b0d
 SHA512 
e4c76aa617bf80ca3fa7de249535ba63b22c3c8d787361dfce9381f4cb31500cb8f40e564c70928ee99492a0b71a67a13dd90e9626335b18b2a49877a124a551
 DIST eieio-1.10-pkg.tar.gz 179945 BLAKE2B 
5bca0fb3ac1a94adc73dc7d0233645308aee5bd12923cb390c648a1334cb2b69488b8593781936ccea8719dc1e9a53526b1b348e1b9ca42681531f409029a48c
 SHA512 
deb5de328e40a7c2fed189c89a3e3ab5cd5a26cd7243398c34bf2ed6bc1ebe7e72ecc23a2aef9d967a2477ecc4c797486e477a50e1cc78cd506c1e3170a85512

diff --git a/app-xemacs/eieio/eieio-1.05.ebuild 
b/app-xemacs/eieio/eieio-1.05.ebuild
deleted file mode 100644
index 84ca0b0e923..000
--- a/app-xemacs/eieio/eieio-1.05.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Enhanced Implementation of Emacs Interpreted Objects"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/speedbar
-app-xemacs/xemacs-base
-app-xemacs/edebug
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/eieio/eieio-1.07.ebuild 
b/app-xemacs/eieio/eieio-1.07.ebuild
deleted file mode 100644
index d338fb8cc1a..000
--- a/app-xemacs/eieio/eieio-1.07.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Enhanced Implementation of Emacs Interpreted Objects"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/edebug
-app-xemacs/cedet-common
-app-xemacs/speedbar
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/edebug/

2021-10-09 Thread Mats Lidell
commit: b6fc4e83eb54232ce056116aa3b815f2895a1d89
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 15:32:44 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 15:32:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fc4e83

app-xemacs/edebug: drop 1.22

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/edebug/Manifest   |  1 -
 app-xemacs/edebug/edebug-1.22.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-xemacs/edebug/Manifest b/app-xemacs/edebug/Manifest
index 2d9f6887391..03a69c04224 100644
--- a/app-xemacs/edebug/Manifest
+++ b/app-xemacs/edebug/Manifest
@@ -1,2 +1 @@
-DIST edebug-1.22-pkg.tar.gz 115557 BLAKE2B 
ce828bf916a02d15a699cbf0e1da97b3f2492595685bcd40c038dfdb3de2bc93cb1ef62a1ba280642384363a8c7fc7a23aa35073036d7e13aaa43597015a94e3
 SHA512 
5f4d86d770d68ab2199cb781da4f3b67dbda979396349212d851890bd257a85195fc5a8e0fa4ab337335887b3c2ff27e46002758926828093b6dce25f8796ada
 DIST edebug-1.24-pkg.tar.gz 115557 BLAKE2B 
8112dcaf87747389c8311cbc47416b84eecda1b339396e342d97ec3ac3dd27330c16334c5ef435a314343a993c42892f50631149621cb94bcf2c2ce332cb
 SHA512 
6af78de22e6ab18cf84602c4f19e0c6c8e91bf996e7c9faf97470246ec25df203cccff43b4172689ab1bfc3a7fd888f06e5306f6f5d3118d2cbfe453efa37b22

diff --git a/app-xemacs/edebug/edebug-1.22.ebuild 
b/app-xemacs/edebug/edebug-1.22.ebuild
deleted file mode 100644
index e6f892a3f7e..000
--- a/app-xemacs/edebug/edebug-1.22.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="An Emacs Lisp debugger"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-devel
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/egg-its/

2021-10-09 Thread Mats Lidell
commit: 3d57cd4e0df621e52a718f15aa83f69c4938f5be
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 15:31:45 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 15:31:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d57cd4e

app-xemacs/egg-its: drop 1.27

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/egg-its/Manifest|  1 -
 app-xemacs/egg-its/egg-its-1.27.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/app-xemacs/egg-its/Manifest b/app-xemacs/egg-its/Manifest
index 303fbd062ad..95f29d57065 100644
--- a/app-xemacs/egg-its/Manifest
+++ b/app-xemacs/egg-its/Manifest
@@ -1,2 +1 @@
-DIST egg-its-1.27-pkg.tar.gz 261339 BLAKE2B 
8e0fb9cf66d373ccdee6d54c0eb0d996d5ebc03a5d85e1ae8c43b66ae53b7a9ee97a90526b70d52232397ef2982baefc3d4bb327bdebe60aa79bb77ffe4a785a
 SHA512 
f5a2a9412175cc4a825de907f566df0228a1838b082a20f9f11164fb76b7f87db2f4f4e337a8d58f7e0479ffb498c32ac0a7413a70f047a10ecc631edebd4ded
 DIST egg-its-1.29-pkg.tar.gz 261073 BLAKE2B 
cc5c515f4ae3918954ad4fedb21b5262b29fe3cbfcb43faabbefb7882f16583b53b8a68cc943af77471fc4431898db6de1dd38f1146150050f5d422308ef241f
 SHA512 
9457e69c652f13309616ffaa97bfbe64bb0699c958442a0b0bd5f9f215951688a77d7d689567b1fb09d74229460c2a7687b661bcd21a68646a01283929ef764f

diff --git a/app-xemacs/egg-its/egg-its-1.27.ebuild 
b/app-xemacs/egg-its/egg-its-1.27.ebuild
deleted file mode 100644
index 70586f694c1..000
--- a/app-xemacs/egg-its/egg-its-1.27.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="MULE: Wnn (4.2 and 6) support.  SJ3 support"
-XEMACS_PKG_CAT="mule"
-
-RDEPEND="app-xemacs/leim
-app-xemacs/mule-base
-app-xemacs/fsf-compat
-app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/edit-utils/

2021-10-09 Thread Mats Lidell
commit: 95c4c4635be1d950c26b7ebb66489e95244e78cf
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 15:30:48 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 15:30:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c4c463

app-xemacs/edit-utils: drop 2.39, 2.43, 2.44

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/edit-utils/Manifest   |  3 ---
 app-xemacs/edit-utils/edit-utils-2.39.ebuild | 18 --
 app-xemacs/edit-utils/edit-utils-2.43.ebuild | 18 --
 app-xemacs/edit-utils/edit-utils-2.44.ebuild | 20 
 4 files changed, 59 deletions(-)

diff --git a/app-xemacs/edit-utils/Manifest b/app-xemacs/edit-utils/Manifest
index 85826d20561..7f571524bc2 100644
--- a/app-xemacs/edit-utils/Manifest
+++ b/app-xemacs/edit-utils/Manifest
@@ -1,5 +1,2 @@
-DIST edit-utils-2.39-pkg.tar.gz 962340 BLAKE2B 
58fd356da23467c29976f39642d5aeac0898418deb60edc909b79d76e0e196bdf3757a672a12bebfd258014c495a8c43cc177dc00b5da5877905fe991814c41e
 SHA512 
dcd6634ec0eb9cb71336ac445fa063a3fabf34d5bfe47f417c00b111a82c42f10679ab6512e1bfcb80596cacb532fa14cb3f5675fb36a5e6258696bb7491fb51
-DIST edit-utils-2.43-pkg.tar.gz 958798 BLAKE2B 
276bc16f5e7dbf29fcc78ed05da80976262dd48b1a088e8070192dd414240389da08a737dc6fb8c8459552d9c5ae491e248196ba8e7bf30d49cd7c74d0070cae
 SHA512 
e42e416002f0f0c580f241ce4753c3868494025b4bfd087f5654e3c238a4b5c99d56f01db6b0fa47d1142085d5b4183625248266d76381387030a89e47a9e68f
-DIST edit-utils-2.44-pkg.tar.gz 958866 BLAKE2B 
826d508304a2b08b76b7f358e7629184ef5d441d5a728e4943158b6e5c37cd128a5353f4b760a1a460f7f6487b51f10882462859388618587a984b298dc92b98
 SHA512 
fcb37c24304756e83cd273497cedf671e62ddce78f7bc460052cd3725948e35d87ce9d3108938483cd2ab8fb2d663ffb1df033b47b6e4b7e73f3a71d6d0ae886
 DIST edit-utils-2.58-pkg.tar.gz 1159051 BLAKE2B 
4eb07e163863724431e2b2692014db84b0aa3926f1a40e3ef958285f692107fc00c132b30e6b74bd68fd90e916d1602dbc98b29c13d3c1e59e2f4f58b387c3a9
 SHA512 
42fa35bf31a0941186ceeb89afd138604cfc9903ad2feeaa7623e8d2343660368cb57b89104182eb314a3641b0a7a9f8ee8fa525cff88a6b071c96820b5d
 DIST edit-utils-2.59-pkg.tar.gz 1161415 BLAKE2B 
dbfa16c4b641cce2b8d122bd3e3e55a56347cdac8bf9fe03987f32d6ee607ba29e976b0ee3e2532f79194f3352650b8943a9c7867a6ec877f1af108d2919780f
 SHA512 
d602bb7f238f8dc6f716be6e1a83c7d027c0b0e57b7538a28ed60103c0afb746f6aeffc3d88f7f8b70d130ed47f2842769d30cbc006f7b574bdf78f5aa298c98

diff --git a/app-xemacs/edit-utils/edit-utils-2.39.ebuild 
b/app-xemacs/edit-utils/edit-utils-2.39.ebuild
deleted file mode 100644
index 71e35676802..000
--- a/app-xemacs/edit-utils/edit-utils-2.39.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Miscellaneous editor extensions, you probably need this"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-devel
-app-xemacs/fsf-compat
-app-xemacs/dired
-app-xemacs/mail-lib
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/edit-utils/edit-utils-2.43.ebuild 
b/app-xemacs/edit-utils/edit-utils-2.43.ebuild
deleted file mode 100644
index 71e35676802..000
--- a/app-xemacs/edit-utils/edit-utils-2.43.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Miscellaneous editor extensions, you probably need this"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-devel
-app-xemacs/fsf-compat
-app-xemacs/dired
-app-xemacs/mail-lib
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/edit-utils/edit-utils-2.44.ebuild 
b/app-xemacs/edit-utils/edit-utils-2.44.ebuild
deleted file mode 100644
index 66d1a24c46d..000
--- a/app-xemacs/edit-utils/edit-utils-2.44.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Miscellaneous editor extensions, you probably need this"
-XEMACS_PKG_CAT="standard"
-
-XEMACS_EXPERIMENTAL="true"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/xemacs-devel
-app-xemacs/fsf-compat
-app-xemacs/dired
-app-xemacs/mail-lib
-"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/footnote/

2021-10-09 Thread Mats Lidell
commit: fea491dd859e4d72da8b374b1989106bda99547c
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 15:28:50 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 15:28:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea491dd

app-xemacs/footnote: drop 1.16

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/footnote/Manifest |  1 -
 app-xemacs/footnote/footnote-1.16.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-xemacs/footnote/Manifest b/app-xemacs/footnote/Manifest
index 5093ce09d18..9fb9ec110ec 100644
--- a/app-xemacs/footnote/Manifest
+++ b/app-xemacs/footnote/Manifest
@@ -1,2 +1 @@
-DIST footnote-1.16-pkg.tar.gz 22152 BLAKE2B 
4ff8d3df1d76fcf23ec5191516bfeb7be4dbdf11a428d387a5c4a722b8c9b7cf34680548a8e7be2fa39b8dc83f623c96328c974ea4f3d940879b57ae03fde259
 SHA512 
4eba15270fd4529c3a8b5e8f488cd9dc294dab2f4b968490e8bbfc09e81bc4abd4f9c95b38a295a8f5899f4df55b7dab18e8979130cd8b24a533fbc609f0bf92
 DIST footnote-1.18-pkg.tar.gz 22196 BLAKE2B 
a6e99875cda4cf8bba7d27c2fad3d0bc61fcca09d6a79cc30b4e83004fa3dce704201e818ab6b0df96b5359425691f02ee5be92b347c41df6e842a6de6c44437
 SHA512 
222f2aafa6b0e56fdeacacc36a3dffec6ee6de103ae100f8900e00bfbf866d9bc1c3b6f00999c4d9a3c657bea6282a8b3fd89cac10856491745cab182a86e2c9

diff --git a/app-xemacs/footnote/footnote-1.16.ebuild 
b/app-xemacs/footnote/footnote-1.16.ebuild
deleted file mode 100644
index 37ffb042f47..000
--- a/app-xemacs/footnote/footnote-1.16.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Footnoting in mail message editing modes"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/mail-lib
-app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/dictionary/

2021-10-09 Thread Mats Lidell
commit: 5d614f32bee60e08b9263aceee41c18394a87e55
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 15:27:52 2021 +
Commit:     Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 15:27:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d614f32

app-xemacs/dictionary: drop 1.16

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/dictionary/Manifest   |  1 -
 app-xemacs/dictionary/dictionary-1.16.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/dictionary/Manifest b/app-xemacs/dictionary/Manifest
index 450db84e50b..27b5d108283 100644
--- a/app-xemacs/dictionary/Manifest
+++ b/app-xemacs/dictionary/Manifest
@@ -1,2 +1 @@
-DIST dictionary-1.16-pkg.tar.gz 40085 BLAKE2B 
413d5b82704eed5f96b99ffaedecdb149e8e562fa7e1a559cb396076d1ddae758fb634e00326f3f8682f7a1199905e3be7b0f271903f52faa532dbf31b8367fe
 SHA512 
8dc0c0809d713f9eda280b110dbffa6f237c50ebb2e6c93f571efb3d22c1875ee5359fa91bc3faa58b3b0f431e75b84527262defb8aff5174a400be61f1a80dd
 DIST dictionary-1.18-pkg.tar.gz 40135 BLAKE2B 
1fab7942a70e622613a5e126d2e48403d6b0d5594aca00e4cff9ac56db03aa2379a9742301a5a959e54ba8ca29780bd138d871577e31dc72805a6ccdabc4b44a
 SHA512 
bdcdf63eb60dfe1a296b22b7493d842cbb3ae210dfc4cbcf7602fd00e7791736690961bb339293e1fdcee2bb527b87c003acd0dc640dce0c4dd5208c03fb1386

diff --git a/app-xemacs/dictionary/dictionary-1.16.ebuild 
b/app-xemacs/dictionary/dictionary-1.16.ebuild
deleted file mode 100644
index 3db061687e1..000
--- a/app-xemacs/dictionary/dictionary-1.16.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Interface to RFC2229 dictionary servers"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



  1   2   3   4   5   >