Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61778 Details for
Bug 96445
ksvn ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ksvn-0.2.ebuild
ksvn-0.2.ebuild (text/plain), 826 bytes, created by
Jan Callewaert
on 2005-06-23 06:25:03 UTC
(
hide
)
Description:
ksvn-0.2.ebuild
Filename:
MIME Type:
Creator:
Jan Callewaert
Created:
2005-06-23 06:25:03 UTC
Size:
826 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit kde-functions >need-kde 3.3 > >MY_P=${P}-src > >DESCRIPTION="KSvn is a konqueror-integrated subversion client" >HOMEPAGE="http://ksvn.sf.net/" >SRC_URI="mirror://sourceforge/ksvn/${MY_P}.tar.gz" > >S=${WORKDIR}/${MY_P} > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=dev-util/gambas-1.0.4" >RDEPEND=">=dev-util/subversion-1.1.3" > >src_compile() { > gbc -a || die "compiling failed" > gba . || die "linking failed" >} >src_install() { > mkdir -p ${D}/usr/bin > mkdir -p ${D}/usr/share/apps/konqueror/servicemenus/ > mkdir -p ${D}/usr/share/icons/ksvn/ > cp ksvn-${PV}-src ${D}/usr/bin/ksvn > cp ksvn.desktop ${D}/usr/share/apps/konqueror/servicemenus/ksvn.desktop > cp icons/* ${D}/usr/share/icons/ksvn/ >}
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 96445
:
61437
| 61778 |
68831