Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47818 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]
Ebuild for esvn-0.6.7
esvn-0.6.7.ebuild (text/plain), 825 bytes, created by
DArt
on 2005-01-07 00:44:38 UTC
(
hide
)
Description:
Ebuild for esvn-0.6.7
Filename:
MIME Type:
Creator:
DArt
Created:
2005-01-07 00:44:38 UTC
Size:
825 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.7-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(){ > make INSTALL_ROOT=${D} install > dobin 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