+++ /dev/null
-# ChangeLog for x11-wm/wmi
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/ChangeLog,v 1.15 2006/01/22 13:05:30 tove Exp $
-
- 22 Jan 2006; Torsten Veller <tove@gentoo.org> metadata.xml, -wmi-9.ebuild,
- wmi-10.ebuild:
- Fixed dependencies for modular X. Removed old version.
-
- 08 May 2005; Herbie Hopkins <herbs@gentoo.org> wmi-10.ebuild:
- Stable on amd64.
-
- 16 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> wmi-10.ebuild:
- Do not try to install directory with dodoc; bug #89120.
-
- 20 Feb 2005; Tom Martin <slarti@gentoo.org> wmi-10.ebuild:
- Marked ~amd64, resolves bug 82454.
-
- 05 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> wmi-10.ebuild:
- Stable on x86 and ppc.
-
- 23 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> wmi-10.ebuild,
- -wmi-7.ebuild, -wmi-8.ebuild:
- Added to ~ppc-macos.
-
-*wmi-10 (08 Oct 2004)
-
- 08 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> +wmi-10.ebuild:
- Version bumped. This closes bug #66443.
-
- 27 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> wmi-7.ebuild, wmi-8.ebuild,
- wmi-9.ebuild:
- Removed STLport of DEPEND. This closes bug #65111.
-
- 30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wmi-7.ebuild,
- wmi-8.ebuild, wmi-9.ebuild:
- Masked wmi-9.ebuild stable for ppc
-
- 30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wmi-7.ebuild,
- wmi-8.ebuild:
- Masked wmi-8.ebuild stable for ppc
-
- 30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wmi-7.ebuild:
- Masked wmi-7.ebuild stable for ppc
-
-*wmi-9 (10 Aug 2004)
-
- 10 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> wmi-7.ebuild,
- wmi-8.ebuild, +wmi-9.ebuild:
- Version bumped. Marked previous versions stable on x86.
- This closes bug #59116.
-
-*wmi-8 (01 Jul 2004)
-
- 01 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> +files/wmi.desktop,
- +wmi-8.ebuild:
- Version bumped. xsession file is added. Thanks to John Nilsson
- <john@milsson.nu>, closing bug #55640
-
- 22 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> wmi-7.ebuild:
- Add IUSE
-
- 08 Jun 2004; David Holm <dholm@gentoo.org> wmi-7.ebuild:
- Added to ~ppc.
-
-*wmi-7 (06 Jun 2004)
-
- 06 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> +wmi-7.ebuild:
- Initial import. Thanks to John Nilsson <john@milsson.nu> and
- Michael Kohl <citizen428@cargal.org>, closing bug #51336
-
+++ /dev/null
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2064cbf079fbf9e1f5aa8ba234d3b109 ChangeLog 2299
-MD5 1bc69f6a689f8553a641ce0309ac1311 files/digest-wmi-10 58
-MD5 607f0418f6681898ac8da1fbe4e8b6e7 files/wmi.desktop 112
-MD5 384dcc3ab785c0f3c798da8ba631b2c1 metadata.xml 400
-MD5 af4c6dcce87940c44a4ccaedafe1d8fe wmi-10.ebuild 1412
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFD04MnV3J2n04EauwRAkIjAJ0Ql+w4mDvPdYNlsvLczUWcUaTvlQCgnzlv
-Sl8Dz6NCiC3yhdvZTMZRAK8=
-=A6Qj
------END PGP SIGNATURE-----
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-10.ebuild,v 1.7 2006/01/22 13:05:30 tove Exp $
-
-DESCRIPTION="WMI is a new window manager for X11, which combines the best features of larswm, ion, evilwm and ratpoison into one window manager."
-SRC_URI="http://wmii.de/download/${P}.tar.gz"
-HOMEPAGE="http://wmii.de/"
-
-LICENSE="as-is"
-RDEPEND="|| ( ( x11-libs/libSM
- x11-libs/libXft )
- virtual/x11 )
- dev-libs/expat
- media-libs/fontconfig
- media-libs/freetype"
-
-DEPEND="${RDEPEND}
- || ( ( x11-proto/xproto
- x11-libs/libXt )
- virtual/x11 )"
-
-KEYWORDS="x86 ppc ~ppc-macos amd64"
-SLOT="0"
-IUSE=""
-
-pkg_setup() {
- echo
- einfo "wmi is outdated and not maintained, because upstream is"
- einfo "convinced that wmi sucks (taken from homepage)."
- einfo "Please try x11-wm/wmii. Hopefully wmii can replace wmi soon."
- echo
-}
-
-src_compile() {
- econf --with-slot-support --with-xft-support || die
- emake || die
-}
-
-src_install () {
- make DESTDIR="${D}" install || die
-
- dodoc AUTHORS BUGS CONTRIB COPYING ChangeLog FAQ INSTALL LICENSE.txt \
- NEWS README TODO
-
- docinto examples
- dodoc examples/*.sh
-
- docinto examples/themes
- dodoc examples/themes/*
-
- echo -e "#!/bin/sh\n/usr/bin/wmi" > "${T}"/wmi
- exeinto /etc/X11/Sessions
- doexe "${T}"/wmi
-
- insinto /usr/share/xsessions
- doins "${FILESDIR}"/wmi.desktop
-}