dev-util/idutils: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 14 Jan 2020 16:17:49 +0000 (17:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 14 Jan 2020 16:17:49 +0000 (17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/idutils/Manifest [deleted file]
dev-util/idutils/files/idutils-4.6-glibc-2.16.patch [deleted file]
dev-util/idutils/idutils-4.6.ebuild [deleted file]
dev-util/idutils/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-util/idutils/Manifest b/dev-util/idutils/Manifest
deleted file mode 100644 (file)
index 39718a5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST idutils-4.6.tar.xz 1001496 BLAKE2B bbb06fd0c1e585c8022ae46f2c721aef60becd512da91fc4191977cd46ecf2df86e7bc65481182881c434de6e9c740853b916e31dacedb75c1f14ae8d94967ea SHA512 830fe4a36693e9bcc8def25982c1a76decac2076165158c39858106f928c1b6ff2bb941fcce7244357c4205c2ecc945b772c9f5a083c4fedb1b75eea0af5445e
diff --git a/dev-util/idutils/files/idutils-4.6-glibc-2.16.patch b/dev-util/idutils/files/idutils-4.6-glibc-2.16.patch
deleted file mode 100644 (file)
index c8659f0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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
diff --git a/dev-util/idutils/idutils-4.6.ebuild b/dev-util/idutils/idutils-4.6.ebuild
deleted file mode 100644 (file)
index f4482ff..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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}")
-}
diff --git a/dev-util/idutils/metadata.xml b/dev-util/idutils/metadata.xml
deleted file mode 100644 (file)
index be1a528..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
index c4f3975f1aba37848afc636d0c12231755ebe25f..2602bf39420036690954a23b132e9d128aa8ecec 100644 (file)
@@ -702,11 +702,6 @@ app-admin/grubconfig
 # 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.