diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-14 17:17:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-14 17:17:49 +0100 |
commit | 1cce8d25d61dadb73d8a31621f3b5402c7a2412d (patch) | |
tree | 621741025066fc97d7e02d135c14d2f40d249942 /dev-util | |
parent | dev-libs/cityhash: Remove last-rited pkg (diff) | |
download | gentoo-1cce8d25d61dadb73d8a31621f3b5402c7a2412d.tar.gz gentoo-1cce8d25d61dadb73d8a31621f3b5402c7a2412d.tar.bz2 gentoo-1cce8d25d61dadb73d8a31621f3b5402c7a2412d.zip |
dev-util/idutils: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/idutils/Manifest | 1 | ||||
-rw-r--r-- | dev-util/idutils/files/idutils-4.6-glibc-2.16.patch | 15 | ||||
-rw-r--r-- | dev-util/idutils/idutils-4.6.ebuild | 32 | ||||
-rw-r--r-- | dev-util/idutils/metadata.xml | 14 |
4 files changed, 0 insertions, 62 deletions
diff --git a/dev-util/idutils/Manifest b/dev-util/idutils/Manifest deleted file mode 100644 index 39718a52b491..000000000000 --- 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 c8659f071e26..000000000000 --- 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 f4482ff548fd..000000000000 --- 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 be1a52884a34..000000000000 --- 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> |