--- wmii-2.ebuild 2005-12-30 03:20:06.000000000 +0100 +++ wmii-2.5.ebuild 2005-12-30 03:15:57.000000000 +0100 @@ -1,27 +1,23 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-2.ebuild,v 1.1 2005/08/12 15:36:22 tove Exp $ inherit eutils toolchain-funcs -DESCRIPTION="window manager improved 2 -- the next generation of the WMI project." -HOMEPAGE="http://www.wmii.net" -SRC_URI="http://wmi.modprobe.de/download/${P}.tar.bz2" +DESCRIPTION="window manager improved 2.5 -- the next generation of the WMI project." +HOMEPAGE="http://www.wmii.de" +SRC_URI="http://wmii.de/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" -IUSE="python" DEPEND="virtual/x11 - python? ( dev-python/pyrex )" + sys-apps/9base" src_unpack() { unpack "${A}" cd ${S} - epatch "${FILESDIR}/${P}_050802.patch" - sed -i \ -e "/^PREFIX/s/=.*/= \/usr/" \ -e "/^CONFPREFIX/s/=.*/= \/etc/" \ @@ -35,11 +31,6 @@ src_compile() { emake || die "emake failed" - - if useq python ; then - cd "${S}"/libixp/python - python setup.py build || die "python build failed." - fi } src_install() { @@ -48,11 +39,6 @@ dodoc ANNOUNCE || die "ANNOUNCE failed." # only in releases dodoc CHANGES README LICENSE doc/welcome.txt || die "dodoc failed." - if useq python ; then - cd "${S}"/libixp/python - python setup.py install --root="${D}" || die "python install failed." - fi - # insinto /usr/share/"${PN}"/contrib # doins "${S}"/contrib/README || die "contrib README failed." # exeinto /usr/share/"${PN}"/contrib