+++ /dev/null
-# ChangeLog for x11-wm/golem
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/golem/ChangeLog,v 1.11 2005/05/08 15:44:47 herbs Exp $
-
- 08 May 2005; Herbie Hopkins <herbs@gentoo.org> golem-0.0.5-r1.ebuild:
- Build shared libs with -fPIC, stable on amd64.
-
- 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> golem-0.0.5-r1.ebuild:
- glibc -> libc
-
- 18 Jun 2004; Jason Wever <weeve@gentoo.org> golem-0.0.5-r1.ebuild:
- Stable on sparc.
-
- 04 Nov 2003; Brandon Hale <tseng@gentoo.org> golem-0.0.5-r1.ebuild,
- metadata.xml:
- Marking 0.0.5-r1 stable on x86, adding metadata.xml
-
-*golem-0.0.5-r1 (27 Aug 2003)
-
- 27 Aug 2003; MATSUU Takuto <matsuu@gentoo.org> golem-0.0.5-r1.ebuild:
- Added xinerama and esd to IUSE.
- Added golem to /etc/X11/Sessions.
-
-*golem-0.0.5 (07 Jan 2003)
-
- 31 Jul 2003; MATSUU Takuto <matsuu@gentoo.org> golem-0.0.5.ebuild:
- Added ~sparc to KEYWORDS.
-
- 07 Jan 2003; Martin Holzer <mholzer@gentoo.org> golem-0.0.5.ebuild files/digest-golem-0.0.5 ChangeLog :
-
- Initial ebuild submitted by matsuu@7501.net in #13414.
-
+++ /dev/null
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e11be624d65aebc9d1c69aee28008bc3 golem-0.0.5-r1.ebuild 1185
-MD5 ef77f03b2da33398f33506d829e1ee58 ChangeLog 1104
-MD5 fc01253d21f66b8a5ccb873905008690 metadata.xml 332
-MD5 80636ca2aa66f5a777f9f1c0c404b3ca files/digest-golem-0.0.5-r1 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCfjQj2G5bA0cA/ScRAr7LAKDiCS0wWM3DoSMn0b3SAMPtileStQCeLglQ
-3uu52Z+eB8qi7/n1vIpInjA=
-=+8Y7
------END PGP SIGNATURE-----
+++ /dev/null
-MD5 09f503f5c6e621e5029e845682a8c941 golem-0.0.5.tar.gz 748348
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/golem/golem-0.0.5-r1.ebuild,v 1.9 2005/05/08 15:44:47 herbs Exp $
-
-DESCRIPTION="Small window manager with themes and plugins"
-HOMEPAGE="http://golem.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ppc"
-IUSE="nls xinerama esd"
-
-DEPEND="virtual/libc
- virtual/x11
- esd? ( media-sound/esound )"
-
-src_unpack() {
- unpack ${A}
- # Build shared libraries (plugins) with -fPIC
- sed -i -e "s/^CFLAGS=.*/& -fPIC/" \
- ${S}/plugins/Makefile.plugin.in || die "sed failed"
-}
-
-src_compile() {
- econf \
- `use_enable nls i18n` \
- `use_enable esd sound` \
- `use_enable xinerama` || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dosed "s/\(\(BIN\|DATA\)DIR=\)[[:space:]]*/\1/" /usr/bin/golem.install
-
- dodir /etc/X11/Sessions
- echo "/usr/bin/golem" > ${D}/etc/X11/Sessions/golem
- fperms a+x /etc/X11/Sessions/golem
-
- dodoc ChangeLog PLUGINS README THEMES TODO
-}
-
-pkg_postinst() {
- einfo "The user you intend to use golem as (not root!!),"
- einfo "just type golem.install"
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>desktop-wm</herd>
- <longdescription>
- Golem is an X11 Window Manager. Design goals are that it be fast,
- lightweight, and customizable (without sacrificing speed).
- </longdescription>
-</pkgmetadata>