Remove old
authorMart Raudsepp <leio@gentoo.org>
Mon, 10 Mar 2008 22:23:42 +0000 (22:23 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 10 Mar 2008 22:23:42 +0000 (22:23 +0000)
Package-Manager: portage-2.1.4.4

app-accessibility/gnome-mag/gnome-mag-0.14.3.ebuild [deleted file]
app-accessibility/gnome-speech/gnome-speech-0.4.11.ebuild [deleted file]
app-accessibility/gnome-speech/gnome-speech-0.4.16.ebuild [deleted file]
app-accessibility/gok/gok-1.2.5.ebuild [deleted file]

diff --git a/app-accessibility/gnome-mag/gnome-mag-0.14.3.ebuild b/app-accessibility/gnome-mag/gnome-mag-0.14.3.ebuild
deleted file mode 100644 (file)
index 1a76013..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/gnome-mag-0.14.3.ebuild,v 1.9 2007/09/10 04:18:28 tgall Exp $
-
-inherit gnome2
-
-DESCRIPTION="Gnome magnification service definition"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.11.1
-       >=x11-libs/gtk+-2.1
-       >=gnome-base/libbonobo-1.107
-       >=gnome-extra/at-spi-1.5.2
-       >=gnome-base/orbit-2.3.100
-
-       x11-libs/libX11
-       x11-libs/libXtst
-       x11-libs/libXdamage
-       x11-libs/libXfixes
-       x11-libs/libXcomposite"
-
-DEPEND="${RDEPEND}
-       >=dev-util/pkgconfig-0.9
-       >=dev-util/intltool-0.35
-
-       x11-proto/xextproto
-       x11-proto/xproto"
-
-DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/app-accessibility/gnome-speech/gnome-speech-0.4.11.ebuild b/app-accessibility/gnome-speech/gnome-speech-0.4.11.ebuild
deleted file mode 100644 (file)
index 6f25df0..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-speech/gnome-speech-0.4.11.ebuild,v 1.12 2007/10/23 23:58:43 wltjr Exp $
-
-JAVA_PKG_OPT_USE="freetts"
-
-inherit java-pkg-opt-2 gnome2
-
-DESCRIPTION="Simple general API for producing text-to-speech output"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-# espeak not added; it needs tons of keywords
-IUSE="freetts"
-
-COMMON_DEPEND=">=gnome-base/orbit-2.3.94
-       >=gnome-base/libbonobo-1.97
-       >=dev-libs/glib-2
-       freetts? (
-               =app-accessibility/freetts-1.2*
-               >=app-accessibility/java-access-bridge-1.4.6 )"
-
-RDEPEND="$COMMON_DEPEND
-       freetts? ( >=virtual/jre-1.4 )
-       app-accessibility/festival"
-
-DEPEND="$COMMON_DEPEND
-       freetts? ( >=virtual/jdk-1.4 )
-       >=dev-util/pkgconfig-0.9"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
-       G2CONF="--with-festival --with-speech-dispatcher"
-
-       if use freetts; then
-               java-pkg-opt-2_pkg_setup
-
-               local JABDIR="${ROOT}usr/share/java-access-bridge/lib"
-
-               G2CONF="${G2CONF} --with-java-home=${JAVA_HOME} \
-                       --with-jab-dir=${JABDIR} \
-                       --with-freetts-dir=${ROOT}usr/share/freetts/lib"
-       else
-               export JAVAC=no
-       fi
-}
-
-src_unpack() {
-       gnome2_src_unpack
-
-       if use freetts; then
-               sed -i -e \
-                       's/@GNOME_SPEECH_INSTALLED_CLASSPATH@/$(java-config -p gnome-speech-1,java-access-bridge)/' \
-                       drivers/freetts/freetts-synthesis-driver.in || die "sed error"
-       fi
-
-       sed -i \
-               -e 's:\(GNOME_SPEECH_JAR_DIR=\).*:\1"/usr/share/java-access-bridge/lib/":' \
-               -e 's:\(FREETTS_DRIVER_JAR_DIR=\).*:\1"/usr/share/java-access-bridge/lib/":' \
-               "${S}"/configure
-}
-
-src_install() {
-       gnome2_src_install
-
-       if use freetts; then
-               java-pkg_dojar "${D}"/usr/share/jar/*.jar
-               rm -rf "${D}"/usr/share/jar
-       fi
-}
-
-pkg_postinst() {
-       elog
-       elog "Gnome Speech has been successfully installed. You may now use the"
-       elog "speech interface using app-accessibility/gnopernicus."
-       elog
-}
diff --git a/app-accessibility/gnome-speech/gnome-speech-0.4.16.ebuild b/app-accessibility/gnome-speech/gnome-speech-0.4.16.ebuild
deleted file mode 100644 (file)
index 9f1c0ee..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-speech/gnome-speech-0.4.16.ebuild,v 1.9 2007/11/06 16:53:15 armin76 Exp $
-
-JAVA_PKG_OPT_USE="freetts"
-
-inherit java-pkg-opt-2 gnome2
-
-DESCRIPTION="Simple general API for producing text-to-speech output"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-# espeak not added; it needs tons of keywords
-IUSE="freetts"
-
-COMMON_DEPEND=">=gnome-base/orbit-2.3.94
-       >=gnome-base/libbonobo-1.97
-       >=dev-libs/glib-2
-       freetts? (
-               =app-accessibility/freetts-1.2*
-               >=app-accessibility/java-access-bridge-1.4.6 )"
-
-RDEPEND="$COMMON_DEPEND
-       freetts? ( >=virtual/jre-1.4 )
-       app-accessibility/festival"
-
-DEPEND="$COMMON_DEPEND
-       freetts? ( >=virtual/jdk-1.4 )
-       >=dev-util/pkgconfig-0.9"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
-       G2CONF="--with-festival --with-speech-dispatcher"
-
-       if use freetts; then
-               java-pkg-opt-2_pkg_setup
-
-               local JABDIR="${ROOT}usr/share/java-access-bridge/lib"
-
-               G2CONF="${G2CONF} --with-java-home=${JAVA_HOME} \
-                       --with-jab-dir=${JABDIR} \
-                       --with-freetts-dir=${ROOT}usr/share/freetts/lib"
-       else
-               export JAVAC=no
-       fi
-}
-
-src_unpack() {
-       gnome2_src_unpack
-
-       if use freetts; then
-               sed -i -e \
-                       's/@GNOME_SPEECH_INSTALLED_CLASSPATH@/$(java-config -p gnome-speech-1,java-access-bridge)/' \
-                       drivers/freetts/freetts-synthesis-driver.in || die "sed error"
-       fi
-
-       sed -i \
-               -e 's:\(GNOME_SPEECH_JAR_DIR=\).*:\1"/usr/share/java-access-bridge/lib/":' \
-               -e 's:\(FREETTS_DRIVER_JAR_DIR=\).*:\1"/usr/share/java-access-bridge/lib/":' \
-               "${S}"/configure
-}
-
-src_install() {
-       gnome2_src_install
-
-       if use freetts; then
-               java-pkg_dojar "${D}"/usr/share/jar/*.jar
-               rm -rf "${D}"/usr/share/jar
-       fi
-}
-
-pkg_postinst() {
-       elog
-       elog "Gnome Speech has been successfully installed. You may now use the"
-       elog "speech interface using app-accessibility/gnopernicus."
-       elog
-}
diff --git a/app-accessibility/gok/gok-1.2.5.ebuild b/app-accessibility/gok/gok-1.2.5.ebuild
deleted file mode 100644 (file)
index 65bf0ce..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.2.5.ebuild,v 1.9 2007/10/14 13:50:43 eva Exp $
-
-inherit virtualx gnome2
-
-DESCRIPTION="Gnome Onscreen Keyboard"
-HOMEPAGE="http://www.gok.ca/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="doc usb"
-
-RDEPEND=">=dev-libs/glib-2.11
-       >=gnome-base/libgnomeui-2
-       >=gnome-extra/at-spi-1.5.2
-       >=gnome-base/libbonobo-2.5.1
-       >=dev-libs/atk-1.3
-       >=x11-libs/gtk+-2.3.1
-       gnome-base/gail
-       >=x11-libs/libwnck-2.13.5
-       app-accessibility/gnome-speech
-       media-sound/esound
-       >=gnome-base/libglade-2
-       >=gnome-base/gconf-2
-       >=gnome-base/orbit-2
-       usb? ( >=dev-libs/libusb-0.1.11 )
-
-       x11-libs/libXi
-       x11-libs/libX11
-       x11-libs/libSM
-       x11-libs/libICE"
-
-DEPEND="${RDEPEND}
-       >=dev-util/intltool-0.35
-       >=dev-util/pkgconfig-0.9
-       app-text/scrollkeeper
-       doc? ( >=dev-util/gtk-doc-1 )
-
-       x11-libs/libXt
-       x11-proto/inputproto
-       x11-proto/kbproto
-       x11-proto/xproto"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-# So it doesn't break when building kbd files
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
-       G2CONF="$(use_enable usb libusb-input)"
-}
-
-src_test() {
-       # Remove missing file from the Makefile to fix tests (bug #140265), and POTFILES.in
-       sed -i -e '/char-frequency.xml.in/d' "${S}"/po/Makefile
-       sed -i -e '/char-frequency.xml.in/d' "${S}"/po/POTFILES.in
-       addwrite "/root/.gnome2_private"
-       Xmake check || die
-}