* [gentoo-commits] repo/gentoo:master commit in: dev-util/injectso/, profiles/, dev-util/injectso/files/
@ 2016-07-24 13:23 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-07-24 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 86607f3b2ab7f86f3255adaae3c59d46be5d17fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 13:17:45 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 13:22:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86607f3b
dev-util/injectso: Remove last-rited pkg
dev-util/injectso/Manifest | 1 -
dev-util/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(-)
diff --git a/dev-util/injectso/Manifest b/dev-util/injectso/Manifest
deleted file mode 100644
index ceb2694..0000000
--- 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 f814d96..0000000
--- 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 010367e..0000000
--- 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 6f49eba..0000000
--- a/dev-util/injectso/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index feb176c..2fad144 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-24 13:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-24 13:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/injectso/, profiles/, dev-util/injectso/files/ 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