Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96445 - ksvn ebuild
Summary: ksvn ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-06-18 02:30 UTC by R. May
Modified: 2007-05-02 10:28 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ksvn-0.2.ebuild (ksvn-0.2.ebuild,824 bytes, text/plain)
2005-06-18 03:43 UTC, Jan Callewaert
Details
ksvn-0.2.ebuild (ksvn-0.2.ebuild,826 bytes, text/plain)
2005-06-23 06:25 UTC, Jan Callewaert
Details
ebuild (ksvn-0.2.ebuild,1.03 KB, application/octet-stream)
2005-09-19 14:43 UTC, Mike Valstar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description R. May 2005-06-18 02:30:17 UTC
cat /usr/local/portage/kde-misc/ksvn/ksvn-0.2.ebuild 
# Copyright 1999-2004 Gentoo Foundation 
# Distributed under the terms of the GNU General Public License v2 
# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksvn/ksvn-0.2.ebuild,v 0.1 
2005/06/15 19:43:53 Exp $ 
 
inherit kde 
need-kde 3 
DESCRIPTION="kde svn client" 
SRC_URI="mirror://sourceforge/ksvn/${P}.tar.gz" 
HOMEPAGE="http://ksvn.sf.net" 
 
LICENSE="GPL-2" 
SLOT="0" 
KEYWORDS="x86 ppc ~sparc" 
IUSE="" 
 
DEPEND="dev-utils/gambas" 
 
src_compile() { :; } 
 
src_install() { 
        cd "${WORKDIR}" 
 
        dodir /usr/share/icons/ksvn 
        insinto /usr/share/icons/ksvn 
        doins ./ksvn-0.2/icons/*.png 
 
 
        insinto /usr/bin 
        doins ./ksvn-0.2/ksvn 
        dobin /usr/bin/ksvn 
 
        insinto /usr/share/apps/konqueror/servicemenus 
        doins "./ksvn-0.2/ksvn.desktop" 
} 
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-18 03:02:09 UTC
Please, read this document before submitting ebuilds.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3

Feel free to reopen after you have attached a proper ebuild. Thanks. 
Comment 2 Jan Callewaert 2005-06-18 03:43:31 UTC
Created attachment 61437 [details]
ksvn-0.2.ebuild

I liked the program, so I have made an ebuild for it :)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-06-18 04:19:11 UTC
Reopened.
Comment 4 Jeffrey 2005-06-18 14:48:10 UTC
That ebuild has "cp ksvn-0.2-src", shouldn't ${PV} be used there? The rest looks
fine, I've had a similar ebuild in my overlay and it works for me.
Comment 5 Jan Callewaert 2005-06-23 06:25:03 UTC
Created attachment 61778 [details]
ksvn-0.2.ebuild

updated with the suggestions in comment #4.
Comment 6 Mike Valstar 2005-09-19 14:43:36 UTC
Created attachment 68831 [details]
ebuild

the other file did not put ksvn.desktop in the proper place so it did not show
properly in the konqueror menu.. fixed in this one
Comment 7 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2007-04-02 17:41:17 UTC
According to the sourceforge's page, this project is currently inactive and seems to have released the latest version almost 2 years ago:

http://sourceforge.net/projects/ksvn/
http://sourceforge.net/project/showfiles.php?group_id=136710

Is there still any interest on this? Should it be moved to sunrise if anyone cares , should it be closed or should it continue to rot in here?
Comment 8 Carsten Lohrke (RETIRED) gentoo-dev 2007-05-02 10:28:46 UTC
Think so, too. Use dev-util/kdesvn.