I've tried to make one on my own, but it seem to fail, so maybe somone could figure out how to make a new ebuild for filer-0.0.10 ? sourcecode is available here http://blog.perldude.de/projects/filer/ Reproducible: Always Steps to Reproduce: 1. 2. 3.
done :)
I've bumped it myself to version 0.0.12 with the following two ebuilds. I'm not sure wether or not the latter is named correctly since it's not in portage at the moment, and i'm a novice in this ebuild buisness, but since it works i thought i would reopen the bug in hope that someone with the right skills and authority can include it. cheers abager! EBUILDS BELOW!!! app-misc/filer/filer-0.0.12.ebuild: # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/filer/filer-0.0.12.ebuild,v 1.1 2005/07/28 00:22:21 swegener Exp $ DESCRIPTION="Small file-manager written in perl" HOMEPAGE="http://blog.perldude.de/projects/filer/" SRC_URI="http://perldude.de/projects/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-lang/perl >=dev-perl/gtk2-perl-1.080 dev-perl/gtk2-gladexml dev-perl/File-MimeInfo perl-core/File-Temp perl-core/File-DirWalk dev-perl/TimeDate dev-perl/glib-perl dev-perl/extutils-depends dev-perl/extutils-pkgconfig >=x11-libs/gtk+-2.6 x11-misc/shared-mime-info dev-perl/Stat-lsMode" DEPEND="sys-apps/findutils" S=${WORKDIR}/${PN} src_unpack() { unpack ${A} find ${S} -type d -name .svn | xargs rm -rf } src_compile() { true } src_install() { dodir /usr/bin dodir /usr/lib make install PREFIX=${D}/usr/ dodoc AUTHORS COPYING README ChangeLog || die "dodoc failed" } perl-core/File-DirWalk/File-DirWalk-0.2.ebuild: # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/File-DirWalk/File-DirWalk-0.2.ebuild,v 1.0 2005/07/28 00:53:02 swegener Exp $ inherit perl-module DESCRIPTION="File::DirWalk - walk through a directory tree and run own code." HOMEPAGE="http://search.cpan.org/~jensl/${P}/" SRC_URI="mirror://cpan/authors/id/J/JE/JENSL/${P}.tar.gz" SRC_TEST="do" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~ppc64" IUSE=""
OK, before I sound like a jerk : Thank you :) And a special thank you for actually taking the time to check that the deps had changed, which versions, etc. You really can't imagine how many "I copied the old one and it worked, please post, thanksbye" I get. OK, the promised nitpicky part (hey, if I don't, how will you ever know?). * In this case I guess its all right since its only been a few weeks, but generally I think its better to open a new bug - less confusion on why an ancient bug is suddenly active again * License for dirwalk is only artistic ;) * DirWalk isn't part of the core install - dev-perl * KEYWORDS - only tested or inherited (unless you really have an alpha and such?) OK, yeah, this is all petty junk, just sharing so you know (for hopeful future contribitions). In the tree and thanks noted