From 86607f3b2ab7f86f3255adaae3c59d46be5d17fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 24 Jul 2016 15:17:45 +0200 Subject: [PATCH] dev-util/injectso: Remove last-rited pkg --- dev-util/injectso/Manifest | 1 - .../injectso/files/injectso-0.2-gcc4.patch | 32 ------------- dev-util/injectso/injectso-0.2-r1.ebuild | 46 ------------------- dev-util/injectso/metadata.xml | 5 -- profiles/package.mask | 1 - 5 files changed, 85 deletions(-) delete mode 100644 dev-util/injectso/Manifest delete mode 100644 dev-util/injectso/files/injectso-0.2-gcc4.patch delete mode 100644 dev-util/injectso/injectso-0.2-r1.ebuild delete mode 100644 dev-util/injectso/metadata.xml diff --git a/dev-util/injectso/Manifest b/dev-util/injectso/Manifest deleted file mode 100644 index ceb2694d6209..000000000000 --- a/dev-util/injectso/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST injectso-0.2.tar.gz 80367 SHA256 86ed5a565b200987649f97d7851229c076e37c2ddfedbb27bc8483bd7203e7a6 SHA512 7c305b0305aff49da9c6673f753d21472c007042dc58ff8df7c08773c5b38aef2f230c06943f1ce5c0024804515d61c11ae6ed48af65404b783fc0c11f10aa4b WHIRLPOOL 144eb9212afcbe8f816a7dae242679688e5dc32fb16ef815a3246a48cb6131c1bd7e996fecd3cfb4a6b40c574a505915e79d5375c2b4e7be11fafb812cb45aad diff --git a/dev-util/injectso/files/injectso-0.2-gcc4.patch b/dev-util/injectso/files/injectso-0.2-gcc4.patch deleted file mode 100644 index f814d961f624..000000000000 --- a/dev-util/injectso/files/injectso-0.2-gcc4.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -x 'config*' -ur /var/tmp/portage/dev-util/injectso-0.2/work/injectso-0.2/procdbg.c /tmp/injectso-0.2/procdbg.c ---- a/injectso-0.2/procdbg.c 2002-07-13 06:06:00.000000000 +0100 -+++ b/injectso-0.2/procdbg.c 2006-12-17 22:20:59.000000000 +0000 -@@ -146,7 +146,7 @@ - - /* Now subtract the amount of space we need for the */ - /* data to be pushed */ -- (unsigned long) pvEsp -= iSize; -+ pvEsp -= (unsigned long) iSize; - - /* Round it to a multiple of 8 (if it isn't already) */ - /* (We use 8 since Sparc requires double word alignment) */ -@@ -241,7 +241,7 @@ - ptProcStatus->regs.eax = EINTR; - } else { - show_debug(3, "Restoring EIP to retry\n"); -- (unsigned long) ptProcStatus->regs.eip = (unsigned long) ptProcStatus->regs.eip - 2; -+ ptProcStatus->regs.eip = (unsigned long) ptProcStatus->regs.eip - 2; - ptProcStatus->regs.eax = ptProcStatus->regs.orig_eax; - } - } -diff -x 'config*' -ur /var/tmp/portage/dev-util/injectso-0.2/work/injectso-0.2/readargs.c /tmp/injectso-0.2/readargs.c ---- a/injectso-0.2/readargs.c 2002-06-30 10:45:47.000000000 +0100 -+++ b/injectso-0.2/readargs.c 2006-12-17 22:19:54.000000000 +0000 -@@ -115,7 +115,6 @@ - } - iError = 1; - break; -- default: - } - } - diff --git a/dev-util/injectso/injectso-0.2-r1.ebuild b/dev-util/injectso/injectso-0.2-r1.ebuild deleted file mode 100644 index 010367e2ffb3..000000000000 --- a/dev-util/injectso/injectso-0.2-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="Inject shared libraries into running processes under Solaris and Linux" -HOMEPAGE="http://www.securereality.com.au/" -SRC_URI="http://www.securereality.com.au/archives/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" -IUSE="" - -DEPEND="" - -src_prepare() { - epatch "${FILESDIR}/${P}-gcc4.patch" -} - -src_configure() { - tc-export CC - default_src_configure -} - -src_install() { - dobin injectso - - dodir /usr/lib/injectso - insinto /usr/lib/injectso - doins libtest.so libtest.c - - dodoc ChangeLog README.txt - dohtml README.html -} - -pkg_postinst() { - echo - elog "Read the documentation for instructions on how to use this tool." - elog "The sample library \"libtest.so\" and its source file \"libtest.c\"" - elog "be found in /usr/lib/injectso." - echo -} diff --git a/dev-util/injectso/metadata.xml b/dev-util/injectso/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-util/injectso/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/package.mask b/profiles/package.mask index feb176c43a55..2fad1447d3ad 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -250,7 +250,6 @@ app-portage/epm # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these # ebuilds are still sitting in ~arch after years in the tree. # Masked for removal in 30 days. -dev-util/injectso dev-util/ghh dev-util/rec dev-util/jif -- 2.26.2