diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-26 21:27:54 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-26 21:27:54 +0000 |
commit | f894f2363ef4a687f4f17156fec338da8b34186e (patch) | |
tree | 63f20decc7c7fc4de8a216570bc142f2888c3132 /app-text | |
parent | peg gtkmm deps (diff) | |
download | gentoo-2-f894f2363ef4a687f4f17156fec338da8b34186e.tar.gz gentoo-2-f894f2363ef4a687f4f17156fec338da8b34186e.tar.bz2 gentoo-2-f894f2363ef4a687f4f17156fec338da8b34186e.zip |
fix deps
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dasher/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/dasher/Manifest | 3 | ||||
-rw-r--r-- | app-text/dasher/dasher-3.0.0.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-text/dasher/ChangeLog b/app-text/dasher/ChangeLog index 72f1ff41dc23..3b8183f28a50 100644 --- a/app-text/dasher/ChangeLog +++ b/app-text/dasher/ChangeLog @@ -1,9 +1,12 @@ # 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.1 2003/03/16 22:15:42 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/ChangeLog,v 1.2 2003/04/26 21:27:44 liquidx Exp $ *dasher-3.0.0 (16 Mar 2003) + 26 Apr 2003; Alastair Tse <liquidx@gentoo.org> dasher-3.0.0.ebuild: + lock dep at gtkmm-1 + 16 Mar 2003; Seth Chandler <sethbc@gentoo.org>; dasher-3.0.0.ebuild: added dasher to portage thanks to Gustavo Felisberto <gustavo@felisberto.net> diff --git a/app-text/dasher/Manifest b/app-text/dasher/Manifest new file mode 100644 index 000000000000..4b702f91ece8 --- /dev/null +++ b/app-text/dasher/Manifest @@ -0,0 +1,3 @@ +MD5 075c8c48f23356e7d191084b80a19347 ChangeLog 487 +MD5 1da2c5e5f0f9704853ba9aaf41faf3e1 dasher-3.0.0.ebuild 778 +MD5 9f99ca4385c9221499f4ae4fc58b5098 files/digest-dasher-3.0.0 65 diff --git a/app-text/dasher/dasher-3.0.0.ebuild b/app-text/dasher/dasher-3.0.0.ebuild index ffb33e87c85f..29a190530d5b 100644 --- a/app-text/dasher/dasher-3.0.0.ebuild +++ b/app-text/dasher/dasher-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/dasher-3.0.0.ebuild,v 1.1 2003/03/16 22:15:42 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/dasher-3.0.0.ebuild,v 1.2 2003/04/26 21:27:44 liquidx Exp $ DESCRIPTION="information-efficient text-entry interface, \ driven by natural continuous pointing gestures" @@ -10,7 +10,7 @@ SRC_URI="http://www.inference.phy.cam.ac.uk/dasher/download/linux/source/3.0/${P SLOT="0" LICENSE="GPL-2" -DEPEND="x11-libs/gtkmm" +DEPEND="=x11-libs/gtkmm-1.2*" KEYWORDS="~x86 ~ppc ~sparc ~alpha" |