Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113425 Details for
Bug 167940
sys-apps/lsvpd (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lsvpd-1.1.0.ebuild
lsvpd-1.1.0.ebuild (text/plain), 1.01 KB, created by
Eric Munson
on 2007-03-16 00:00:12 UTC
(
hide
)
Description:
lsvpd-1.1.0.ebuild
Filename:
MIME Type:
Creator:
Eric Munson
Created:
2007-03-16 00:00:12 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /data/cvsroot/lsvpd-new/lsvpd-x.ebuild,v 1.4 2007/03/08 23:08:47 munsone Exp $ > >DESCRIPTION="A utility to list device Vital Product Data (VPD) information." >HOMEPAGE="http://linux-diag.sourceforge.net/Lsvpd.html" >SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/linux-diag/${P}.tar.gz" > >LICENSE="GPL-2 || LGPL-2.1" >SLOT="0" >KEYWORDS="x86 ppc ppc64" >IUSE="" > >DEPEND="sys-devel/libtool > sys-libs/libstdc++-v3 > sys-libs/zlib > sys-apps/sg3_utils > =sys-libs/db-4.2.52_p4-r2 > ppc? ( >=sys-libs/librtas-1.3.0 ) > ppc64? ( >=sys-libs/librtas-1.3.0 )" >RDEPEND="sys-libs/libstdc++-v3 > sys-libs/zlib > >=sys-fs/udev-103 > ppc? ( >=sys-libs/librtas-1.3.0 ) > ppc64? ( >=sys-libs/librtas-1.3.0 )" > >src_compile() >{ > cd ${S} > > econf --prefix=/usr/ || die "Configure failed" > > emake || die "Build failed" >} > >src_install() >{ > make DESTDIR=${D} install || die "Install failed" >} > >pkg_postinst() >{ > rc-update add vpdupdater default >}
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 167940
:
110939
|
113425
|
118690
|
126837
|
133062
|
137626
|
140575
|
140578
|
141181
|
605164