diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-17 21:28:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-17 21:28:10 +0000 |
commit | 7896c479f6d3e804076998fbbdb03a7f84f097ad (patch) | |
tree | 5877457176868ab41e34857f5bd330edeadf1bd1 /gnome-extra/at-spi | |
parent | keywording for ~sparc (diff) | |
download | historical-7896c479f6d3e804076998fbbdb03a7f84f097ad.tar.gz historical-7896c479f6d3e804076998fbbdb03a7f84f097ad.tar.bz2 historical-7896c479f6d3e804076998fbbdb03a7f84f097ad.zip |
restrict maketest (#59326)
Diffstat (limited to 'gnome-extra/at-spi')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/at-spi/Manifest | 20 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.3.9.ebuild | 3 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.4.0.ebuild | 3 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.4.2.ebuild | 3 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.6.0.ebuild | 3 |
6 files changed, 28 insertions, 10 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index ea23bc5a30c7..6d1d0191ed44 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/at-spi # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.60 2004/10/01 05:42:37 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.61 2004/10/17 21:28:10 liquidx Exp $ + + 17 Oct 2004; Alastair Tse <liquidx@gentoo.org> at-spi-1.4.2.ebuild, + at-spi-1.6.0.ebuild: + restrict maketest (#59326) 01 Oct 2004; Stephen P. Becker <geoman@gentoo.org> at-spi-1.4.2.ebuild: stable on mips diff --git a/gnome-extra/at-spi/Manifest b/gnome-extra/at-spi/Manifest index 464ee6a1ed09..d17feb90fdce 100644 --- a/gnome-extra/at-spi/Manifest +++ b/gnome-extra/at-spi/Manifest @@ -1,10 +1,20 @@ -MD5 667aad8a402609156166092e0f3cd14a at-spi-1.4.0.ebuild 717 -MD5 8524627c69b4771dc33b69eea6196f27 at-spi-1.3.9.ebuild 774 -MD5 8a823d63a738cbbbabda465593a4db0e at-spi-1.4.2.ebuild 718 -MD5 5b3331c9e280e9549cbc1bff6c4a7b0d at-spi-1.6.0.ebuild 719 -MD5 c146e0e9b40d08f1b78bf22ef69357db ChangeLog 6943 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 abd2f9d1bd5be9ddc6e819f039cd2cd9 ChangeLog 7067 +MD5 598b96277c71ccdac5abd1b3fbaac2af at-spi-1.3.9.ebuild 796 +MD5 a5169e7d6943881ea6676f4944d2a264 at-spi-1.4.0.ebuild 740 +MD5 1e29ca92c432886e82670b2a67823d0c at-spi-1.4.2.ebuild 739 MD5 5253659a4a0e45baa9f1788dcb705895 metadata.xml 172 +MD5 d4fdf74436e576ec37972d8a12a56701 at-spi-1.6.0.ebuild 737 MD5 1db32c9a39a71dc877098609ecd2d8d4 files/digest-at-spi-1.3.9 65 MD5 540f037e5f75cf900f345a47f4e3bb67 files/digest-at-spi-1.4.0 65 MD5 be2e44c0d8b92adea62569c44d62d4f9 files/digest-at-spi-1.4.2 65 MD5 0a0952cefdf9975671d4d5302e560b97 files/digest-at-spi-1.6.0 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBcuQSRkyva5PS18kRApSbAJwJcxNMPUSfDr1kVPLonNZkS9lFlwCfUVKT ++IXxYNFD6k596wJiAm6M8xo= +=6OPn +-----END PGP SIGNATURE----- diff --git a/gnome-extra/at-spi/at-spi-1.3.9.ebuild b/gnome-extra/at-spi/at-spi-1.3.9.ebuild index 7a79b1b578be..bf9f5b843b63 100644 --- a/gnome-extra/at-spi/at-spi-1.3.9.ebuild +++ b/gnome-extra/at-spi/at-spi-1.3.9.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 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.3.9.ebuild,v 1.11 2004/08/21 15:05:32 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.3.9.ebuild,v 1.12 2004/10/17 21:28:10 liquidx Exp $ inherit gnome2 +RESTRICT="maketest" DESCRIPTION="The Gnome Accessibility Toolkit" HOMEPAGE="http://www.gnome.org/" diff --git a/gnome-extra/at-spi/at-spi-1.4.0.ebuild b/gnome-extra/at-spi/at-spi-1.4.0.ebuild index 29be69780dce..10aad7466c74 100644 --- a/gnome-extra/at-spi/at-spi-1.4.0.ebuild +++ b/gnome-extra/at-spi/at-spi-1.4.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 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.4.0.ebuild,v 1.10 2004/09/04 17:04:55 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.4.0.ebuild,v 1.11 2004/10/17 21:28:10 liquidx Exp $ inherit gnome2 +RESTRICT="maketest" DESCRIPTION="The Gnome Accessibility Toolkit" HOMEPAGE="http://developer.gnome.org/projects/gap/" diff --git a/gnome-extra/at-spi/at-spi-1.4.2.ebuild b/gnome-extra/at-spi/at-spi-1.4.2.ebuild index a1e8e46dd890..aa868fb17437 100644 --- a/gnome-extra/at-spi/at-spi-1.4.2.ebuild +++ b/gnome-extra/at-spi/at-spi-1.4.2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 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.4.2.ebuild,v 1.12 2004/10/01 05:42:37 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.4.2.ebuild,v 1.13 2004/10/17 21:28:10 liquidx Exp $ inherit gnome2 +RESTRICT="maketest" DESCRIPTION="The Gnome Accessibility Toolkit" HOMEPAGE="http://developer.gnome.org/projects/gap/" diff --git a/gnome-extra/at-spi/at-spi-1.6.0.ebuild b/gnome-extra/at-spi/at-spi-1.6.0.ebuild index 7cb8284792c5..912f7186cffc 100644 --- a/gnome-extra/at-spi/at-spi-1.6.0.ebuild +++ b/gnome-extra/at-spi/at-spi-1.6.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 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.0.ebuild,v 1.1 2004/09/18 11:24:58 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.6.0.ebuild,v 1.2 2004/10/17 21:28:10 liquidx Exp $ inherit gnome2 +RESTRICT="maketest" DESCRIPTION="The Gnome Accessibility Toolkit" HOMEPAGE="http://developer.gnome.org/projects/gap/" |