* [gentoo-commits] repo/gentoo:master commit in: dev-util/idutils/files/, dev-util/idutils/, profiles/
@ 2020-01-14 16:20 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-01-14 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 1cce8d25d61dadb73d8a31621f3b5402c7a2412d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 16:17:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 16:17:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cce8d25
dev-util/idutils: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/idutils/Manifest | 1 -
.../idutils/files/idutils-4.6-glibc-2.16.patch | 15 ----------
dev-util/idutils/idutils-4.6.ebuild | 32 ----------------------
dev-util/idutils/metadata.xml | 14 ----------
profiles/package.mask | 5 ----
5 files changed, 67 deletions(-)
diff --git a/dev-util/idutils/Manifest b/dev-util/idutils/Manifest
deleted file mode 100644
index 39718a52b49..00000000000
--- a/dev-util/idutils/Manifest
+++ /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
index c8659f071e2..00000000000
--- a/dev-util/idutils/files/idutils-4.6-glibc-2.16.patch
+++ /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
index f4482ff548f..00000000000
--- a/dev-util/idutils/idutils-4.6.ebuild
+++ /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
index be1a52884a3..00000000000
--- a/dev-util/idutils/metadata.xml
+++ /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>
diff --git a/profiles/package.mask b/profiles/package.mask
index c4f3975f1ab..2602bf39420 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-14 16:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-14 16:20 [gentoo-commits] repo/gentoo:master commit in: dev-util/idutils/files/, dev-util/idutils/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox