summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-23 09:19:51 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-23 09:19:51 +0000
commit407ab688b4b60700f94083555514fb3542ea4ad6 (patch)
tree77d682fc1a8d2d3b7cb527faff762b8fb918d581 /x11-wm/wmi
parentadded autoconf regeneration if we run intltoolize (#68514) (Manifest recommit) (diff)
downloadgentoo-2-407ab688b4b60700f94083555514fb3542ea4ad6.tar.gz
gentoo-2-407ab688b4b60700f94083555514fb3542ea4ad6.tar.bz2
gentoo-2-407ab688b4b60700f94083555514fb3542ea4ad6.zip
Added to ~ppc-macos.
Diffstat (limited to 'x11-wm/wmi')
-rw-r--r--x11-wm/wmi/ChangeLog6
-rw-r--r--x11-wm/wmi/files/digest-wmi-71
-rw-r--r--x11-wm/wmi/files/digest-wmi-81
-rw-r--r--x11-wm/wmi/wmi-10.ebuild4
-rw-r--r--x11-wm/wmi/wmi-7.ebuild27
-rw-r--r--x11-wm/wmi/wmi-8.ebuild32
6 files changed, 7 insertions, 64 deletions
diff --git a/x11-wm/wmi/ChangeLog b/x11-wm/wmi/ChangeLog
index 895f4e05eb44..8a61549b4635 100644
--- a/x11-wm/wmi/ChangeLog
+++ b/x11-wm/wmi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/wmi
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/ChangeLog,v 1.9 2004/10/07 17:49:35 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/ChangeLog,v 1.10 2004/10/23 09:19:50 usata Exp $
+
+ 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)
diff --git a/x11-wm/wmi/files/digest-wmi-7 b/x11-wm/wmi/files/digest-wmi-7
deleted file mode 100644
index b86773c6681e..000000000000
--- a/x11-wm/wmi/files/digest-wmi-7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 45e3cceac5071f80196b8bf824137a47 wmi-7.tar.gz 166812
diff --git a/x11-wm/wmi/files/digest-wmi-8 b/x11-wm/wmi/files/digest-wmi-8
deleted file mode 100644
index 46a1f35e6b45..000000000000
--- a/x11-wm/wmi/files/digest-wmi-8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6d21d1a2c69bffc4fd90e2251a36e1d2 wmi-8.tar.gz 178448
diff --git a/x11-wm/wmi/wmi-10.ebuild b/x11-wm/wmi/wmi-10.ebuild
index 716f635b922a..3a7b5102c7d8 100644
--- a/x11-wm/wmi/wmi-10.ebuild
+++ b/x11-wm/wmi/wmi-10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.1 2004/10/07 17:49:35 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-10.ebuild,v 1.2 2004/10/23 09:19:50 usata 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://download.berlios.de/wmi/${P}.tar.gz"
@@ -10,7 +10,7 @@ DEPEND="virtual/x11
dev-libs/expat
media-libs/fontconfig
media-libs/freetype"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~ppc-macos"
SLOT="0"
IUSE=""
diff --git a/x11-wm/wmi/wmi-7.ebuild b/x11-wm/wmi/wmi-7.ebuild
deleted file mode 100644
index 31e017feb9d8..000000000000
--- a/x11-wm/wmi/wmi-7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-7.ebuild,v 1.7 2004/09/27 02:55:40 usata 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."
-HOMEPAGE="http://wmi.berlios.de/"
-SRC_URI="http://download.berlios.de/wmi/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-DEPEND="virtual/x11"
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
- docinto examples
- dodoc examples/*
- docinto themes
- dodoc examples/themes/*
-
- echo -e "#!/bin/sh\n/usr/bin/wmi" > ${T}/wmi
- exeinto /etc/X11/Sessions
- doexe ${T}/wmi
-}
diff --git a/x11-wm/wmi/wmi-8.ebuild b/x11-wm/wmi/wmi-8.ebuild
deleted file mode 100644
index feafb9001378..000000000000
--- a/x11-wm/wmi/wmi-8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmi/wmi-8.ebuild,v 1.4 2004/09/27 02:55:40 usata 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://download.berlios.de/wmi/${P}.tar.gz"
-HOMEPAGE="http://wmi.berlios.de/"
-LICENSE="as-is"
-DEPEND="virtual/x11"
-KEYWORDS="x86 ppc"
-SLOT="0"
-IUSE=""
-
-src_install () {
- make install DESTDIR=${D} || die
-
- dodoc AUTHORS BUGS CONTRIB COPYING ChangeLog FAQ INSTALL LICENSE.txt \
- NEWS README TODO
-
- docinto examples
- dodoc examples/*
-
- 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
-}