summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/matchbox-window-manager')
-rw-r--r--x11-wm/matchbox-window-manager/Manifest1
-rw-r--r--x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch27
-rw-r--r--x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild48
-rw-r--r--x11-wm/matchbox-window-manager/metadata.xml4
4 files changed, 0 insertions, 80 deletions
diff --git a/x11-wm/matchbox-window-manager/Manifest b/x11-wm/matchbox-window-manager/Manifest
deleted file mode 100644
index 9af88302aa3b..000000000000
--- a/x11-wm/matchbox-window-manager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST matchbox-window-manager-1.2.tar.bz2 208813 SHA256 81a23a4af797cf350759fd5ac738797015a66dd5dba2f3d9f3c6908506c1ceff SHA512 a603ef2da6fef4caa87980765b64d0f84f19fdb29a181e2a0c442846a09e42984c97b5a11c9ceb37a5e9db9915acc2733fbb6b2af9c0afb11917edbdb50c3b24 WHIRLPOOL a46ec32450aeedf33a927ceebde0c9e481b444a3e50c733ea6eabc6d193669ab7eec2799d0adf0160e613aeb50b96719b3be35675245cc2a6b60f50737ca54eb
diff --git a/x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch b/x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch
deleted file mode 100644
index 881567d9b96d..000000000000
--- a/x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Naurp matchbox-window-manager-1.0.orig/src/structs.h matchbox-window-manager-1.0/src/structs.h
---- matchbox-window-manager-1.0.orig/src/structs.h 2006-02-19 16:00:52.000000000 -0500
-+++ matchbox-window-manager-1.0/src/structs.h 2006-06-12 18:52:53.000000000 -0400
-@@ -81,23 +81,12 @@
-
- #define GENERIC_ICON PKGDATADIR "/mbnoapp.xpm"
-
--#ifdef MB_HAVE_PNG
--
- #define DEFAULT_THEME DATADIR "/themes/Default/matchbox/theme.xml"
--
- #define DEFAULTTHEME DATADIR "/themes/Default/matchbox/theme.xml"
-
- #define DEFAULT_THEMENAME "Default"
--
- #define DEFAULTTHEMENAME "Default"
-
--#else
--
--#define DEFAULT_THEME DATADIR "/themes/Default/matchbox/theme.xml"
--#define DEFAULT_THEME_NAME "Default"
--
--#endif
--
- #define CONFDEFAULTS PKGDATADIR "/defaults"
-
- /* Simple Macros */
diff --git a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild b/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild
deleted file mode 100644
index 71be316d1daf..000000000000
--- a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils versionator gnome2
-
-DESCRIPTION="Light weight WM designed for use on PDA computers"
-HOMEPAGE="http://matchbox-project.org/"
-SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
-SLOT="0"
-LICENSE="GPL-2"
-
-KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="debug expat gnome session startup-notification xcomposite"
-
-RDEPEND="
- >=x11-libs/libmatchbox-1.5
- expat? ( dev-libs/expat )
- gnome? ( gnome-base/gconf )
- startup-notification? ( x11-libs/startup-notification )
- session? ( x11-libs/libSM )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # Allows to build with USE=-png
- epatch "${FILESDIR}"/${PN}-1.0-use-nopng.patch
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --enable-keyboard \
- --enable-ping-protocol \
- --enable-xrm \
- $(use_enable debug) \
- $(use_enable session) \
- $(use_enable expat) \
- $(use_enable gnome gconf) \
- $(use_enable startup-notification) \
- $(use_enable xcomposite composite)
-}
diff --git a/x11-wm/matchbox-window-manager/metadata.xml b/x11-wm/matchbox-window-manager/metadata.xml
deleted file mode 100644
index 097975e3adc2..000000000000
--- a/x11-wm/matchbox-window-manager/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>