--- a/usr/portage/x11-wm/jwm/jwm-2.1.0.ebuild +++ a/usr/portage/x11-wm/jwm/jwm-2.1.0.ebuild @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="Very fast and lightweight still powerful window manager for X" HOMEPAGE="http://joewing.net/programs/jwm/" -SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.bz2" +SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" @@ -30,10 +30,6 @@ DEPEND="${RDEPEND} x11-proto/xextproto xinerama? ( x11-proto/xineramaproto )" -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.1-nostrip.patch -} - src_configure() { econf \ $(use_enable debug) \ @@ -60,7 +56,7 @@ src_install() { exeinto /etc/X11/Sessions doexe jwm - dodoc README example.jwmrc todo.txt + dodoc README.md example.jwmrc ChangeLog } pkg_postinst() {