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.
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.
Created attachment 61437 [details] ksvn-0.2.ebuild I liked the program, so I have made an ebuild for it :)
Reopened.
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.
Created attachment 61778 [details] ksvn-0.2.ebuild updated with the suggestions in comment #4.
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
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?
Think so, too. Use dev-util/kdesvn.