summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-08-22 23:19:51 +0000
committerMart Raudsepp <leio@gentoo.org>2007-08-22 23:19:51 +0000
commit22c5124e1c26fb613ad9a1189c3b3e00ddfd549f (patch)
tree9eca16e462f027e9cbef5c220d1d9640c68eff14 /x11-wm
parentVersion bump #189855 by Elias Pipping. (diff)
downloadgentoo-2-22c5124e1c26fb613ad9a1189c3b3e00ddfd549f.tar.gz
gentoo-2-22c5124e1c26fb613ad9a1189c3b3e00ddfd549f.tar.bz2
gentoo-2-22c5124e1c26fb613ad9a1189c3b3e00ddfd549f.zip
Remove redundant old 2.18 version
(Portage version: 2.1.3.6)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/metacity/files/digest-metacity-2.18.23
-rw-r--r--x11-wm/metacity/metacity-2.18.2.ebuild34
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-wm/metacity/files/digest-metacity-2.18.2 b/x11-wm/metacity/files/digest-metacity-2.18.2
deleted file mode 100644
index 177edd5ad2ae..000000000000
--- a/x11-wm/metacity/files/digest-metacity-2.18.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 45cdadd7d6213aeca3d9f1acc1d1d70f metacity-2.18.2.tar.bz2 1959028
-RMD160 e96df742c194ec8b514d5d8339c5206297274630 metacity-2.18.2.tar.bz2 1959028
-SHA256 5e49d57d0366b24d18cc198d04e2fe0f3e7a1d8671e25d32e2090c422be3000c metacity-2.18.2.tar.bz2 1959028
diff --git a/x11-wm/metacity/metacity-2.18.2.ebuild b/x11-wm/metacity/metacity-2.18.2.ebuild
deleted file mode 100644
index 1c1006e6d3f5..000000000000
--- a/x11-wm/metacity/metacity-2.18.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.18.2.ebuild,v 1.1 2007/04/20 22:09:26 remi Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Gnome default windowmanager"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="xinerama"
-
-# not parallel-safe; see bug #14405
-MAKEOPTS="${MAKEOPTS} -j1"
-
-RDEPEND=">=x11-libs/gtk+-2.10
- >=x11-libs/pango-1.2
- >=gnome-base/gconf-2
- >=dev-libs/glib-2.6
- >=x11-libs/startup-notification-0.7
- !x11-misc/expocity"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
-
-pkg_setup() {
- # Compositor is not deemed stable
- G2CONF="$(use_enable xinerama) --disable-compositor"
-}