diff options
author | David Holm <dholm@gentoo.org> | 2004-06-14 23:39:19 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-14 23:39:19 +0000 |
commit | 078313168bc78e53d7ed6c883c42aab902980aa5 (patch) | |
tree | 32b8cbc9c98b717c55ffaaf3fdfc3b950386a2d4 /dev-lang | |
parent | Fix for bug in webapp_hook_script (diff) | |
download | historical-078313168bc78e53d7ed6c883c42aab902980aa5.tar.gz historical-078313168bc78e53d7ed6c883c42aab902980aa5.tar.bz2 historical-078313168bc78e53d7ed6c883c42aab902980aa5.zip |
Added to ~ppc
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/open-cobol/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/open-cobol/open-cobol-0.23.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tinycobol/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.61.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/open-cobol/ChangeLog b/dev-lang/open-cobol/ChangeLog index 5dbd04a94494..612017e1757e 100644 --- a/dev-lang/open-cobol/ChangeLog +++ b/dev-lang/open-cobol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/open-cobol # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/ChangeLog,v 1.4 2004/04/26 00:11:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/ChangeLog,v 1.5 2004/06/14 23:38:14 dholm Exp $ + + 15 Jun 2004; David Holm <dholm@gentoo.org> open-cobol-0.23.ebuild: + Added to ~ppc. 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> open-cobol-0.23.ebuild: Add die following econf for bug 48950 diff --git a/dev-lang/open-cobol/open-cobol-0.23.ebuild b/dev-lang/open-cobol/open-cobol-0.23.ebuild index 920bd9779395..408b70b04a9e 100644 --- a/dev-lang/open-cobol/open-cobol-0.23.ebuild +++ b/dev-lang/open-cobol/open-cobol-0.23.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-lang/open-cobol/open-cobol-0.23.ebuild,v 1.3 2004/04/26 00:11:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-0.23.ebuild,v 1.4 2004/06/14 23:38:14 dholm Exp $ DESCRIPTION="an open-source COBOL compiler" HOMEPAGE="http://www.open-cobol.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/open-cobol/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="nls readline ncurses" DEPEND="sys-devel/libtool diff --git a/dev-lang/tinycobol/ChangeLog b/dev-lang/tinycobol/ChangeLog index c6b571adcf8c..9694b081dbd3 100644 --- a/dev-lang/tinycobol/ChangeLog +++ b/dev-lang/tinycobol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tinycobol # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.7 2004/03/24 10:48:15 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.8 2004/06/14 23:39:19 dholm Exp $ + + 15 Jun 2004; David Holm <dholm@gentoo.org> tinycobol-0.61.ebuild: + Added to ~ppc. 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> tinycobol-0.61.ebuild: Adding IUSE diff --git a/dev-lang/tinycobol/tinycobol-0.61.ebuild b/dev-lang/tinycobol/tinycobol-0.61.ebuild index 631b86214d0a..cee6a4a769fe 100644 --- a/dev-lang/tinycobol/tinycobol-0.61.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.61.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-lang/tinycobol/tinycobol-0.61.ebuild,v 1.4 2004/03/24 10:48:15 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.61.ebuild,v 1.5 2004/06/14 23:39:19 dholm Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tiny-cobol/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" IUSE="" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" DEPEND=">=dev-libs/glib-2.0 sys-libs/db" |