summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2003-08-20 07:08:33 +0000
committerBrandon Hale <tseng@gentoo.org>2003-08-20 07:08:33 +0000
commitb732ada2b043ddb771af5c029f171b5a341dc332 (patch)
treea09c0fbc3d20331da176eecbb16ab436e3bb6f26 /x11-wm/openbox
parentVersion Bump (diff)
downloadhistorical-b732ada2b043ddb771af5c029f171b5a341dc332.tar.gz
historical-b732ada2b043ddb771af5c029f171b5a341dc332.tar.bz2
historical-b732ada2b043ddb771af5c029f171b5a341dc332.zip
Version Bump
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r--x11-wm/openbox/Manifest2
-rw-r--r--x11-wm/openbox/files/digest-openbox-3.0_alpha51
-rw-r--r--x11-wm/openbox/openbox-3.0_alpha5.ebuild38
3 files changed, 40 insertions, 1 deletions
diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest
index 9242fe4f48ab..c54305759d85 100644
--- a/x11-wm/openbox/Manifest
+++ b/x11-wm/openbox/Manifest
@@ -1,10 +1,10 @@
-MD5 1f1d692e0cd74f7513afdedce9be1f44 ChangeLog 9970
MD5 5dfe3a3dad2d7e59ec7e5fc229b3997f openbox-1.2.4.ebuild 629
MD5 cd8e991ef4a7829c1a715bf68403ecdf openbox-2.1.3-r4.ebuild 874
MD5 361ab57577c98f4fb489a3ccfcd22757 openbox-2.3.0.ebuild 1241
MD5 90456545581e2ae09f6ef4f26610e441 openbox-2.3.1.ebuild 1261
MD5 9b48f7d27547e97d8aa2ea9b0e8fb028 openbox-3.0_alpha4.ebuild 1142
MD5 14c1ce55b84bd81934a571f9cf31e839 openbox-3.0_alpha5.ebuild 860
+MD5 98811362b2c8a9f6b67212590743d7e5 ChangeLog 10125
MD5 f0b52d0f48a8b10c418a6d6558c4198c files/digest-openbox-1.2.4 65
MD5 14ea1589afa8d9807619faebdd1468b5 files/digest-openbox-2.1.3-r4 65
MD5 e8173797964d97d9293eee8faa1a95aa files/digest-openbox-2.3.0 65
diff --git a/x11-wm/openbox/files/digest-openbox-3.0_alpha5 b/x11-wm/openbox/files/digest-openbox-3.0_alpha5
new file mode 100644
index 000000000000..c75f76172572
--- /dev/null
+++ b/x11-wm/openbox/files/digest-openbox-3.0_alpha5
@@ -0,0 +1 @@
+MD5 3fcc367451176b449b47f2d184d45dc1 openbox-3.0-alpha5.tar.gz 571167
diff --git a/x11-wm/openbox/openbox-3.0_alpha5.ebuild b/x11-wm/openbox/openbox-3.0_alpha5.ebuild
new file mode 100644
index 000000000000..d37aded91135
--- /dev/null
+++ b/x11-wm/openbox/openbox-3.0_alpha5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header
+
+S=${WORKDIR}/${P/_/-}
+DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager."
+SRC_URI="http://icculus.org/openbox/releases/${P/_/-}.tar.gz"
+HOMEPAGE="http://icculus.org/openbox/"
+IUSE="nls"
+SLOT="3"
+
+DEPEND="virtual/xft
+ virtual/x11"
+RDEPEND=${DEPEND}
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+
+ econf \
+ `use_enable nls` \
+ --program-suffix="3" || die
+ emake || die
+
+}
+
+src_install () {
+
+ make DESTDIR=${D} install || die
+ dodoc README AUTHORS ChangeLog TODO
+}
+
+pkg_postinst () {
+ einfo "This release moves the menu back to its own file."
+ einfo "There are also many changes in the rc3 file."
+ einfo "Please check out the examples in /usr/share/openbox/ before running."
+}