summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gok/gok-0.9.1.ebuild')
-rw-r--r--gnome-extra/gok/gok-0.9.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/gnome-extra/gok/gok-0.9.1.ebuild b/gnome-extra/gok/gok-0.9.1.ebuild
deleted file mode 100644
index 4a2c674b376a..000000000000
--- a/gnome-extra/gok/gok-0.9.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gok/gok-0.9.1.ebuild,v 1.8 2004/02/10 06:21:40 darkspecter Exp $
-
-inherit gnome2
-
-DESCRIPTION="Gnome Onscreen Keyboard"
-HOMEPAGE="http://www.gok.ca/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc hppa alpha ia64 ppc ~amd64"
-
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2
- >=gnome-base/libgnomeui-2
- >=gnome-base/libbonobo-2
- >=gnome-base/gconf-2
- >=dev-libs/atk-1.3
- gnome-base/gail
- media-sound/esound
- >=x11-libs/libwnck-1
- >=gnome-extra/at-spi-1.3.4"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- app-text/scrollkeeper"
-
-DOCS="AUTHORS ChangeLog COPYING NEWS README"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
-
- sed -i 's:$pkgdatadir:/usr/share/gok:' gok-with-references.schemas.m4
-}