diff options
Diffstat (limited to 'gnome-extra/at-spi')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/at-spi/Manifest | 16 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.6.4.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index 777151711a32..3fb9f2f2164f 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/at-spi # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.96 2005/08/31 12:11:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.97 2005/08/31 14:32:05 metalgod Exp $ + + 31 Aug 2005; Luis Medinas <metalgod@gentoo.org> at-spi-1.6.4.ebuild: + Marked Stable on AMD64. 31 Aug 2005; Seemant Kulleen <seemant@gentoo.org> at-spi-1.6.5.ebuild: fix to make src_test execute the make checks in a virtual X session diff --git a/gnome-extra/at-spi/Manifest b/gnome-extra/at-spi/Manifest index 89202f73e57b..8f89668dc1f7 100644 --- a/gnome-extra/at-spi/Manifest +++ b/gnome-extra/at-spi/Manifest @@ -1,8 +1,18 @@ -MD5 46ba9094b27258897d66f8d919ace249 ChangeLog 10596 -MD5 5253659a4a0e45baa9f1788dcb705895 metadata.xml 172 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 8b5d64ae737ad2de1d49c7b12e273c2c ChangeLog 10695 MD5 a02d854ef1a6286be97b553e056e89d1 at-spi-1.6.3.ebuild 791 -MD5 962adb18277c3e8d98a424554e50d532 at-spi-1.6.4.ebuild 788 +MD5 46f84533bc16ff13dd51d6c72b642673 at-spi-1.6.4.ebuild 789 +MD5 5253659a4a0e45baa9f1788dcb705895 metadata.xml 172 MD5 86ca4ef4b5edf8aa2ee2643854342ef6 at-spi-1.6.5.ebuild 847 MD5 365985ef25775753dab336fc7ad8dc04 files/digest-at-spi-1.6.3 65 MD5 8746d394d6122dd05e7ee86223621db7 files/digest-at-spi-1.6.4 65 MD5 acc355e89818302fa7eaf4319ea4e01e files/digest-at-spi-1.6.5 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDFcztwUpWvClEHQoRAgFAAJ9f0dvsMonjDLbROES8noY51rlNkQCffZhO +VCwGc31cE3OUBH68aqH2pfA= +=z/Db +-----END PGP SIGNATURE----- diff --git a/gnome-extra/at-spi/at-spi-1.6.4.ebuild b/gnome-extra/at-spi/at-spi-1.6.4.ebuild index dd545d5480c7..2523d4d28b2d 100644 --- a/gnome-extra/at-spi/at-spi-1.6.4.ebuild +++ b/gnome-extra/at-spi/at-spi-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.6.4.ebuild,v 1.11 2005/08/29 21:04:20 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.6.4.ebuild,v 1.12 2005/08/31 14:32:05 metalgod Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" LICENSE="LGPL-2" SLOT="1" -KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="doc static" RESTRICT="test" |