+++ /dev/null
-DIST idutils-4.6.tar.xz 1001496 BLAKE2B bbb06fd0c1e585c8022ae46f2c721aef60becd512da91fc4191977cd46ecf2df86e7bc65481182881c434de6e9c740853b916e31dacedb75c1f14ae8d94967ea SHA512 830fe4a36693e9bcc8def25982c1a76decac2076165158c39858106f928c1b6ff2bb941fcce7244357c4205c2ecc945b772c9f5a083c4fedb1b75eea0af5445e
+++ /dev/null
---- idutils-4.6_O/lib/stdio.in.h 2012-01-28 17:26:05.000000000 +0100
-+++ idutils-4.6/lib/stdio.in.h 2013-06-13 18:38:29.787232848 +0200
-@@ -712,10 +712,12 @@
- # undef gets
- # endif
- _GL_CXXALIASWARN (gets);
-+# if HAVE_RAW_DECL_GETS
- /* It is very rare that the developer ever has full control of stdin,
- so any use of gets warrants an unconditional warning. Assume it is
- always declared, since it is required by C89. */
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-+# endif
- #endif
-
-
+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit elisp-common eutils
-
-DESCRIPTION="Fast, high-capacity, identifier database tool"
-HOMEPAGE="https://www.gnu.org/software/idutils/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs nls"
-
-RDEPEND="emacs? ( >=app-editors/emacs-23.1 )
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-4.6-glibc-2.16.patch"
-}
-
-src_configure() {
- use emacs || export EMACS=no
- econf \
- $(use_enable nls) \
- $(use_with emacs lispdir "${SITELISP}/${PN}")
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>robbat2@gentoo.org</email>
- </maintainer>
- <longdescription>
- Fast, high-capacity, identifier database tool.
- Actually, the term `identifier' is too limiting--`mkid' stores tokens, be
- they program identifiers of any form, literal numbers, or words of
- human-readable text. Database queries can be issued from the command-line,
- or from within emacs, serving as an augmented tags facility.
- </longdescription>
-</pkgmetadata>
# Removal in 30 days
dev-util/kelbt
-# Aaron Bauman <bman@gentoo.org> (2019-12-10)
-# EAPI=4, fails to build
-# Removal in 30 days
-dev-util/idutils
-
# David Seifert <soap@gentoo.org> (2019-12-10)
# Abandoned upstream, broken ncurses linking, last release 8 years ago.
# Bug #677742, #696228. Removal in 30 days.