summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-12-07 15:14:32 +0000
committerMarinus Schraal <foser@gentoo.org>2002-12-07 15:14:32 +0000
commit2b6484838fd4ba217f35b1c852b36e0bb71e5b60 (patch)
tree08b671d79d08a643e9b48ebafe562381ff6baa57 /x11-wm
parentremove startup-notification (diff)
downloadgentoo-2-2b6484838fd4ba217f35b1c852b36e0bb71e5b60.tar.gz
gentoo-2-2b6484838fd4ba217f35b1c852b36e0bb71e5b60.tar.bz2
gentoo-2-2b6484838fd4ba217f35b1c852b36e0bb71e5b60.zip
remove 2.1 stuff
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/metacity/files/digest-metacity-2.4.31
-rw-r--r--x11-wm/metacity/metacity-2.4.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-wm/metacity/files/digest-metacity-2.4.3 b/x11-wm/metacity/files/digest-metacity-2.4.3
deleted file mode 100644
index f48c3e3f74c3..000000000000
--- a/x11-wm/metacity/files/digest-metacity-2.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a41e5aab5d3b32909efe3a5400fcda00 metacity-2.4.3.tar.bz2 944567
diff --git a/x11-wm/metacity/metacity-2.4.3.ebuild b/x11-wm/metacity/metacity-2.4.3.ebuild
deleted file mode 100644
index c899164d26ec..000000000000
--- a/x11-wm/metacity/metacity-2.4.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2002 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.3.ebuild,v 1.4 2002/11/13 00:01:07 foser 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 sparc sparc64"
-
-RDEPEND="virtual/x11
- >=x11-libs/gtk+-2
- >=gnome-base/gconf-1.2
- >=gnome-base/libglade-2
- >=x11-libs/startup-notification-0.3"
-
-
-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
- )
-}