Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 239255 Details for
Bug 328829
sys-apps/moreutils-0.39 should be split
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
parallel ebuild
parallel-0.39.ebuild (text/plain), 1.17 KB, created by
Nick Howell
on 2010-07-18 16:31:19 UTC
(
hide
)
Description:
parallel ebuild
Filename:
MIME Type:
Creator:
Nick Howell
Created:
2010-07-18 16:31:19 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.39.ebuild,v 1.1 2010/03/26 08:16:24 ssuominen Exp $ > >EAPI=2 >inherit eutils toolchain-funcs > >DESCRIPTION="parallel from a growing collection of the unix tools that nobody thought to write >thirty years ago" >HOMEPAGE="http://kitenet.net/~joey/code/moreutils/" >MONOLITHIC_PN="moreutils" >SRC_URI="mirror://debian/pool/main/${MONOLITHIC_PN:0:1}/${MONOLITHIC_PN}/${MONOLITHIC_PN}_${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~x86" >IUSE="" > >RDEPEND="!<=sys-apps/moreutils-0.39 > !sys-apps/gparallel > > " >DEPEND="${RDEPEND} > >=app-text/docbook2X-0.8.8-r2 > app-text/docbook-xml-dtd:4.4" > >S=${WORKDIR}/${MONOLITHIC_PN} > >src_prepare() { > sed -i -e 's/BINS=.*/BINS=parallel/' \ > -e 's/PERLSCRIPTS=.*/PERLSCRIPTS=/' \ > -e 's/MANS=.*/MANS=parallel.1/' \ > -e 's/^\s*install \$(PERLSCRIPTS).*//' Makefile > > epatch "${FILESDIR}"/${PN}-0.30-dtd-path.patch >} > >src_compile() { > tc-export CC > emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN=docbook2man.pl || die >} > >src_install() { > emake DESTDIR="${D}" INSTALL_BIN=install install || die >}
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 328829
:
239253
| 239255 |
239257
|
239259
|
239261
|
239263
|
239265
|
239267
|
239269
|
239271
|
239273
|
239275
|
239277
|
239279