diff options
author | 2004-05-14 19:38:36 +0000 | |
---|---|---|
committer | 2004-05-14 19:38:36 +0000 | |
commit | 1d49f6382fe8e38e41ec00c325e5397673834ddb (patch) | |
tree | 4f3dbf2ac908f2f76cd4fc4544cf036e121f0808 | |
parent | Stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-1d49f6382fe8e38e41ec00c325e5397673834ddb.tar.gz gentoo-2-1d49f6382fe8e38e41ec00c325e5397673834ddb.tar.bz2 gentoo-2-1d49f6382fe8e38e41ec00c325e5397673834ddb.zip |
Stable on mips.
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.3.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index f5f3b674a885..1fbc58b25c14 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aspell # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.36 2004/05/12 20:51:45 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.37 2004/05/14 19:38:36 geoman Exp $ + + 14 May 2004; Stephen P. Becker <geoman@gentoo.org> aspell-0.50.3.ebuild: + Stable on mips 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> aspell-0.50.5.ebuild: Stable on alpha. diff --git a/app-text/aspell/aspell-0.50.3.ebuild b/app-text/aspell/aspell-0.50.3.ebuild index 233ff7818533..9790a14a236f 100644 --- a/app-text/aspell/aspell-0.50.3.ebuild +++ b/app-text/aspell/aspell-0.50.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.13 2004/04/03 07:27:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.14 2004/05/14 19:38:36 geoman Exp $ inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${P}.tar.gz" IUSE="gpm" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc alpha ~mips hppa amd64" +KEYWORDS="x86 ppc sparc alpha mips hppa amd64" DEPEND=">=sys-libs/ncurses-5.2 gpm? ( sys-libs/gpm )" diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index fbc9d79cc7c6..a2f32bfe64e2 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.23 2004/05/04 15:14:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.24 2004/05/14 19:36:04 geoman Exp $ + + 14 May 2004; Stephen P. Becker <geoman@gentoo.org> + gtksourceview-0.7.1.ebuild: + Stable on mips. *gtksourceview-1.0.1 (04 May 2004) diff --git a/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild b/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild index 05f165717f89..ae23a67f9499 100644 --- a/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild,v 1.6 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild,v 1.7 2004/05/14 19:36:04 geoman Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~alpha sparc ~hppa amd64 ~ia64 ~mips" +KEYWORDS="x86 ~ppc ~alpha sparc ~hppa amd64 ~ia64 mips" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.2 |