summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/metacity/metacity-2.4.8.ebuild')
-rw-r--r--x11-wm/metacity/metacity-2.4.8.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-wm/metacity/metacity-2.4.8.ebuild b/x11-wm/metacity/metacity-2.4.8.ebuild
deleted file mode 100644
index 21fc5f627d38..000000000000
--- a/x11-wm/metacity/metacity-2.4.8.ebuild
+++ /dev/null
@@ -1,36 +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/metacity/metacity-2.4.8.ebuild,v 1.2 2003/02/13 17:51:17 vapier Exp $
-
-inherit gnome2
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Small gtk2 WindowManager"
-HOMEPAGE="http://people.redhat.com/~hp/metacity/"
-SLOT="1"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-
-RDEPEND="virtual/x11
- >=x11-libs/gtk+-2
- >=gnome-base/gconf-1.2
- >=gnome-base/libglade-2
- >=x11-libs/startup-notification-0.4"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.21"
-
-DOCS="AUTHORS ChangeLog HACKING INSTALL NEWS README"
-
-src_unpack(){
- unpack ${A}
- # causes ICE on ppc w/ gcc (still)
- cd ${S}
- use ppc && (
- [ -z "${CC}" ] && CC=gcc
- if [ "`${CC} -dumpversion | cut -d. -f1,2`" != "2.95" ] ; then
- patch -p0 < ${FILESDIR}/metacity-2.4.3-ppc-gcc3.2.diff || die "patch failed"
- fi
- )
-}