Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39589 Details for
Bug 59841
ebuild for eSvn - LinCVS like GUI for subversion
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An ebuild for esvn-0.6.0-1 that is Gentoo specs conformant
esvn-0.6.0_rc1.ebuild (text/plain), 795 bytes, created by
David
on 2004-09-14 11:03:04 UTC
(
hide
)
Description:
An ebuild for esvn-0.6.0-1 that is Gentoo specs conformant
Filename:
MIME Type:
Creator:
David
Created:
2004-09-14 11:03:04 UTC
Size:
795 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >RESTRICT="nomirror" >MY_P="esvn-0.6.0-1" >SRC_URI="http://esvn.umputun.com/${MY_P}.tar.gz" >DESCRIPTION="Graphical client for subversion" >KEYWORDS="-* ~x86" >DEPEND=">=dev-util/subversion-1" >HOMEPAGE="http://esvn.umputun.com/" >LICENSE="GPL-2" >SLOT="0" >IUSE="" > >inherit kde-functions >need-qt 3 > >S=${WORKDIR}/esvn > >src_compile(){ > # Build the utility esvn-diff-wrapper > qmake -o Makefile esvn-diff-wrapper.pro > emake || die "Compilation failed building esvn-diff-wrapper" > > # Build the main tool > qmake -o Makefile esvn.pro > emake || die "Compilation failed building esvn" > >} > >src_install(){ > dobin esvn esvn-diff-wrapper > dodoc AUTHORS ChangeLog COPYING LICENSE README VERSION >}
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 59841
:
37087
|
39573
|
39583
|
39589
|
45576
|
45754
|
46063
|
47818
|
48239