summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-02-17 20:29:46 +0000
committerMart Raudsepp <leio@gentoo.org>2008-02-17 20:29:46 +0000
commit5014097ff76ff70b7e7996c6034b0d957f7610f9 (patch)
tree3205fa7522fb774fc8df8d669030ecbd17a630e2 /app-accessibility
parentStable x86 (diff)
downloadgentoo-2-5014097ff76ff70b7e7996c6034b0d957f7610f9.tar.gz
gentoo-2-5014097ff76ff70b7e7996c6034b0d957f7610f9.tar.bz2
gentoo-2-5014097ff76ff70b7e7996c6034b0d957f7610f9.zip
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/dasher/dasher-4.2.2.ebuild74
-rw-r--r--app-accessibility/dasher/files/dasher-4.1.10-as-needed.patch25
-rw-r--r--app-accessibility/dasher/files/dasher-4.2.2-gnome_help.patch32
3 files changed, 0 insertions, 131 deletions
diff --git a/app-accessibility/dasher/dasher-4.2.2.ebuild b/app-accessibility/dasher/dasher-4.2.2.ebuild
deleted file mode 100644
index d95eeaee723e..000000000000
--- a/app-accessibility/dasher/dasher-4.2.2.ebuild
+++ /dev/null
@@ -1,74 +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/dasher/dasher-4.2.2.ebuild,v 1.11 2007/06/26 23:19:09 mr_bones_ Exp $
-
-WANT_AUTOCONF="2.5"
-WANT_AUTOMAKE="1.8"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
-HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-IUSE="accessibility cairo gnome"
-
-# The package claims to support 'qte', but it hasn't been tested.
-# Any patches from someone who can test it are welcome.
-# <leonardop@gentoo.org>
-RDEPEND=">=dev-libs/glib-2.6
- dev-libs/expat
- >=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- gnome? (
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2
- >=gnome-base/gnome-vfs-2 )
- accessibility? (
- app-accessibility/gnome-speech
- >=gnome-base/libbonobo-2
- >=gnome-base/orbit-2
- >=gnome-base/libgnomeui-2
- >=gnome-extra/at-spi-1
- dev-libs/atk )
- cairo? ( >=x11-libs/gtk+-2.8 )
-
- x11-libs/libX11"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- gnome? (
- >=app-text/gnome-doc-utils-0.3.2
- app-text/scrollkeeper )
-
- x11-proto/xextproto
- x11-proto/xproto
- x11-libs/libXt"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- G2CONF="--disable-scrollkeeper \
- $(use_enable accessibility a11y) \
- $(use_enable accessibility speech) \
- $(use_with cairo) \
- $(use_with gnome)"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- sed -i -e 's:gtk-update-icon-cache:true:' ./Data/Makefile.am
-
- epatch "${FILESDIR}/${PN}-4.1.10-as-needed.patch"
-
- # Patch to fix compilation when USE=-gnome is used (bug #165154)
- epatch "${FILESDIR}/${P}-gnome_help.patch"
-
- eautoreconf
-}
diff --git a/app-accessibility/dasher/files/dasher-4.1.10-as-needed.patch b/app-accessibility/dasher/files/dasher-4.1.10-as-needed.patch
deleted file mode 100644
index 76859a61816d..000000000000
--- a/app-accessibility/dasher/files/dasher-4.1.10-as-needed.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --exclude-from=/home/dang/.diffrc -u -ruN dasher-4.1.10.orig/Src/Makefile.am dasher-4.1.10/Src/Makefile.am
---- dasher-4.1.10.orig/Src/Makefile.am 2006-08-21 17:25:30.000000000 -0400
-+++ dasher-4.1.10/Src/Makefile.am 2006-09-04 22:33:46.000000000 -0400
-@@ -24,16 +24,16 @@
- -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
-
- dasher_LDADD = \
-- $(GTK2BUILD_LIBS) \
-- -lexpat \
-- $(POPT_LIBS) \
-- $(GPELIB) \
- Common/libdashermisc.a \
- Gtk2/libdashergtk.a \
- Gtk2/libdashercontrol.a \
- DasherCore/libdashercore.a \
- DasherCore/LanguageModelling/libdasherlm.a \
-- DasherCore/Alphabet/libdasheralphabet.a
-+ DasherCore/Alphabet/libdasheralphabet.a \
-+ $(GTK2BUILD_LIBS) \
-+ -lexpat \
-+ $(POPT_LIBS) \
-+ $(GPELIB)
- endif
-
- if DOQTE
diff --git a/app-accessibility/dasher/files/dasher-4.2.2-gnome_help.patch b/app-accessibility/dasher/files/dasher-4.2.2-gnome_help.patch
deleted file mode 100644
index 7be9882f5343..000000000000
--- a/app-accessibility/dasher/files/dasher-4.2.2-gnome_help.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -NurdB dasher-4.2.2/Data/Help/Makefile.am dasher-4.2.2-patched/Data/Help/Makefile.am
---- dasher-4.2.2/Data/Help/Makefile.am 2006-11-20 10:22:57.000000000 -0500
-+++ dasher-4.2.2-patched/Data/Help/Makefile.am 2007-02-05 19:50:42.000000000 -0500
-@@ -1 +1,5 @@
--SUBDIRS = Gnome
-+SUBDIRS =
-+
-+if GNOME_HELP
-+SUBDIRS += Gnome
-+endif
-diff -NurdB dasher-4.2.2/configure.in dasher-4.2.2-patched/configure.in
---- dasher-4.2.2/configure.in 2006-11-20 10:22:30.000000000 -0500
-+++ dasher-4.2.2-patched/configure.in 2007-02-05 19:50:25.000000000 -0500
-@@ -293,6 +293,7 @@
- AM_CONDITIONAL(DOQTE, test x$WITHQTE = xtrue)
- AM_CONDITIONAL(GNOME_SPEECH, test x$WITHSPEECH = xtrue)
- AM_CONDITIONAL(GNOME_A11Y, test x$WITHA11Y = xtrue)
-+AM_CONDITIONAL(GNOME_HELP, test x$WITHGNOME = xtrue)
- AM_CONDITIONAL(WITH_GPE, test x$WITHGPE = xtrue)
- AM_CONDITIONAL(WITH_MAEMO, test x$WITHMAEMO = xtrue)
- AM_CONDITIONAL(WITH_MAEMOFULLSCREEN, test x$WITHMAEMOFULLSCREEN = xtrue)
-@@ -325,7 +326,9 @@
- AC_SUBST(GTK2BUILD_LIBS)
-
- if [[ x"$WITHGNOME" = xtrue ]]; then
--GNOME_DOC_INIT
-+ GNOME_DOC_INIT
-+else
-+ AM_CONDITIONAL(ENABLE_SK, test "x$enable_scrollkeeper" = "xyes")
- fi
-
- AC_CONFIG_FILES([Makefile