summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-accessibility/dasher/ChangeLog9
-rw-r--r--app-accessibility/dasher/dasher-4.0.2.ebuild66
-rw-r--r--app-accessibility/dasher/dasher-4.2.1.ebuild74
-rw-r--r--app-accessibility/dasher/dasher-4.4.0.ebuild74
-rw-r--r--app-accessibility/dasher/files/dasher-4.0.2-fix_enable_flags.patch30
-rw-r--r--app-accessibility/dasher/files/dasher-4.0.2-without_gnome.patch23
-rw-r--r--app-accessibility/dasher/files/dasher-4.2.1-sk_conditional_fix.patch14
-rw-r--r--app-accessibility/dasher/files/digest-dasher-4.0.23
-rw-r--r--app-accessibility/dasher/files/digest-dasher-4.2.13
-rw-r--r--app-accessibility/dasher/files/digest-dasher-4.4.03
10 files changed, 8 insertions, 291 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog
index 420db5d794f1..1581bcdfeb5f 100644
--- a/app-accessibility/dasher/ChangeLog
+++ b/app-accessibility/dasher/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-accessibility/dasher
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.100 2007/08/11 14:47:41 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.101 2007/08/11 18:40:32 leio Exp $
+
+ 11 Aug 2007; Mart Raudsepp <leio@gentoo.org>
+ -files/dasher-4.0.2-fix_enable_flags.patch,
+ -files/dasher-4.0.2-without_gnome.patch,
+ -files/dasher-4.2.1-sk_conditional_fix.patch, -dasher-4.0.2.ebuild,
+ -dasher-4.2.1.ebuild, -dasher-4.4.0.ebuild:
+ Removing Gnome 2.14
11 Aug 2007; Andrej Kacian <ticho@gentoo.org> dasher-4.4.1.ebuild:
Stable on x86, bug #185823.
diff --git a/app-accessibility/dasher/dasher-4.0.2.ebuild b/app-accessibility/dasher/dasher-4.0.2.ebuild
deleted file mode 100644
index 2a6631c81613..000000000000
--- a/app-accessibility/dasher/dasher-4.0.2.ebuild
+++ /dev/null
@@ -1,66 +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.0.2.ebuild,v 1.12 2007/07/22 08:24:13 omp Exp $
-
-inherit eutils gnome2 autotools
-
-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 gnome cairo"
-
-# 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/expat
- >=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- >=dev-libs/glib-2
- >=x11-libs/libwnck-1
- x11-libs/libX11
- x11-libs/libXtst
- 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 )
- cairo? ( >=x11-libs/gtk+-2.8 )"
-
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-proto/xproto
- x11-libs/libXt
- >=dev-util/intltool-0.28
- >=dev-util/pkgconfig-0.9
- app-text/scrollkeeper"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- G2CONF="$(use_with gnome) \
- $(use_enable accessibility a11y) \
- $(use_enable accessibility speech) \
- $(use_with cairo)"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix compilation with USE=-gnome (bug #132510)
- epatch "${FILESDIR}"/${P}-without_gnome.patch
-
- # fix configure flags
- epatch "${FILESDIR}"/${P}-fix_enable_flags.patch
-
- eautoreconf
-}
diff --git a/app-accessibility/dasher/dasher-4.2.1.ebuild b/app-accessibility/dasher/dasher-4.2.1.ebuild
deleted file mode 100644
index 45e45985c266..000000000000
--- a/app-accessibility/dasher/dasher-4.2.1.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.1.ebuild,v 1.9 2007/06/26 23:19:09 mr_bones_ Exp $
-
-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
- epatch "${FILESDIR}"/${P}-sk_conditional_fix.patch
-
- eautoreconf
-}
diff --git a/app-accessibility/dasher/dasher-4.4.0.ebuild b/app-accessibility/dasher/dasher-4.4.0.ebuild
deleted file mode 100644
index f944685f5863..000000000000
--- a/app-accessibility/dasher/dasher-4.4.0.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.4.0.ebuild,v 1.2 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.3.4-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.0.2-fix_enable_flags.patch b/app-accessibility/dasher/files/dasher-4.0.2-fix_enable_flags.patch
deleted file mode 100644
index 3304ee617fb5..000000000000
--- a/app-accessibility/dasher/files/dasher-4.0.2-fix_enable_flags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -NurdB dasher-4.0.2/configure.in dasher-4.0.2-patched/configure.in
---- dasher-4.0.2/configure.in 2006-04-01 15:33:33.000000000 -0500
-+++ dasher-4.0.2-patched/configure.in 2006-05-27 03:07:26.000000000 -0500
-@@ -46,7 +46,7 @@
-
- AC_ARG_ENABLE([speech],
- AC_HELP_STRING([--enable-speech],[build with speech support (default is NO)]),
-- if test $withval = "no"; then
-+ if test $enableval = "no"; then
- WITHSPEECH=false;
- else
- WITHSPEECH=true;
-@@ -73,7 +73,7 @@
-
- AC_ARG_ENABLE([a11y],
- AC_HELP_STRING([--enable-a11y],[build with support for the GNOME accessibility framework (default is YES)]),
-- if test $withval = "no"; then
-+ if test $enableval = "no"; then
- WITHA11Y=false;
- else
- WITHA11Y=true;
-@@ -82,7 +82,7 @@
-
- AC_ARG_ENABLE([japanese],
- AC_HELP_STRING([--enable-japanese],[build with support for Japanese Kanji entry (experimental -- default is NO)]),
-- if test $withval = "no"; then
-+ if test $enableval = "no"; then
- WITHJAPANESE=false;
- else
- AC_CHECK_LIB(canna, RkBgnBun,, AC_MSG_ERROR([Canna library not found.]))
diff --git a/app-accessibility/dasher/files/dasher-4.0.2-without_gnome.patch b/app-accessibility/dasher/files/dasher-4.0.2-without_gnome.patch
deleted file mode 100644
index 3f6dceb6ebd9..000000000000
--- a/app-accessibility/dasher/files/dasher-4.0.2-without_gnome.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -NurdB dasher-4.0.2/Src/Gtk2/Menu.cc dasher-4.0.2-patched/Src/Gtk2/Menu.cc
---- dasher-4.0.2/Src/Gtk2/Menu.cc 2006-03-05 14:26:47.000000000 -0500
-+++ dasher-4.0.2-patched/Src/Gtk2/Menu.cc 2006-05-09 20:10:15.000000000 -0500
-@@ -469,7 +469,7 @@
- GtkWidget *label, *button;
- char *tmp;
-
-- about = gtk_dialog_new();
-+ GtkWidget *about = gtk_dialog_new();
-
- gtk_dialog_set_has_separator(GTK_DIALOG(about), FALSE);
- gtk_window_set_title(GTK_WINDOW(about), "About Dasher");
-diff -NurdB dasher-4.0.2/Src/main.cc dasher-4.0.2-patched/Src/main.cc
---- dasher-4.0.2/Src/main.cc 2006-02-25 16:19:10.000000000 -0500
-+++ dasher-4.0.2-patched/Src/main.cc 2006-05-09 20:10:45.000000000 -0500
-@@ -1,6 +1,7 @@
- #include "Common/Common.h"
- #include "AppSettings.h"
-
-+#include <glib/gi18n.h>
- #include <gtk/gtk.h>
- #include <gdk/gdkx.h>
- #include <glade/glade.h>
diff --git a/app-accessibility/dasher/files/dasher-4.2.1-sk_conditional_fix.patch b/app-accessibility/dasher/files/dasher-4.2.1-sk_conditional_fix.patch
deleted file mode 100644
index 8793b77ffdc8..000000000000
--- a/app-accessibility/dasher/files/dasher-4.2.1-sk_conditional_fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -NurdB dasher-4.2.1/configure.in dasher-4.2.1-patched/configure.in
---- dasher-4.2.1/configure.in 2006-10-24 14:52:52.000000000 -0500
-+++ dasher-4.2.1-patched/configure.in 2006-11-06 20:24:10.000000000 -0500
-@@ -325,7 +325,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
diff --git a/app-accessibility/dasher/files/digest-dasher-4.0.2 b/app-accessibility/dasher/files/digest-dasher-4.0.2
deleted file mode 100644
index 5d2f082884b2..000000000000
--- a/app-accessibility/dasher/files/digest-dasher-4.0.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 47cf27594abb51ea97f3a8fdb276736d dasher-4.0.2.tar.bz2 5802684
-RMD160 90d54eca8474bc46cd2f11d76b56e3d62811b598 dasher-4.0.2.tar.bz2 5802684
-SHA256 4a4adb18ca80641319ffdb63c8cbd69f2faa0698b4d275a2b3ccae467de8d73c dasher-4.0.2.tar.bz2 5802684
diff --git a/app-accessibility/dasher/files/digest-dasher-4.2.1 b/app-accessibility/dasher/files/digest-dasher-4.2.1
deleted file mode 100644
index 3f848159aee8..000000000000
--- a/app-accessibility/dasher/files/digest-dasher-4.2.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bb231a7afb424ad97264da67e5d24620 dasher-4.2.1.tar.bz2 5624904
-RMD160 93e219bda543d8efd295ca5ca161c06be529368a dasher-4.2.1.tar.bz2 5624904
-SHA256 96c529316f877ff0bd55be487af5d629d84eaf212d8587b2a583822121e1b4fc dasher-4.2.1.tar.bz2 5624904
diff --git a/app-accessibility/dasher/files/digest-dasher-4.4.0 b/app-accessibility/dasher/files/digest-dasher-4.4.0
deleted file mode 100644
index 40091df00c00..000000000000
--- a/app-accessibility/dasher/files/digest-dasher-4.4.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e47684793d29904f64370393234cf604 dasher-4.4.0.tar.bz2 6741569
-RMD160 e07ea2fa977f08c83bec209505ee86018ab05729 dasher-4.4.0.tar.bz2 6741569
-SHA256 66fab7ac772fa1cb2fad1fe9183effa73d345fec364942e1dbc8084600d1d73a dasher-4.4.0.tar.bz2 6741569