summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-03 14:20:08 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-03 14:20:08 +0000
commit53e4fb82a2d54372f88da7c518c64e3065b99bb5 (patch)
treee47d65f0bf435871545bd845a6d10b1a5e603968 /x11-wm/openbox
parentFix email in metadata.xml. (diff)
downloadgentoo-2-53e4fb82a2d54372f88da7c518c64e3065b99bb5.tar.gz
gentoo-2-53e4fb82a2d54372f88da7c518c64e3065b99bb5.tar.bz2
gentoo-2-53e4fb82a2d54372f88da7c518c64e3065b99bb5.zip
removed
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, 0 insertions, 41 deletions
diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest
index 0f299bb0aefe..6834b436af46 100644
--- a/x11-wm/openbox/Manifest
+++ b/x11-wm/openbox/Manifest
@@ -3,7 +3,6 @@ MD5 cd8e991ef4a7829c1a715bf68403ecdf openbox-2.1.3-r4.ebuild 874
MD5 361ab57577c98f4fb489a3ccfcd22757 openbox-2.3.0.ebuild 1241
MD5 5dfe3a3dad2d7e59ec7e5fc229b3997f openbox-1.2.4.ebuild 629
MD5 a1295ecc8a137510e95441138b2693fc openbox-3.0_alpha6.ebuild 925
-MD5 246630533b6f2b882e6fb1adae9b34c0 openbox-3.0_alpha5.ebuild 957
MD5 90456545581e2ae09f6ef4f26610e441 openbox-2.3.1.ebuild 1261
MD5 f364a70395098d9d00a8f282379798f8 ChangeLog 10512
MD5 a1295ecc8a137510e95441138b2693fc openbox-3.0_alpha7.ebuild 925
@@ -15,6 +14,5 @@ MD5 3e1e2a98c9d9ad020a2d31e32335631d files/digest-openbox-2.3.1 65
MD5 14ea1589afa8d9807619faebdd1468b5 files/digest-openbox-2.1.3-r4 65
MD5 0b79bdcff70f29cdaf7980382b34dee4 files/openbox-2.3.1-nls-codeset.patch 306
MD5 ecae22f0219bc948e4f7a82f00ba8737 files/digest-openbox-3.0_alpha4 70
-MD5 e25c78bca681dc69ac9d6ae851387636 files/digest-openbox-3.0_alpha5 70
MD5 798b71b0b382c1a3d4691f353b773074 files/digest-openbox-3.0_alpha6 70
MD5 ddf3ab0bf9a30ac2164629ddb9e78242 files/digest-openbox-3.0_alpha7 70
diff --git a/x11-wm/openbox/files/digest-openbox-3.0_alpha5 b/x11-wm/openbox/files/digest-openbox-3.0_alpha5
deleted file mode 100644
index c75f76172572..000000000000
--- a/x11-wm/openbox/files/digest-openbox-3.0_alpha5
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index af19c2154679..000000000000
--- a/x11-wm/openbox/openbox-3.0_alpha5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.0_alpha5.ebuild,v 1.3 2003/09/03 13:45:36 seemant Exp $
-
-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."
-}