The lwm window manager has a new maintainer and website. There's also a newer version out. Below is the context diff to create the new ebuild from the 1.01 version ebuild: *** lwm-1.01.ebuild Thu Feb 13 12:50:20 2003 --- lwm-1.1.3.ebuild Tue Jul 15 19:39:49 2003 *************** *** 4,11 **** S=${WORKDIR}/${P} DESCRIPTION="The ultimate lightweight window manager" ! SRC_URI="http://www.boognish.org.uk/enh/${PN}/${P}.tar.gz" ! HOMEPAGE="http://www.boognish.org.uk/enh/lwm/" KEYWORDS="x86 sparc ~ppc" DEPEND="x11-base/xfree" --- 4,11 ---- S=${WORKDIR}/${P} DESCRIPTION="The ultimate lightweight window manager" ! SRC_URI="ftp://ftp.cs.york.ac.uk/pub/james/${P}.tar.gz" ! HOMEPAGE="http://www.jfc.org.uk/software/lwm.html" KEYWORDS="x86 sparc ~ppc" DEPEND="x11-base/xfree" *************** *** 14,20 **** LICENSE="GPL-2" src_compile() { ! xmkmf || die emake lwm || die } --- 14,23 ---- LICENSE="GPL-2" src_compile() { ! if [ ! "`use motif`" ]; then ! mv Imakefile Imakefile.motif ! sed -e "s/-DHAVE_MOTIF//" <Imakefile.motif >Imakefile ! fi xmkmf || die emake lwm || die }
Created attachment 14525 [details] The new ebuild for the version
Ebuild works fine. Somebody should commit this.
Even newer version is out. Just rename the ebuild to lwm-1.1.5.ebuild and everything is golden.
sorry for the delay -- added into portage.