Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 122142 Details for
Bug 179762
sys-devel/sparse-0.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild for 0.3
sparse-0.3.ebuild (text/plain), 898 bytes, created by
PaX Team
on 2007-06-15 13:58:54 UTC
(
hide
)
Description:
ebuild for 0.3
Filename:
MIME Type:
Creator:
PaX Team
Created:
2007-06-15 13:58:54 UTC
Size:
898 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.2.ebuild,v 1.1 2006/12/08 15:17:07 solar Exp $ > >inherit eutils > >DESCRIPTION="C semantic parser" >HOMEPAGE="http://kernel.org/pub/linux/kernel/people/josh/sparse/" >SRC_URI="http://kernel.org/pub/linux/kernel/people/josh/sparse/dist/${P}.tar.gz" > >LICENSE="OSL-1.1" >SLOT="0" >KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~x86" >IUSE="" > >DEPEND="" >RDEPEND="" > >src_unpack() { > unpack ${A} > cd "${WORKDIR}" > epatch "${FILESDIR}/${P}-makefile-fix.patch" >} > >src_compile() { > emake CFLAGS="${CFLAGS} -fpic" LDFLAGS="${LDFLAGS}" || die >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" ># emake install BINDIR="${D}"/usr/bin || die ># newbin check sparse || die ># dolib.so libsparse.so || die > dodoc FAQ README >}
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 179762
: 122142 |
122143