diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-02 21:02:59 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-02 21:02:59 +0000 |
commit | 1dd6c5d8737c6a68651445d87c23c5f141ae29c7 (patch) | |
tree | 82ddf865a89910a73858f6ec3ed01c291bf5be1c /app-accessibility | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-1dd6c5d8737c6a68651445d87c23c5f141ae29c7.tar.gz gentoo-2-1dd6c5d8737c6a68651445d87c23c5f141ae29c7.tar.bz2 gentoo-2-1dd6c5d8737c6a68651445d87c23c5f141ae29c7.zip |
Removing obsolete ebuild
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/gok/files/digest-gok-0.11.16 | 1 | ||||
-rw-r--r-- | app-accessibility/gok/gok-0.11.16.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-accessibility/gok/files/digest-gok-0.11.16 b/app-accessibility/gok/files/digest-gok-0.11.16 deleted file mode 100644 index dedf1d7a62bc..000000000000 --- a/app-accessibility/gok/files/digest-gok-0.11.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 6bfe9d4efb35ae20ef1c05c191dc8ad7 gok-0.11.16.tar.bz2 1244123 diff --git a/app-accessibility/gok/gok-0.11.16.ebuild b/app-accessibility/gok/gok-0.11.16.ebuild deleted file mode 100644 index 884b1c858fb5..000000000000 --- a/app-accessibility/gok/gok-0.11.16.ebuild +++ /dev/null @@ -1,39 +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.11.16.ebuild,v 1.8 2005/01/22 07:06:37 vapier Exp $ - -inherit gnome2 - -DESCRIPTION="Gnome Onscreen Keyboard" -HOMEPAGE="http://www.gok.ca/" - -LICENSE="LGPL-2" -SLOT="1" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" -IUSE="doc static" - -RDEPEND=">=x11-libs/gtk+-2.3.1 - >=gnome-base/gconf-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libbonobo-2.5.1 - >=gnome-base/libglade-2 - >=dev-libs/atk-1.3 - gnome-base/gail - media-sound/esound - x11-libs/libwnck - >=gnome-extra/at-spi-1.5.2 - >=gnome-base/orbit-2 - app-accessibility/gnome-speech - virtual/x11" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.27.3 - dev-util/pkgconfig - app-text/scrollkeeper - doc? ( dev-util/gtk-doc )" - -DOCS="AUTHORS ChangeLog NEWS README" - -G2CONF="${G2CONF} $(use_enable static)" - -# So it doesn't break when building kbd files -MAKEOPTS="${MAKEOPTS} -j1" |