From 083fa44d6b08c2b2156e8c58864ac90e201416f6 Mon Sep 17 00:00:00 2001 From: Maik Schreiber Date: Mon, 21 Oct 2002 17:06:45 +0000 Subject: new version --- x11-wm/oroborus/ChangeLog | 6 +++- x11-wm/oroborus/files/digest-oroborus-2.0.9 | 1 + x11-wm/oroborus/oroborus-2.0.9.ebuild | 45 +++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 x11-wm/oroborus/files/digest-oroborus-2.0.9 create mode 100644 x11-wm/oroborus/oroborus-2.0.9.ebuild (limited to 'x11-wm/oroborus') diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog index dd49710294d3..d6f292c0abd6 100644 --- a/x11-wm/oroborus/ChangeLog +++ b/x11-wm/oroborus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/oroborus # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.4 2002/10/21 17:05:46 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.5 2002/10/21 17:06:45 blizzy Exp $ + +*oroborus-2.0.9 (21 Oct 2002) + + 21 Oct 2002; Maik Schreiber : New version. 21 Oct 2002; Maik Schreiber oroborus-2.0.7.ebuild: Changed "x86" to "~x86" in KEYWORDS. diff --git a/x11-wm/oroborus/files/digest-oroborus-2.0.9 b/x11-wm/oroborus/files/digest-oroborus-2.0.9 new file mode 100644 index 000000000000..2e3a28f856f8 --- /dev/null +++ b/x11-wm/oroborus/files/digest-oroborus-2.0.9 @@ -0,0 +1 @@ +MD5 dfe115e7ee6254946c010e8df9b2e40d oroborus_2.0.9-1.tar.gz 177424 diff --git a/x11-wm/oroborus/oroborus-2.0.9.ebuild b/x11-wm/oroborus/oroborus-2.0.9.ebuild new file mode 100644 index 000000000000..1831d959885e --- /dev/null +++ b/x11-wm/oroborus/oroborus-2.0.9.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.9.ebuild,v 1.1 2002/10/21 17:06:45 blizzy Exp $ + +DESCRIPTION="Small and fast window manager." +HOMEPAGE="http://www.dreamind.de/oroborus.shtml" +SRC_URI="http://www.dreamind.de/debian/dists/sid/main/source/x11/${P/-/_}-1.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="gnome" + +RDEPEND="virtual/x11" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P}" + +src_compile() { + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc/X11/oroborus \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + || die + + emake || die +} + +src_install () { + + make prefix=${D}/usr \ + sysconfdir=${D}/etc/X11/oroborus \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + install || die + + if [ "`use gnome`" ] ; then + + insinto /usr/share/gnome/wm-properties + doins ${FILESDIR}/oroborus.desktop + fi + + dodoc README INSTALL ChangeLog TODO NEWS AUTHORS example.oroborusrc +} -- cgit v1.2.3-65-gdbad