diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-31 18:19:02 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-31 18:19:02 +0000 |
commit | 4b212b3449343333c2c76eb7aa03b93dbf49ead5 (patch) | |
tree | bc09d303586aca5b907dc2c5a5a10aec6c9af04c /dev-tcltk/expect | |
parent | Stable on sparc (diff) | |
download | gentoo-2-4b212b3449343333c2c76eb7aa03b93dbf49ead5.tar.gz gentoo-2-4b212b3449343333c2c76eb7aa03b93dbf49ead5.tar.bz2 gentoo-2-4b212b3449343333c2c76eb7aa03b93dbf49ead5.zip |
Stable on sparc
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-tcltk/expect')
-rw-r--r-- | dev-tcltk/expect/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.37.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.37.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.42.1.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/dev-tcltk/expect/ChangeLog b/dev-tcltk/expect/ChangeLog index 5deacd79dbab..f3a25a534280 100644 --- a/dev-tcltk/expect/ChangeLog +++ b/dev-tcltk/expect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/expect -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.29 2004/12/21 11:27:46 eradicator Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.30 2005/01/31 18:15:06 gustavoz Exp $ + + 31 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> expect-5.42.1.ebuild: + Stable on sparc 21 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> +files/expect-5.42.1-multilib.patch, expect-5.42.1.ebuild: diff --git a/dev-tcltk/expect/expect-5.37.1-r1.ebuild b/dev-tcltk/expect/expect-5.37.1-r1.ebuild index f0dd54c531ec..ac761470fb6a 100644 --- a/dev-tcltk/expect/expect-5.37.1-r1.ebuild +++ b/dev-tcltk/expect/expect-5.37.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.37.1-r1.ebuild,v 1.19 2004/06/25 02:06:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.37.1-r1.ebuild,v 1.20 2005/01/31 18:15:06 gustavoz Exp $ inherit gnuconfig diff --git a/dev-tcltk/expect/expect-5.37.1-r2.ebuild b/dev-tcltk/expect/expect-5.37.1-r2.ebuild index c35510772f81..47584dfa3657 100644 --- a/dev-tcltk/expect/expect-5.37.1-r2.ebuild +++ b/dev-tcltk/expect/expect-5.37.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.37.1-r2.ebuild,v 1.9 2004/11/10 01:53:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.37.1-r2.ebuild,v 1.10 2005/01/31 18:15:06 gustavoz Exp $ inherit gnuconfig diff --git a/dev-tcltk/expect/expect-5.42.1.ebuild b/dev-tcltk/expect/expect-5.42.1.ebuild index 26cb0695c898..56ebf9bdd2c8 100644 --- a/dev-tcltk/expect/expect-5.42.1.ebuild +++ b/dev-tcltk/expect/expect-5.42.1.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/dev-tcltk/expect/expect-5.42.1.ebuild,v 1.4 2005/01/28 02:17:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.42.1.ebuild,v 1.5 2005/01/31 18:15:06 gustavoz Exp $ inherit eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86" IUSE="X doc" RDEPEND=">=dev-lang/tcl-8.2 |