diff options
-rw-r--r-- | app-emacs/uboat/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/uboat/uboat-1.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/boa-constructor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild | 4 |
4 files changed, 16 insertions, 9 deletions
diff --git a/app-emacs/uboat/ChangeLog b/app-emacs/uboat/ChangeLog index 37940bb03722..0482bd6f88e0 100644 --- a/app-emacs/uboat/ChangeLog +++ b/app-emacs/uboat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/uboat -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.2 2003/02/12 03:56:57 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.3 2004/04/25 15:35:45 dholm Exp $ + + 25 Apr 2004; David Holm <dholm@gentoo.org> uboat-1.2.ebuild: + Added to ~ppc. *uboat-1.2 (31 Oct 2002) diff --git a/app-emacs/uboat/uboat-1.2.ebuild b/app-emacs/uboat/uboat-1.2.ebuild index 25b712f1ee1f..a51c7f588f18 100644 --- a/app-emacs/uboat/uboat-1.2.ebuild +++ b/app-emacs/uboat/uboat-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/uboat-1.2.ebuild,v 1.3 2003/09/06 22:01:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/uboat-1.2.ebuild,v 1.4 2004/04/25 15:35:45 dholm Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="ftp://ftp.splode.com/pub/users/friedman/emacs-lisp/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" DEPEND="virtual/emacs" diff --git a/dev-util/boa-constructor/ChangeLog b/dev-util/boa-constructor/ChangeLog index 7fb3e3d10753..b4d5c79ecebc 100644 --- a/dev-util/boa-constructor/ChangeLog +++ b/dev-util/boa-constructor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/boa-constructor -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.8 2004/02/23 13:07:21 bazik Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.9 2004/04/25 15:38:02 dholm Exp $ + + 25 Apr 2004; David Holm <dholm@gentoo.org> + boa-constructor-0.2.3_alpha.ebuild: + Added to ~ppc. 23 Feb 2004; Sven Blumenstein <bazik@gentoo.org> boa-constructor-0.2.3_alpha.ebuild: diff --git a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild index 8f253ed19729..fcf97734f667 100644 --- a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild +++ b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.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/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.5 2004/02/23 13:07:21 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.6 2004/04/25 15:38:02 dholm Exp $ BOA=${P/_alpha/} S=${WORKDIR}/${BOA} @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/boa-constructor/${BOA}.src.zip" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~ppc" RDEPEND=">=dev-lang/python-2.0 >=dev-python/wxPython-2.4.0.6 |