Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44949 Details for
Bug 72810
version bump : sys-apps/dmidecode : 2.4 => 2.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dmidecode-2.5.ebuild
dmidecode-2.5.ebuild (text/plain), 937 bytes, created by
Tony Vroon (RETIRED)
on 2004-11-29 12:01:41 UTC
(
hide
)
Description:
dmidecode-2.5.ebuild
Filename:
MIME Type:
Creator:
Tony Vroon (RETIRED)
Created:
2004-11-29 12:01:41 UTC
Size:
937 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.4.ebuild,v 1.2 2004/09/03 00:34:49 dholm Exp $ > >inherit flag-o-matic > >DESCRIPTION="DMI (Desktop Management Interface) table related utilities" >HOMEPAGE="http://www.nongnu.org/dmidecode/" >SRC_URI="http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~ia64 ~ppc" >IUSE="" > >DEPEND=">=sys-apps/sed-4" > >src_unpack() { > unpack ${A} > cd ${S} > > use ia64 && append-flags -D__IA64__ > sed -i \ > -e "s:-O2:${CFLAGS}${ARCHFLAGS}:" \ > -e "s:man/man8:share/man/man8:g" \ > -e "s:/usr/local:${D}/usr:" \ > Makefile || die "manpage sed failed" >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > dodir /usr/sbin /usr/share/man/man8 > make install || die "make install failed" > dodoc README AUTHORS CHANGELOG >}
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 72810
: 44949