summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-08-19 18:44:27 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-08-19 18:44:27 +0000
commit8c1e00733365d53582c8dc20dac4f60e4fa626f6 (patch)
tree5cc5ef75082bea8a6466aed09a23c25938d1f379 /x11-wm/oroborus
parentnew version. close #6397. (diff)
downloadgentoo-2-8c1e00733365d53582c8dc20dac4f60e4fa626f6.tar.gz
gentoo-2-8c1e00733365d53582c8dc20dac4f60e4fa626f6.tar.bz2
gentoo-2-8c1e00733365d53582c8dc20dac4f60e4fa626f6.zip
new version of x11-wm/oroborus
Diffstat (limited to 'x11-wm/oroborus')
-rw-r--r--x11-wm/oroborus/ChangeLog11
-rw-r--r--x11-wm/oroborus/files/digest-oroborus-2.0.71
-rw-r--r--x11-wm/oroborus/oroborus-2.0.7.ebuild44
3 files changed, 53 insertions, 3 deletions
diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog
index 9f4d8529c779..2866ebab91ae 100644
--- a/x11-wm/oroborus/ChangeLog
+++ b/x11-wm/oroborus/ChangeLog
@@ -1,10 +1,15 @@
# 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.1 2002/02/01 21:53:39 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.2 2002/08/19 18:44:23 blizzy Exp $
-*oroborus-2.0.4-r1 (1 Feb 2002)
+*oroborus-2.0.7 (19 Aug 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+ 19 Aug 2002; Maik Schreiber <blizzy@gentoo.org> : New version, closes bug
+ #5776.
+
+*oroborus-2.0.4-r1 (01 Feb 2002)
+
+ 01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
diff --git a/x11-wm/oroborus/files/digest-oroborus-2.0.7 b/x11-wm/oroborus/files/digest-oroborus-2.0.7
new file mode 100644
index 000000000000..3617e6abd321
--- /dev/null
+++ b/x11-wm/oroborus/files/digest-oroborus-2.0.7
@@ -0,0 +1 @@
+MD5 98fa41e7b92c781c6043c7449c36f648 oroborus_2.0.7-1.tar.gz 176646
diff --git a/x11-wm/oroborus/oroborus-2.0.7.ebuild b/x11-wm/oroborus/oroborus-2.0.7.ebuild
new file mode 100644
index 000000000000..c85d94264648
--- /dev/null
+++ b/x11-wm/oroborus/oroborus-2.0.7.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.7.ebuild,v 1.1 2002/08/19 18:44:23 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"
+
+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
+}