summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2003-09-06 17:17:49 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2003-09-06 17:17:49 +0000
commit8f257ea609175fa8c3595abb7df91db084566a66 (patch)
tree13d796296269cd2fef6b323cf479477e36919355 /x11-wm/amiwm
parentFixes #1858. (diff)
downloadgentoo-2-8f257ea609175fa8c3595abb7df91db084566a66.tar.gz
gentoo-2-8f257ea609175fa8c3595abb7df91db084566a66.tar.bz2
gentoo-2-8f257ea609175fa8c3595abb7df91db084566a66.zip
Fixes #1858.
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r--x11-wm/amiwm/ChangeLog9
-rw-r--r--x11-wm/amiwm/Manifest4
-rw-r--r--x11-wm/amiwm/amiwm-0.20_p48.ebuild43
-rw-r--r--x11-wm/amiwm/files/digest-amiwm-0.20_p481
4 files changed, 55 insertions, 2 deletions
diff --git a/x11-wm/amiwm/ChangeLog b/x11-wm/amiwm/ChangeLog
new file mode 100644
index 000000000000..2dff5e724aeb
--- /dev/null
+++ b/x11-wm/amiwm/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-wm/amiwm
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/amiwm/ChangeLog,v 1.1 2003/09/06 17:17:40 karltk Exp $
+
+*amiwm-0.20_p48 (06 Sep 2003)
+
+ 06 Sep 2003; Karl Trygve Kalleberg <karltk@gentoo.org> amiwm-0.20_p48.ebuild:
+ Initial import. Ebuild submitted by Henrik Hellerstedt <henrik@katedral.se>.
+ Fixes #1858.
diff --git a/x11-wm/amiwm/Manifest b/x11-wm/amiwm/Manifest
index 162024b9aebd..020fdead800b 100644
--- a/x11-wm/amiwm/Manifest
+++ b/x11-wm/amiwm/Manifest
@@ -1,3 +1,3 @@
-MD5 1813433c1f3150a1316e59ec8a931b03 amiwm-0.20_p48.ebuild 826
-MD5 f7f51e631dc8caa5191cbf97f56b08b0 ChangeLog 312
+MD5 a79cb5d74b2621c90df5da2010064cc5 amiwm-0.20_p48.ebuild 938
+MD5 8d215e180e7faafc8411fc0c0ae1ffae ChangeLog 412
MD5 3fb87d8b6cf877ea7926258b01f708dd files/digest-amiwm-0.20_p48 65
diff --git a/x11-wm/amiwm/amiwm-0.20_p48.ebuild b/x11-wm/amiwm/amiwm-0.20_p48.ebuild
new file mode 100644
index 000000000000..3d87da0fb52e
--- /dev/null
+++ b/x11-wm/amiwm/amiwm-0.20_p48.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/amiwm/amiwm-0.20_p48.ebuild,v 1.1 2003/09/06 17:17:40 karltk Exp $
+
+MY_P="${PN}${PV/_p/pl}"
+DESCRIPTION="Windowmanager ala Amiga® Workbenh"
+HOMEPAGE="http://www.lysator.liu.se/~marcus/amiwm.html"
+SRC_URI="ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/${MY_P}.tar.gz"
+
+LICENSE="amiwm"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dodir /usr/bin
+ einstall
+
+# make \
+# prefix=${D}/usr \
+# mandir=${D}/usr/share/man \
+# install || die
+
+ rm ${D}/usr/bin/requestchoice
+ dosym /usr/lib/amiwm/requestchoice /usr/bin/requestchoice
+
+ dosed /usr/lib/amiwm/{Xinitrc,Xsession,Xsession2}
+
+ dodoc INSTALL README*
+
+ exeinto /etc/X11/Sessions
+ echo "/usr/bin/amiwm" > ${T}/amiwm
+ doexe ${T}/amiwm
+}
diff --git a/x11-wm/amiwm/files/digest-amiwm-0.20_p48 b/x11-wm/amiwm/files/digest-amiwm-0.20_p48
new file mode 100644
index 000000000000..d5b3a7e5d12d
--- /dev/null
+++ b/x11-wm/amiwm/files/digest-amiwm-0.20_p48
@@ -0,0 +1 @@
+MD5 bfe907be9e94f6a47fec5181361176f2 amiwm0.20pl48.tar.gz 141542