Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36571 Details for
Bug 59063
updated ebuild: app-shells/dash-0.5.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the ebuild
dash-0.5.1.ebuild (text/plain), 1.12 KB, created by
Peter Gantner (a.k.a. nephros)
on 2004-08-01 04:05:19 UTC
(
hide
)
Description:
the ebuild
Filename:
MIME Type:
Creator:
Peter Gantner (a.k.a. nephros)
Created:
2004-08-01 04:05:19 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.26.ebuild,v 1.3 2004/06/29 03:53:13 vapier Exp $ > >inherit eutils > >MY_P="${P/-/_}" > ># the debian patchlevel >DEB_PV=1 > >DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" >HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" >SRC_URI="mirror://debian/pool/main/d/dash/${MY_P}.orig.tar.gz \ > mirror://debian/pool/main/d/dash/${MY_P}-${DEB_PV}.diff.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="" > >DEPEND="sys-devel/pmake > sys-apps/sed > dev-util/yacc" > >S=${WORKDIR}/${P} > >src_compile() { > epatch ${DISTDIR}/${MY_P}-${DEB_PV}.diff.gz || die "epatch failed" > econf || die "econf failed" > emake || die "emake failed" > # pmake name conflicts, use full path > #/usr/bin/pmake CFLAGS:="-Wall -DBSD=1 -DSMALL -D_GNU_SOURCE -DGL \ > # -DIFS_BROKEN -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= \ > # -D_DIAGASSERT\(x\)= -g -O2 -fstrict-aliasing" YACC:=bison || die >} > >src_install() { > exeinto /bin > newexe src/dash dash > > newman src/dash.1 dash.1 > > dodoc COPYING debian/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 59063
: 36571