Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60564 Details for
Bug 94391
Install documentation for tla-1.3.3 (GNU arch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed ebuild (tla-1.3.3-r1), new use flag "doc"
tla-1.3.3-r1.ebuild (text/plain), 1.59 KB, created by
Matteo Settenvini
on 2005-06-04 02:04:16 UTC
(
hide
)
Description:
Fixed ebuild (tla-1.3.3-r1), new use flag "doc"
Filename:
MIME Type:
Creator:
Matteo Settenvini
Created:
2005-06-04 02:04:16 UTC
Size:
1.59 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.3.3.ebuild,v 1.1 2005/06/03 10:48:00 arj Exp $ > >S="${WORKDIR}/${P}/src/=build" >DESCRIPTION="Revision control system ideal for widely distributed development" >SRC_URI="mirror://gnu/gnu-arch/${P}.tar.gz > http://dev.gentoo.org/~arj/tla.1-2.gz" >HOMEPAGE="http://savannah.gnu.org/projects/gnu-arch http://wiki.gnuarch.org/ http://arch.quackerhead.com/~lord/" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~alpha ~ppc ~hppa ~sparc ~amd64" >IUSE="doc" > >DEPEND="sys-apps/coreutils > sys-apps/diffutils > sys-devel/patch > sys-apps/findutils > sys-apps/gawk > app-arch/tar > sys-apps/util-linux > sys-apps/debianutils > sys-devel/make" > >src_unpack() { > unpack ${P}.tar.gz > unpack tla.1-2.gz > mkdir "${S}" > cd "${WORKDIR}/${P}" > sed -i 's:/home/lord/{install}:/usr:g' "${WORKDIR}/${P}/src/tla/=gpg-check.awk" >} > >src_compile() { > ../configure \ > --prefix="/usr" \ > --with-posix-shell="/bin/bash" || die "configure failed" > # parallel make may cause problems with this package > make || die "make failed" >} > >src_install () { > make install prefix="${D}/usr" \ > || die "make install failed" > > cd ${S}/.. > dodoc COPYING > dodoc ChangeLog > > if use doc; then > cd docs-tla > docinto html > dohtml -r . > > cd ../docs-hackerlab > docinto hackerlab/html > dohtml html/* > docinto hackerlab/ps > dodoc ps/* > fi > > cd ${WORKDIR} > mv tla.1-2 tla.1 > doman tla.1 > > chmod 755 "${WORKDIR}/${P}/src/tla/=gpg-check.awk" > cp -a "${WORKDIR}/${P}/src/tla/=gpg-check.awk" "${D}/usr/bin/tla-gpg-check.awk" >}
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 94391
:
60098
| 60564