summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild')
-rw-r--r--x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild b/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild
deleted file mode 100644
index 7babdfe24b03..000000000000
--- a/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild,v 1.11 2006/01/24 23:00:34 nelchael Exp $
-
-MY_P=${P/deskg/DeskG}
-S=${WORKDIR}/${MY_P}
-IUSE=""
-DESCRIPTION="WMaker DockApp: GNOME 1.4 DeskGuide port for the Window Maker environment."
-SRC_URI="http://charybda.icm.edu.pl/~jarwyp/download/${MY_P}.tar.gz"
-HOMEPAGE="http://charybda.icm.edu.pl/~jarwyp/"
-
-DEPEND=">=gnome-base/gnome-libs-1.4
- >=media-libs/gdk-pixbuf-0.22.0
- =x11-libs/gtk+-1.2*"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ppc ~sparc"
-
-src_install () {
- dobin wmDeskGuide
-}