summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-28 06:13:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-28 06:13:45 +0000
commitccf36e65de171ff88c0ab2788abb73934b072438 (patch)
treeb1f27389bd28b3ba605036f533fdd39bf4696102 /x11-wm
parentRespect {LD,C}FLAGS, add missing die, sort keywords. Fixes bug 335965 by Dieg... (diff)
downloadgentoo-2-ccf36e65de171ff88c0ab2788abb73934b072438.tar.gz
gentoo-2-ccf36e65de171ff88c0ab2788abb73934b072438.tar.bz2
gentoo-2-ccf36e65de171ff88c0ab2788abb73934b072438.zip
old
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmii/Manifest3
-rw-r--r--x11-wm/wmii/files/wmii-2_050802.patch24
-rw-r--r--x11-wm/wmii/wmii-2.ebuild66
3 files changed, 0 insertions, 93 deletions
diff --git a/x11-wm/wmii/Manifest b/x11-wm/wmii/Manifest
index 1f764f8b3fe5..e4fa66ea6558 100644
--- a/x11-wm/wmii/Manifest
+++ b/x11-wm/wmii/Manifest
@@ -1,8 +1,5 @@
-AUX wmii-2_050802.patch 1015 RMD160 1733e59413d375b385de912d8f48f3a1f7d5776d SHA1 a72bc43b0a40dda12d74f5050f94a0ff63e76b1e SHA256 4b514fbee6e9042017cc5259ef3c4d100ee9040cb55b5dddda26d3c97ff749a7
AUX wmii.desktop 106 RMD160 e3b2042d2bf5a1eee8a317706f13dec7650f5b92 SHA1 85b1a8250145e1c06e321ba1a02acda950c1d6e1 SHA256 977337c9ca19c25265df36372038486f5de38e4422eec0271a5d71dc0ebc003c
DIST wmii+ixp-3.9.2.tbz 432032 RMD160 8a401a5d0a033c0da254d15e7fe415ec40e7a332 SHA1 e85a2979a0bd0a1db7ed486fc709afe72bafd8b0 SHA256 0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b
-DIST wmii-2.tar.bz2 67004 RMD160 80aaca41643e9632dc63341b63f80a6c1c92e6d8 SHA1 76c2bbe0970f57fa160f13c2ae37a009e84bf5b7 SHA256 d5025527bb04ce34e082f6298cbede72ff36f6a94f2e21582290bcf16b558767
-EBUILD wmii-2.ebuild 1725 RMD160 bfd1f0dd795e5005cc766754d59041a1b768c5e1 SHA1 2695753061c0df613464eacc7664cef8ae749dc3 SHA256 fba1bacd9169deee53dfe5906bb7f470075d56a3d5602122e95d928e71176e46
EBUILD wmii-3.9.2-r1.ebuild 1453 RMD160 b37091df8e26ac992d922f9625d31c06948d5fa6 SHA1 e11a89930e9cae966785d4a9b11a2f8f3ba422f4 SHA256 d786b9de4e7a6a9c25fe2b00126fecbe1cb2e772af8646b5d0e0c6470c3ab91b
MISC ChangeLog 5783 RMD160 30369aacf5a11a5a79b5ff6126c504012fa01ee5 SHA1 a5c3d097ff33bad0f0e1ef23bde37e0489381025 SHA256 e7f5b14bc45ab21127dc152a97cc81af1d752408b529510304d85acfeb148ec4
MISC metadata.xml 596 RMD160 0393838f1da4a5783906f5dfb820201f7b1e21a6 SHA1 7af8ccb9f0a48904e923ab610f1fa7199fbad301 SHA256 dc4ec29b62ec8e8d41c91f30f34da4cce7f51ce898516ecd94428512676b059e
diff --git a/x11-wm/wmii/files/wmii-2_050802.patch b/x11-wm/wmii/files/wmii-2_050802.patch
deleted file mode 100644
index fc030168a162..000000000000
--- a/x11-wm/wmii/files/wmii-2_050802.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur wmii-2-old/doc/welcome.txt wmii-2/doc/welcome.txt
---- wmii-2-old/doc/welcome.txt 2005-08-02 19:45:34.713531024 +0200
-+++ wmii-2/doc/welcome.txt 2005-08-02 21:41:06.215754752 +0200
-@@ -27,7 +27,7 @@
-
- 4. Create a new page with ctrl+mod1+y (pnew) and apply float layout to
- it with mod1+shift+f (lfloat).
-- To return to this page again, you can press ctrl+mod1+l (pnext).
-+ To return to this page again, you can press mod1+h (pprev).
-
- 5. Experiment with your mouse a bit. Resize this client through clicking
- left mouse button on a border and drag, move this client around
-diff -ur wmii-2-old/rc/keys wmii-2/rc/keys
---- wmii-2-old/rc/keys 2005-08-02 19:45:34.711531442 +0200
-+++ wmii-2/rc/keys 2005-08-02 19:46:08.264508742 +0200
-@@ -78,7 +78,7 @@
- for i in 1 2 3 4 5 6 7 8 9; do
- bind normal "$MODKEY+shift+$i" "wmira p $i"
- done
--bind normal "$MODKEY+0" "wmira p 10"
-+bind normal "$MODKEY+shift+0" "wmira p 10"
- bind normal "$MODKEY+shift+p" "wmira pager"
-
- # activate normal mode:
diff --git a/x11-wm/wmii/wmii-2.ebuild b/x11-wm/wmii/wmii-2.ebuild
deleted file mode 100644
index 2e7d0e44e6e8..000000000000
--- a/x11-wm/wmii/wmii-2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2009 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.7 2009/08/03 10:40:41 ssuominen 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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="python"
-
-DEPEND="x11-libs/libX11
- python? ( dev-python/pyrex )"
-RDEPEND="${DEPEND}
- x11-apps/xdpyinfo
- x11-apps/xmessage
- x11-apps/xsetroot"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}_050802.patch"
-
- sed -i \
- -e "/^PREFIX/s/=.*/= \/usr/" \
- -e "/^CONFPREFIX/s/=.*/= \/etc/" \
- -e "/^CC/s/=.*/= $(tc-getCC)/" \
- -e "/^AR/s/=.*/= $(tc-getAR) cr/" \
- -e "/^RANLIB/s/=.*/= $(tc-getRANLIB)/" \
- -e "/^CFLAGS/s/-O0/${CFLAGS}/" \
- -e "/^LDFLAGS/s/-g /-g ${LDFLAGS} /" \
- "${S}/config.mk" || die "sed failed."
-}
-
-src_compile() {
- emake || die "emake failed"
-
- if use python ; then
- cd "${S}"/libixp/python
- python setup.py build || die "python build failed."
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed."
-
- dodoc ANNOUNCE || die "ANNOUNCE failed." # only in releases
- dodoc CHANGES README doc/welcome.txt || die "dodoc failed."
-
- if use python ; then
- cd "${S}"/libixp/python
- python setup.py install --root="${D}" || die "python install failed."
- fi
-
- echo -e "#!/bin/sh\n/usr/bin/wmii" > "${T}/${PN}"
- exeinto /etc/X11/Sessions
- doexe "${T}/${PN}" || die "/etc/X11/Sessions failed."
-
- insinto /usr/share/xsessions
- doins "${FILESDIR}/${PN}.desktop" || die "${PN}.desktop failed."
-}