Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 218727 Details for
Bug 299544
x11-misc/suxpanel installs ELF files in /usr/share
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild.diff
ebuild.diff (text/plain), 1021 bytes, created by
David Abbott (RETIRED)
on 2010-02-06 20:42:10 UTC
(
hide
)
Description:
ebuild.diff
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2010-02-06 20:42:10 UTC
Size:
1021 bytes
patch
obsolete
>--- /usr/portage/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild 2009-04-05 06:37:41.000000000 -0400 >+++ suxpanel-0.4b-r2.ebuild 2010-02-06 15:39:43.000000000 -0500 >@@ -1,7 +1,9 @@ >-# Copyright 1999-2008 Gentoo Foundation >+# Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.2 2008/04/07 20:11:12 drac Exp $ > >+EAPI=2 >+ > inherit eutils flag-o-matic toolchain-funcs > > DESCRIPTION="SuxPanel is a complete rewrite of MacOS Style Panel, a light-weight X11 desktop panel" >@@ -19,17 +21,23 @@ > dev-util/pkgconfig" > > src_unpack() { >- unpack ${A} >- cd "${S}" >+ default >+} >+ >+src_prepare() { > epatch "${FILESDIR}"/${P}-Makefile.in.patch > epatch "${FILESDIR}"/${P}-stdlib.patch >+ epatch "${FILESDIR}"/${P}-LIBDIR.patch >+} >+ >+src_configure() { >+ default > } > > src_compile() { >+ default > use amd64 && append-flags -O0 > tc-export CC >- econf >- emake || die "emake failed." > } > > src_install () {
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 Raw
Actions:
View
Attachments on
bug 299544
:
218723
| 218727 |
218737