Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 268247 Details for
Bug 337236
dev-util/amtterm: pre-stripped files found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
amtterm-1.2.ebuild.diff
amtterm-1.2.ebuild.diff (text/plain), 1.04 KB, created by
Christophe LEFEBVRE
on 2011-04-02 20:41:40 UTC
(
hide
)
Description:
amtterm-1.2.ebuild.diff
Filename:
MIME Type:
Creator:
Christophe LEFEBVRE
Created:
2011-04-02 20:41:40 UTC
Size:
1.04 KB
patch
obsolete
>--- amtterm-1.2.ebuild.orig 2011-04-02 22:21:49.000000000 +0200 >+++ amtterm-1.2.ebuild 2011-04-02 22:37:14.000000000 +0200 >@@ -1,4 +1,4 @@ >-# Copyright 1999-2009 Gentoo Foundation >+# Copyright 1999-2011 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/amtterm-1.2.ebuild,v 1.2 2009/11/08 11:15:50 patrick Exp $ > >@@ -6,22 +6,25 @@ > > inherit eutils > >-SLOT="0" >-IUSE="" >-LICENSE="GPL-2" >-KEYWORDS="~x86 ~amd64" >- > DESCRIPTION="A nice tool to manage amt-enabled machines" > HOMEPAGE="http://dl.bytesex.org/releases/amtterm/" >- > SRC_URI="http://dl.bytesex.org/releases/${PN}/${P}.tar.gz" > >+LICENSE="GPL-2" >+SLOT="0" >+KEYWORDS="~x86 ~amd64" >+IUSE="" >+ > RDEPEND="dev-perl/SOAP-Lite" > >+src_prepare() { >+ sed -i -e 's|\(INSTALL_BINARY := \$(INSTALL)\) \$(STRIP)|\1|' mk/Variables.mk || die >+} >+ > src_compile() { >- prefix="/usr" emake >+ prefix="/usr" emake || die > } > > src_install() { >- prefix="/usr" emake DESTDIR=${D} install >+ prefix="/usr" emake DESTDIR=${D} install || die > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 337236
:
247223
| 268247