diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-21 19:24:36 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-21 19:24:36 +0000 |
commit | 86650d0acfc8b5b3e509c95e209722c7d3a40758 (patch) | |
tree | 60f3db9d8f7600b831710ecc312360cd653de3d1 /gnome-base/gail | |
parent | Explicitly disabling directfb by default as well (diff) | |
download | gentoo-2-86650d0acfc8b5b3e509c95e209722c7d3a40758.tar.gz gentoo-2-86650d0acfc8b5b3e509c95e209722c7d3a40758.tar.bz2 gentoo-2-86650d0acfc8b5b3e509c95e209722c7d3a40758.zip |
New version
Diffstat (limited to 'gnome-base/gail')
-rw-r--r-- | gnome-base/gail/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gail/files/digest-gail-1.2.0 | 1 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.2.0.ebuild | 25 |
3 files changed, 32 insertions, 1 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index addff4d95b9f..d6908a0a0311 100644 --- a/gnome-base/gail/ChangeLog +++ b/gnome-base/gail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gail # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.9 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.10 2003/01/21 19:24:36 foser Exp $ + +*gail-1.2.0 (21 Jan 2003) + + 21 Jan 2003; foser <foser@gentoo.org> gail-1.2.0.ebuild : + New version 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/gail/files/digest-gail-1.2.0 b/gnome-base/gail/files/digest-gail-1.2.0 new file mode 100644 index 000000000000..aaf5aac57c30 --- /dev/null +++ b/gnome-base/gail/files/digest-gail-1.2.0 @@ -0,0 +1 @@ +MD5 8b5b960eb4f71656ff798e63401d1bf0 gail-1.2.0.tar.bz2 316112 diff --git a/gnome-base/gail/gail-1.2.0.ebuild b/gnome-base/gail/gail-1.2.0.ebuild new file mode 100644 index 000000000000..52be4279f9a1 --- /dev/null +++ b/gnome-base/gail/gail-1.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.2.0.ebuild,v 1.1 2003/01/21 19:24:36 foser Exp $ + +inherit gnome2 + +IUSE="doc" +S=${WORKDIR}/${P} + +DESCRIPTION="Part of Gnome Accessibility" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" + +DEPEND=">=x11-libs/gtk+-2.1.3 + >=dev-libs/atk-1.1.3 + >=gnome-base/libgnomecanvas-2" + +RDEPEND="${DEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9 )" + +DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS" |