summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2003-06-20 18:14:51 +0000
committerMatt Keadle <mkeadle@gentoo.org>2003-06-20 18:14:51 +0000
commitc53207b15a1a6f654dfdd543d810f9fce85d563e (patch)
treefd52ab07c625cb28b9b7b0b72895749ae21c8da5 /x11-wm
parentmove to virtuals virtual/imap-c-client and virtual/snmp in current locations (diff)
downloadhistorical-c53207b15a1a6f654dfdd543d810f9fce85d563e.tar.gz
historical-c53207b15a1a6f654dfdd543d810f9fce85d563e.tar.bz2
historical-c53207b15a1a6f654dfdd543d810f9fce85d563e.zip
initial import. see changelog
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowlab/ChangeLog10
-rw-r--r--x11-wm/windowlab/Manifest3
-rw-r--r--x11-wm/windowlab/files/digest-windowlab-1.071
-rw-r--r--x11-wm/windowlab/windowlab-1.07.ebuild36
4 files changed, 50 insertions, 0 deletions
diff --git a/x11-wm/windowlab/ChangeLog b/x11-wm/windowlab/ChangeLog
new file mode 100644
index 000000000000..7d41f85d7a6f
--- /dev/null
+++ b/x11-wm/windowlab/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-wm/windowlab
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/ChangeLog,v 1.1 2003/06/20 18:14:43 mkeadle Exp $
+
+*windowlab-1.07 (20 Jun 2003)
+
+ 20 Jun 2003; mkeadle <mkeadle@gentoo.org> windowlab-1.07.ebuild:
+ initial import. thank go to Bjorn Lindstrom <bkhl@privat.utfors.se> for the
+ ebuild submission in bug #17617.
+
diff --git a/x11-wm/windowlab/Manifest b/x11-wm/windowlab/Manifest
new file mode 100644
index 000000000000..b02e30ec49e9
--- /dev/null
+++ b/x11-wm/windowlab/Manifest
@@ -0,0 +1,3 @@
+MD5 20e368684026216b76a908618c61fdc6 windowlab-1.07.ebuild 890
+MD5 0c58752e6ffdc724a1551515933e690f ChangeLog 422
+MD5 245138776c56287bd5fc7bd29adfdbc2 files/digest-windowlab-1.07 63
diff --git a/x11-wm/windowlab/files/digest-windowlab-1.07 b/x11-wm/windowlab/files/digest-windowlab-1.07
new file mode 100644
index 000000000000..4921ecb87d17
--- /dev/null
+++ b/x11-wm/windowlab/files/digest-windowlab-1.07
@@ -0,0 +1 @@
+MD5 db6581974bf4bba3f8883782df0fd9b1 windowlab-1.07.tar 122880
diff --git a/x11-wm/windowlab/windowlab-1.07.ebuild b/x11-wm/windowlab/windowlab-1.07.ebuild
new file mode 100644
index 000000000000..5f0728ed2b70
--- /dev/null
+++ b/x11-wm/windowlab/windowlab-1.07.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.07.ebuild,v 1.1 2003/06/20 18:14:43 mkeadle Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="WindowLab is a small and simple window manager of novel design"
+HOMEPAGE="http://www.nickgravgaard.com/windowlab/"
+SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~x86"
+
+DEPEND="virtual/x11"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die
+}
+
+src_install() {
+ dobin windowlab
+
+ newman windowlab.1x windowlab.1
+ dodoc CHANGELOG README
+
+ dodir /etc/X11/windowlab
+ insinto /etc/X11/windowlab
+ newins menurc.sample menurc
+
+ dodir /etc/X11/Sessions
+ echo "/usr/bin/${PN}" > ${D}/etc/X11/Sessions/${PN}
+ fperms a+x /etc/X11/Sessions/${PN}
+
+}