diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-12-14 03:12:53 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-12-14 03:12:53 +0000 |
commit | 1c6bacd58809b615d14984c601dbf6bde70a4aae (patch) | |
tree | 3a50168403be912b9252e7475329e2442895643e /app-text | |
parent | make stable on ppc (diff) | |
download | historical-1c6bacd58809b615d14984c601dbf6bde70a4aae.tar.gz historical-1c6bacd58809b615d14984c601dbf6bde70a4aae.tar.bz2 historical-1c6bacd58809b615d14984c601dbf6bde70a4aae.zip |
New version, removed ~alpha from older version
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dasher/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/dasher/Manifest | 6 | ||||
-rw-r--r-- | app-text/dasher/dasher-3.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-text/dasher/dasher-3.2.1.ebuild | 47 | ||||
-rw-r--r-- | app-text/dasher/files/digest-dasher-3.2.1 | 1 |
5 files changed, 62 insertions, 5 deletions
diff --git a/app-text/dasher/ChangeLog b/app-text/dasher/ChangeLog index 3b8183f28a50..47ecbaf9177f 100644 --- a/app-text/dasher/ChangeLog +++ b/app-text/dasher/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/dasher # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/ChangeLog,v 1.2 2003/04/26 21:27:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/ChangeLog,v 1.3 2003/12/14 03:12:53 obz Exp $ + +*dasher-3.2.1 (14 Dec 2003) + + 14 Dec 2003; Mike Gardiner <obz@gentoo.org> dasher-3.0.0.ebuild, + dasher-3.2.1.ebuild: + New version, removed keyword ~alpha from old version as its dependency (gtkmm) + isnt available for alpha *dasher-3.0.0 (16 Mar 2003) diff --git a/app-text/dasher/Manifest b/app-text/dasher/Manifest index a6a537246258..fd8459d57be4 100644 --- a/app-text/dasher/Manifest +++ b/app-text/dasher/Manifest @@ -1,3 +1,5 @@ -MD5 075c8c48f23356e7d191084b80a19347 ChangeLog 487 -MD5 4f36623901e2dddf812132786bec9bca dasher-3.0.0.ebuild 703 +MD5 faba9a98b3be79e698af42efd1ab84ae dasher-3.0.0.ebuild 691 +MD5 88b1377de95fa103d85a7521a5033407 dasher-3.2.1.ebuild 1375 +MD5 df8b93548fcf5a916ed2cb21fa9926ae ChangeLog 711 MD5 9f99ca4385c9221499f4ae4fc58b5098 files/digest-dasher-3.0.0 65 +MD5 285b3f363d0a78e7e23d0e1dd0fd8bc4 files/digest-dasher-3.2.1 65 diff --git a/app-text/dasher/dasher-3.0.0.ebuild b/app-text/dasher/dasher-3.0.0.ebuild index ab3ae92c756f..c2f8f8342925 100644 --- a/app-text/dasher/dasher-3.0.0.ebuild +++ b/app-text/dasher/dasher-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/dasher-3.0.0.ebuild,v 1.6 2003/09/05 22:43:29 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/dasher-3.0.0.ebuild,v 1.7 2003/12/14 03:12:53 obz Exp $ DESCRIPTION="information-efficient text-entry interface, driven by natural continuous pointing gestures" HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/" @@ -8,7 +8,7 @@ SRC_URI="http://www.inference.phy.cam.ac.uk/dasher/download/linux/source/3.0/${P LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc" DEPEND="=dev-cpp/gtkmm-1.2*" diff --git a/app-text/dasher/dasher-3.2.1.ebuild b/app-text/dasher/dasher-3.2.1.ebuild new file mode 100644 index 000000000000..7c7162a053a4 --- /dev/null +++ b/app-text/dasher/dasher-3.2.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/dasher-3.2.1.ebuild,v 1.1 2003/12/14 03:12:53 obz Exp $ + +inherit gnome2 + +DESCRIPTION="A text entry interface that is driven by continuous use of a pointing device, such as a mouse or eyetracker" +HOMEPAGE="http://www.inference.phy.cam.ac.uk/${PN}/" +SRC_URI="http://www.inference.phy.cam.ac.uk/${PN}/download/linux/source/3.2/${P}.tar.gz" +LICENSE="GPL-2" + +IUSE="gnome nls accessibility" +SLOT="0" +KEYWORDS="~x86" + +# The archive claims 'qte' support, but wont compile with QT +# Need to wait for upstream <obz@gentoo.org> +RDEPEND="dev-libs/expat + >=x11-libs/gtk+-2 + >=gnome-base/gconf-2 + >=gnome-base/libglade-2 + gnome? ( >=gnome-base/libgnome-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libgnomeui-2 ) + accessibility? ( >=gnome-base/libbonobo-2 + >=gnome-base/ORBit2-2 + >=gnome-base/libgnomeui-2 + gnome-extra/gnome-speech + >=gnome-extra/at-spi-1 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.18 + dev-util/pkgconfig" + +DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README" + +src_compile() { + + local myconf="" + use nls || myconf="${myconf} --disable-nls" + use gnome && myconf="${myconf} --enable-gnome" + use accessibility && myconf="${myconf} --enable-a11y --enable-speech" + + gnome2_src_compile ${myconf} + +} + diff --git a/app-text/dasher/files/digest-dasher-3.2.1 b/app-text/dasher/files/digest-dasher-3.2.1 new file mode 100644 index 000000000000..9f89f80df846 --- /dev/null +++ b/app-text/dasher/files/digest-dasher-3.2.1 @@ -0,0 +1 @@ +MD5 26761aef1ece998d6c9e2e39540df7ca dasher-3.2.1.tar.gz 2329146 |