From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC409139694 for ; Mon, 17 Jul 2017 12:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2099DE0BC7; Mon, 17 Jul 2017 12:56:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E214BE0BB2 for ; Mon, 17 Jul 2017 12:56:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEA293418A8 for ; Mon, 17 Jul 2017 12:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7597497 for ; Mon, 17 Jul 2017 12:56:52 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1500296194.9454672842ee0fbd77b0e971fbdd3cd043166e19.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/files/, app-misc/empty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/empty/Manifest app-misc/empty/empty-0.6.19b.ebuild app-misc/empty/files/overflow-fixes.patch X-VCS-Directories: app-misc/empty/ app-misc/empty/files/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 9454672842ee0fbd77b0e971fbdd3cd043166e19 X-VCS-Branch: master Date: Mon, 17 Jul 2017 12:56:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 966699fe-0e98-4cc1-ae69-6154f06c2f47 X-Archives-Hash: e56fc2c830f1bd2aa295df3028fc9c85 commit: 9454672842ee0fbd77b0e971fbdd3cd043166e19 Author: Sergey Popov gentoo org> AuthorDate: Mon Jul 17 12:30:07 2017 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon Jul 17 12:56:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94546728 app-misc/empty: drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-misc/empty/Manifest | 1 - app-misc/empty/empty-0.6.19b.ebuild | 32 ------------------------------- app-misc/empty/files/overflow-fixes.patch | 20 ------------------- 3 files changed, 53 deletions(-) diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest index 538ed796570..40068cd152b 100644 --- a/app-misc/empty/Manifest +++ b/app-misc/empty/Manifest @@ -1,2 +1 @@ -DIST empty-0.6.19b.tgz 16075 SHA256 05b7cb361ef815774abda325c09c573f8c9039ccbb71eedc743439e4637c314a SHA512 7afb2b5d08f2d3ebe0819eccef39b2e35fa532b6cbdcef49d2dbb4a5aa57fe55b1765461de9691d6eaa3188a9ecd98c291de738c13c9c2158c4f53d704b83670 WHIRLPOOL ed003801da923de6b50e6b29313b5603c18b98851e7523971b7a1059c9d14bc9545726437c6c8c41427fe7fbac531469aa7500ffb324f3cd77682208da88088b DIST empty-0.6.20b.tgz 16269 SHA256 7e6636e400856984c4405ce7bd0843aaa3329fa3efd20c58df8400a9eaa35f09 SHA512 bdeda29ecde0bc7ee0432656f0497154e04dbad26aba62a0fe76ded394ddeefe2bfd921594a2dae44459b62ab4767d3b12a7a86216dfda56b6d77035a8b05c3d WHIRLPOOL d8004ed6b88a95e3f37416f40da0936cfb082f416ac0ac7c34e052767802faac0f9ad94e1e5e922c3cbdbe9affd0192232a4dccc04aed8bb34234932184ab76e diff --git a/app-misc/empty/empty-0.6.19b.ebuild b/app-misc/empty/empty-0.6.19b.ebuild deleted file mode 100644 index e60f8bb241e..00000000000 --- a/app-misc/empty/empty-0.6.19b.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" -inherit eutils toolchain-funcs - -DESCRIPTION="Small shell utility, similar to expect(1)" -HOMEPAGE="http://empty.sourceforge.net" -SRC_URI="mirror://sourceforge/empty/${P}.tgz" -LICENSE="BSD" -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="examples" -DEPEND="" -RDEPEND="virtual/logger" - -src_prepare() { - epatch "${FILESDIR}/overflow-fixes.patch" - epatch "${FILESDIR}/${PN}-respect-LDFLAGS.patch" -} - -src_compile() { - emake CC=$(tc-getCC) -} - -src_install() { - dobin empty - doman empty.1 - dodoc README - use examples && dodoc -r examples -} diff --git a/app-misc/empty/files/overflow-fixes.patch b/app-misc/empty/files/overflow-fixes.patch deleted file mode 100644 index 96dd18024a0..00000000000 --- a/app-misc/empty/files/overflow-fixes.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- empty.c.orig 2009-07-27 18:26:42.000000000 +0100 -+++ empty.c 2011-12-22 17:17:11.037090159 +0000 -@@ -584,7 +584,7 @@ - - for (i = 1; i < argc; i++) { - strncat(buf, " ", 1); -- strncat(buf, argv[i], sizeof(buf)); -+ strncat(buf, argv[i], sizeof(buf) -1); - } - - (void)syslog(LOG_NOTICE, "forked %s", buf); -@@ -686,7 +686,7 @@ - while ((dent = readdir(dir)) != NULL) { - if (!strncmp(fmask, dent->d_name, len)) { - strncpy(fname, dent->d_name, sizeof(fname) - 1); -- fname[sizeof(buf) - 1] = '\0'; -+ fname[MAXPATHLEN - 1] = '\0'; - - strtok(fname, sep); /* empty */ - strtok(NULL, sep); /* PPID */