diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-11-04 15:55:26 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-11-04 15:55:26 +0000 |
commit | fec986581911243762a6cb3e3c6cb1e41b3928c4 (patch) | |
tree | 59cf765e1ae2c2de05cb2abf4281423ecda7a04e | |
parent | added metadata.xml (diff) | |
download | historical-fec986581911243762a6cb3e3c6cb1e41b3928c4.tar.gz historical-fec986581911243762a6cb3e3c6cb1e41b3928c4.tar.bz2 historical-fec986581911243762a6cb3e3c6cb1e41b3928c4.zip |
bump to stable + metadata
-rw-r--r-- | x11-wm/larswm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/larswm/Manifest | 5 | ||||
-rw-r--r-- | x11-wm/larswm/larswm-7.2.10.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/larswm/metadata.xml | 13 |
4 files changed, 23 insertions, 5 deletions
diff --git a/x11-wm/larswm/ChangeLog b/x11-wm/larswm/ChangeLog index 7e0364f5675a..f7e874767436 100644 --- a/x11-wm/larswm/ChangeLog +++ b/x11-wm/larswm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/larswm # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/larswm/ChangeLog,v 1.2 2003/06/13 09:38:50 robh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/larswm/ChangeLog,v 1.3 2003/11/04 15:55:22 tseng Exp $ + + 04 Nov 2003; Brandon Hale <tseng@gentoo.org> larswm-7.2.10.ebuild, + metadata.xml: + Bumped 7.2.10 to x86, added metadata *larswm-7.2.10 (13 Jun 2003) diff --git a/x11-wm/larswm/Manifest b/x11-wm/larswm/Manifest index 79a06a285f2b..d3de3baac502 100644 --- a/x11-wm/larswm/Manifest +++ b/x11-wm/larswm/Manifest @@ -1,3 +1,4 @@ -MD5 5222e0f1ed2eb796fe0c1371a4962012 larswm-7.2.10.ebuild 772 -MD5 85065d426b23df99eafd315469d96060 ChangeLog 360 +MD5 b03d77c1f7acd43093bcbd6056dacdf3 ChangeLog 486 +MD5 95196c3244f3dd86a2a6bc5fab2c3c10 larswm-7.2.10.ebuild 784 +MD5 4b470e3e833fafd59c0a36e3290ea44d metadata.xml 604 MD5 149f89980efd02462740c16d93dfb871 files/digest-larswm-7.2.10 64 diff --git a/x11-wm/larswm/larswm-7.2.10.ebuild b/x11-wm/larswm/larswm-7.2.10.ebuild index 4f67685e7be8..6598af169aa5 100644 --- a/x11-wm/larswm/larswm-7.2.10.ebuild +++ b/x11-wm/larswm/larswm-7.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/larswm/larswm-7.2.10.ebuild,v 1.1 2003/06/13 09:27:48 robh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/larswm/larswm-7.2.10.ebuild,v 1.2 2003/11/04 15:55:22 tseng Exp $ DESCRIPTION="larswm is a hack for 9wm, adding for instance automatic window tiling and virtual desktops" HOMEPAGE="http://www-personal.umich.edu/~larsb/larswm/" @@ -8,7 +8,7 @@ SRC_URI="http://www-personal.umich.edu/~larsb/larswm/${P}.tar.gz" LICENSE="9wm" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc ~sparc" IUSE="" DEPEND="virtual/x11" S=${WORKDIR}/${P} diff --git a/x11-wm/larswm/metadata.xml b/x11-wm/larswm/metadata.xml new file mode 100644 index 000000000000..cd333700d0d2 --- /dev/null +++ b/x11-wm/larswm/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-wm</herd> + <longdescription> + larswm is a modified version of the 9wm window manager that adds virtual + desktops, automatic window tiling, and many other features designed to + make it a highly efficient user environment. One of the design goals is + that you should never have to manually shuffle windows around on the + screen. Another is that it should use as little CPU time, RAM, and screen + space for itself as possible. + </longdescription> +</pkgmetadata> |