diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-16 11:08:57 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-16 11:08:57 +0000 |
commit | f7e523cd5a1b7f91500d24208e4ac768d28f7c8c (patch) | |
tree | 451b62266b890a31eb05698cb8f280cb91180a89 /app-accessibility/gok | |
parent | Stable on s390. (diff) | |
download | gentoo-2-f7e523cd5a1b7f91500d24208e4ac768d28f7c8c.tar.gz gentoo-2-f7e523cd5a1b7f91500d24208e4ac768d28f7c8c.tar.bz2 gentoo-2-f7e523cd5a1b7f91500d24208e4ac768d28f7c8c.zip |
Cleaning old ebuilds/patches
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-accessibility/gok')
-rw-r--r-- | app-accessibility/gok/files/digest-gok-0.10.2 | 1 | ||||
-rw-r--r-- | app-accessibility/gok/gok-0.10.2.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-accessibility/gok/files/digest-gok-0.10.2 b/app-accessibility/gok/files/digest-gok-0.10.2 deleted file mode 100644 index 9229bd9f6aa4..000000000000 --- a/app-accessibility/gok/files/digest-gok-0.10.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 35605f8f8c32832c3406be92c05cc1f4 gok-0.10.2.tar.bz2 1125549 diff --git a/app-accessibility/gok/gok-0.10.2.ebuild b/app-accessibility/gok/gok-0.10.2.ebuild deleted file mode 100644 index c37350568d55..000000000000 --- a/app-accessibility/gok/gok-0.10.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-0.10.2.ebuild,v 1.16 2005/07/13 05:35:08 geoman Exp $ - -inherit gnome2 - -DESCRIPTION="Gnome Onscreen Keyboard" -HOMEPAGE="http://www.gok.ca/" - -LICENSE="LGPL-2" -SLOT="1" -KEYWORDS="alpha amd64 hppa ~ia64 ppc sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.3.1 - >=gnome-base/libgnomeui-2 - >=gnome-base/libbonobo-2.5.1 - >=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 - >=gnome-base/orbit-2 - virtual/x11" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.27.3 - dev-util/pkgconfig - app-text/scrollkeeper - >=sys-apps/sed-4" - -DOCS="AUTHORS ChangeLog NEWS README" - -# Problems when creating .kbd files -MAKEOPTS="${MAKEOPTS} -j1" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i \ - -e "s:\$pkgdatadir:${ROOT}/usr/share/${PN}:" \ - gok-with-references.schemas.m4 -} |