Latest version of phex is 2.4.2.86. Latest version in portage is 2.1.4.80... See http://www.phex.kouk.de/mambo/content/view/48/2/ Download the source here: http://heanet.dl.sourceforge.net/sourceforge/phex/phex_2.4.2.86.zip Reproducible: Always Steps to Reproduce:
renaming the ebuild works, with the exeption oif the "phex" wrapper script, which should go in /opt/phex/bin/ (that's where it went in the latest ebuild, maybe this should change to /usr/bin or something, to save a directory in the path for a single wrapper script?) cat /opt/phex/bin/phex #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/files/phex.sh,v 1.1 2004/07/22 05:58:07 squinky86 Exp $ cd /opt/phex java -jar phex.jar
phex 2.6 is out! Changelog is pretty impresive: http://www.phex.kouk.de/mambo/content/view/53/2/ get it at http://prdownloads.sourceforge.net/phex/phex_2.6.0.87.zip I must say, with the current portage version, my system crawls while phex is running. The newer versions seem to run much smoother, and makes your system feel much more responsive while phex is running. Renaming the ebuild to "phex-2.6.0.87.ebuild" seems to work again, but still, that wrapper script is missing.
Bumped in potrage, thanks. Changed location of wrapper script to /usr/bin.