diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
commit | 425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch) | |
tree | 0eee246ccba7098070d351136796036965dff197 /x11-plugins/wmMatrix | |
parent | Security update. (diff) | |
download | gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.gz gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.bz2 gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.zip |
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmMatrix')
-rw-r--r-- | x11-plugins/wmMatrix/ChangeLog | 13 | ||||
-rw-r--r-- | x11-plugins/wmMatrix/files/digest-wmMatrix-0.2 | 1 | ||||
-rw-r--r-- | x11-plugins/wmMatrix/wmMatrix-0.2.ebuild | 24 |
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-plugins/wmMatrix/ChangeLog b/x11-plugins/wmMatrix/ChangeLog new file mode 100644 index 000000000000..ef7d2f16aa22 --- /dev/null +++ b/x11-plugins/wmMatrix/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/wmMatrix +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmMatrix-0.2 (7-Feb-2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmMatrix-0.2.ebuild : + + Just added to portage. diff --git a/x11-plugins/wmMatrix/files/digest-wmMatrix-0.2 b/x11-plugins/wmMatrix/files/digest-wmMatrix-0.2 new file mode 100644 index 000000000000..63e6f1ac84f4 --- /dev/null +++ b/x11-plugins/wmMatrix/files/digest-wmMatrix-0.2 @@ -0,0 +1 @@ +MD5 4e9f0c94e78ad65ea9a564fba5f7a187 wmMatrix-0.2.tar.gz 225343 diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild new file mode 100644 index 000000000000..e377e2cdb106 --- /dev/null +++ b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack." +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + # this version is distributed with compiled binaries! + make clean + emake || die +} + +src_install () { + dobin wmMatrix +} |