diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-09-18 22:32:48 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-09-18 22:32:48 +0000 |
commit | 43b242c20c1240556d07ab0e57578176439c109b (patch) | |
tree | 2b0195748a76b585d844b71638ed592c0da57742 /gnome-base | |
parent | ~amd64 (diff) | |
download | historical-43b242c20c1240556d07ab0e57578176439c109b.tar.gz historical-43b242c20c1240556d07ab0e57578176439c109b.tar.bz2 historical-43b242c20c1240556d07ab0e57578176439c109b.zip |
Revive 1.6.0
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gail/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gail/Manifest | 4 | ||||
-rw-r--r-- | gnome-base/gail/files/digest-gail-1.6.0 | 1 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.6.0.ebuild | 23 |
4 files changed, 31 insertions, 5 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index dbb37ce10dd7..73bcd6de624a 100644 --- a/gnome-base/gail/ChangeLog +++ b/gnome-base/gail/ChangeLog @@ -1,15 +1,15 @@ # ChangeLog for gnome-base/gail # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.53 2004/09/18 11:56:01 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.54 2004/09/18 22:32:48 leonardop Exp $ *gail-1.8.0 (18 Sep 2004) 18 Sep 2004; Leonardo Boshell <leonardop@gentoo.org> gail-1.8.0.ebuild: New release. - 18 Sep 2004; Leonardo Boshell <leonardop@gentoo.org> gail-1.6.0.ebuild, - gail-1.6.4.ebuild, gail-1.6.5.ebuild: - Removed 1.6.0, 1.6.4 and 1.6.5. + 18 Sep 2004; Leonardo Boshell <leonardop@gentoo.org> gail-1.6.4.ebuild, + gail-1.6.5.ebuild: + Removed 1.6.4 and 1.6.5. 22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> gail-1.6.6.ebuild: Stable on alpha. diff --git a/gnome-base/gail/Manifest b/gnome-base/gail/Manifest index 4c1724ff947f..f47d2664288e 100644 --- a/gnome-base/gail/Manifest +++ b/gnome-base/gail/Manifest @@ -1,8 +1,10 @@ -MD5 dd27ae0894abaa76e1b73465d49e110d ChangeLog 5487 +MD5 eb732fd6cebe34f9f6d0a6ea56103b2b ChangeLog 5461 MD5 01609a038ce3886e69e1f5d0c405423b gail-1.4.1.ebuild 621 MD5 e5b751ffa6d4448b9cfb2789c695e73f gail-1.8.0.ebuild 646 +MD5 783b3b4738512ff0cb0a334fd6ab5818 gail-1.6.0.ebuild 619 MD5 1e8a5ff1849a8a8c10d68d21f907bf02 gail-1.6.6.ebuild 607 MD5 fa390c5d79274a7d4e1e4bc3e945058f metadata.xml 714 MD5 e81425ac4d260a1d0efde0b6b1270471 files/digest-gail-1.4.1 63 MD5 aeb1e0912c5abc22e1e60330cc66fc95 files/digest-gail-1.8.0 63 +MD5 e9bf0aae8e56368fe38cea9581d86b13 files/digest-gail-1.6.0 63 MD5 679447c005b945335f3c631313a04f1b files/digest-gail-1.6.6 63 diff --git a/gnome-base/gail/files/digest-gail-1.6.0 b/gnome-base/gail/files/digest-gail-1.6.0 new file mode 100644 index 000000000000..04418cd7d2ab --- /dev/null +++ b/gnome-base/gail/files/digest-gail-1.6.0 @@ -0,0 +1 @@ +MD5 55e6b01aa2f02d0729ec94f1460611be gail-1.6.0.tar.bz2 497110 diff --git a/gnome-base/gail/gail-1.6.0.ebuild b/gnome-base/gail/gail-1.6.0.ebuild new file mode 100644 index 000000000000..6535034fe9cf --- /dev/null +++ b/gnome-base/gail/gail-1.6.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.6.0.ebuild,v 1.7 2004/09/18 22:32:48 leonardop Exp $ + +inherit gnome2 + +IUSE="" + +DESCRIPTION="Accessibility support for Gtk+ and libgnomecanvas" +HOMEPAGE="http://developer.gnome.org/projects/gap" + +SLOT="0" +KEYWORDS="x86 ppc ~alpha ~sparc hppa ~amd64 ~ia64 ~mips" +LICENSE="LGPL-2" + +RDEPEND=">=x11-libs/gtk+-2.3.5 + >=dev-libs/atk-1.5 + >=gnome-base/libgnomecanvas-2" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog COPYING NEWS README NEWS" |