public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/files/, app-misc/empty/
@ 2017-07-17 12:56 Sergey Popov
  0 siblings, 0 replies; only message in thread
From: Sergey Popov @ 2017-07-17 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9454672842ee0fbd77b0e971fbdd3cd043166e19
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:30:07 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> 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 */


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-17 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 12:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/files/, app-misc/empty/ Sergey Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox