Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441314 - Please stabilize =dev-util/injectso-0.2-r1
Summary: Please stabilize =dev-util/injectso-0.2-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://packages.gentoo.org/package/de...
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2012-11-03 07:51 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2012-11-22 10:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2012-11-03 07:51:38 UTC
Is it OK to stabilize =dev-util/injectso-0.2-r1 ?

If so, please CC all arches which have stable keywords

for older versions of this package and add STABLEREQ keyword

to the bug.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-11-03 12:52:07 UTC
@amd64, please consider keywording.
Comment 2 Agostino Sarubbo gentoo-dev 2012-11-04 11:50:54 UTC
we will drop
Comment 3 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-11-21 22:37:57 UTC
Tested x86: it's ok here.

This bug is only an ebuild improvement.

# diff -u injectso-0.2.ebuild injectso-0.2-r1.ebuild 
--- injectso-0.2.ebuild	2007-03-05 04:48:04.000000000 +0100
+++ injectso-0.2-r1.ebuild	2009-09-01 19:39:24.000000000 +0200
@@ -1,8 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/injectso-0.2.ebuild,v 1.10 2007/03/05 03:48:04 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/injectso-0.2-r1.ebuild,v 1.1 2009/09/01 17:39:24 jer Exp $
 
-inherit eutils
+EAPI="2"
+
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Inject shared libraries into running processes under Solaris and Linux"
 HOMEPAGE="http://www.securereality.com.au/"
@@ -10,17 +12,20 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="~x86"
 IUSE=""
 
 DEPEND=""
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}-gcc4.patch"
 }
 
+src_configure() {
+	tc-export CC
+	default_src_configure
+}
+
 src_install() {
 	dobin injectso
Comment 4 Agostino Sarubbo gentoo-dev 2012-11-22 10:06:29 UTC
x86 stable, thanks Vicente. Last arch, closing