summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-21 18:04:45 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-21 18:04:45 +0000
commit88f20d696dad5d884bec9d423ea8eeeeaa14f224 (patch)
tree6ced435a7082c8fd7245e094fdde6b638f5d8a34 /x11-misc
parentCosmetics. (diff)
downloadgentoo-2-88f20d696dad5d884bec9d423ea8eeeeaa14f224.tar.gz
gentoo-2-88f20d696dad5d884bec9d423ea8eeeeaa14f224.tar.bz2
gentoo-2-88f20d696dad5d884bec9d423ea8eeeeaa14f224.zip
remove package
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/metacity-setup/ChangeLog43
-rw-r--r--x11-misc/metacity-setup/Manifest4
-rw-r--r--x11-misc/metacity-setup/files/digest-metacity-setup-0.7.1-r11
-rw-r--r--x11-misc/metacity-setup/files/metacity-setup-0.7.1-themedir.patch44
-rw-r--r--x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild29
5 files changed, 0 insertions, 121 deletions
diff --git a/x11-misc/metacity-setup/ChangeLog b/x11-misc/metacity-setup/ChangeLog
deleted file mode 100644
index 7085a0644753..000000000000
--- a/x11-misc/metacity-setup/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-# ChangeLog for x11-misc/metacity-setup
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/ChangeLog,v 1.13 2003/07/09 17:17:18 liquidx Exp $
-
- 09 Jul 2003; Alastair Tse <liquidx@gentoo.org>
- metacity-setup-0.7.1-r1.ebuild:
- added pkgconfig deps
-
- 23 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
- Fix glib and gtk+ deps, as it works with versions 2.2.0 ...
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
- 08 Dec 2002; foser <foser@gentoo.org> metacity-setup-0.7.1.ebuild :
- Fixed deps to be more general (bug #11635)
-
-*metacity-setup-0.7.1-r1 (09 Oct 2002)
- 09 Oct 2002; foser <foser@gentoo.org> metacity-setup-0.7.1-r1.ebuild :
- Added patch to make metacity-setup functional again see bug #8822
- Patch by Jonathan Nall <nall@themountaingoats.net>, thanks
- Added ppc keyword
-
-*metacity-setup-0.6.1 (12 Jul 2002)
- 12 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> metacity-setup-0.6.1.ebuild :
- new version
-
-*metacity-setup-0.6 (28 Jun 2002)
- 28 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.6.ebuild :
- versionbump
-
-*metacity-setup-0.5.2 (22 Jun 2002)
- 22 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.5.2.ebuild :
- seems this version works too.. wa hoo
-
-
-*metacity-setup-0.4.1 (1 Jun 2002)
- 1 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.4.1.ebuild :
- this program never runs on .0 releases ;)
- New eclassed version
-
-*metacity-setup-0.3.1 (28 May 2002)
- 28 May 2002; Spider <spider@gentoo.org> ChangeLog metacity-setup-0.3.1.ebuild :
- here you go, initial release
diff --git a/x11-misc/metacity-setup/Manifest b/x11-misc/metacity-setup/Manifest
deleted file mode 100644
index 88a2687d80ef..000000000000
--- a/x11-misc/metacity-setup/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 ba664160b57e095a52326095091b6016 ChangeLog 1641
-MD5 037ef0aa060e77351b42f971e2538add metacity-setup-0.7.1-r1.ebuild 781
-MD5 ff5bc98449fb88278116882166f0bad1 files/digest-metacity-setup-0.7.1-r1 72
-MD5 ddbe462954b6610bc2c06725fcafcc60 files/metacity-setup-0.7.1-themedir.patch 1607
diff --git a/x11-misc/metacity-setup/files/digest-metacity-setup-0.7.1-r1 b/x11-misc/metacity-setup/files/digest-metacity-setup-0.7.1-r1
deleted file mode 100644
index 2f452e7ee1de..000000000000
--- a/x11-misc/metacity-setup/files/digest-metacity-setup-0.7.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e898a13ea95d38dcc1f9dba5dd03581f metacity-setup-0.7.1.tar.gz 210390
diff --git a/x11-misc/metacity-setup/files/metacity-setup-0.7.1-themedir.patch b/x11-misc/metacity-setup/files/metacity-setup-0.7.1-themedir.patch
deleted file mode 100644
index 2dbb513dd5a7..000000000000
--- a/x11-misc/metacity-setup/files/metacity-setup-0.7.1-themedir.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- src/callbacks.c.orig 2002-10-05 12:36:03.000000000 -0500
-+++ src/callbacks.c 2002-10-05 12:36:07.000000000 -0500
-@@ -226,20 +226,20 @@
- GDir *themeDirectory =
- g_dir_open (possibleThemeDirs[i], 0, NULL);
-
-- while ((filename =
-- g_dir_read_name (themeDirectory)) != NULL)
-- if (g_file_test
-- (g_build_filename
-- (possibleThemeDirs[i], filename, NULL),
-- G_FILE_TEST_IS_DIR) &&
-- (g_file_test
-- (g_build_filename
-- (possibleThemeDirs[i], filename, "metacity-theme-1.xml", NULL),
-- G_FILE_TEST_IS_REGULAR)))
-- {
-- g_ptr_array_add (themeNameHolder,
-- g_strdup (filename));
-- }
-+ while ((filename = g_dir_read_name (themeDirectory)) != NULL)
-+ if (g_file_test (g_build_filename (possibleThemeDirs[i], filename, NULL), G_FILE_TEST_IS_DIR) &&
-+ ((g_file_test (g_build_filename (possibleThemeDirs[i], filename, "metacity-theme-1.xml", NULL), G_FILE_TEST_IS_REGULAR))
-+ /* new themes have metacity-theme-1.xml stored under a directory: metacity-1 */
-+ ||(g_file_test (g_build_filename (possibleThemeDirs[i], filename, "metacity-1", NULL), G_FILE_TEST_IS_DIR)
-+ && g_file_test (g_build_filename (possibleThemeDirs[i], filename, "metacity-1", "metacity-theme-1.xml",NULL),
-+ G_FILE_TEST_IS_REGULAR)
-+ )
-+ )
-+ )
-+ {
-+ g_ptr_array_add (themeNameHolder,
-+ g_strdup (filename));
-+ }
- g_dir_close (themeDirectory);
- }
- }
-@@ -690,4 +690,4 @@
- else
- metacity_version = "2.4";
- on_treeview1_realize (treeview1_cheat, user_data);
--}
-\ No newline at end of file
-+}
diff --git a/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild b/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild
deleted file mode 100644
index 9e3a503f1355..000000000000
--- a/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,29 +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-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild,v 1.10 2003/09/05 23:18:18 msterret Exp $
-
-inherit gnome2
-
-DESCRIPTION="a setup program for metacity"
-HOMEPAGE="http://plastercast.tzo.com/~plastercast/Projects/"
-SRC_URI="mirror:///sourceforge/metacity-setup/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-
-RDEPEND=">=x11-wm/metacity-2.4
- >=x11-libs/gtk+-2
- >=dev-libs/glib-2
- >=gnome-base/libgnomeui-2"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/metacity-setup-0.7.1-themedir.patch || die
-}
-