Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36693 Details for
Bug 39383
Submission: dev-util/monotone-0.15.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for monotone 1.14
monotone-0.14.ebuild (text/plain), 959 bytes, created by
Peter Simons
on 2004-08-03 02:51:46 UTC
(
hide
)
Description:
ebuild for monotone 1.14
Filename:
MIME Type:
Creator:
Peter Simons
Created:
2004-08-03 02:51:46 UTC
Size:
959 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >DESCRIPTION="Monotone Distributed Version Control System" >HOMEPAGE="http://www.venge.net/monotone/" >SRC_URI="http://www.venge.net/monotone/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" > >IUSE="nls doc" > >RDEPEND="virtual/glibc > >=dev-libs/boost-1.31.0 > dev-libs/popt" > >DEPEND="${RDEPEND} > >=sys-devel/gcc-3.3.3 > sys-devel/gettext > doc? ( dev-lang/perl sys-apps/texinfo )" > >src_compile() { > local myconf= > use nls || myconf="--disable-nls" > > export CFLAGS="-fno-pic -fno-stack-protector $CFLAGS" > export CXXFLAGS="-fno-pic -fno-stack-protector $CXXFLAGS" > > econf ${myconf} || die > emake || die "emake failed" >} > >src_install() { > einstall || die > > # Generate html docs > > if [ `use doc` ] ; then > emake html || die "emake html failed" > dohtml -r html/* > fi > > dodoc NEWS >}
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 39383
:
24413
|
32142
|
33436
|
36693
|
41806
|
41975