diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 22:14:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 22:14:08 +0000 |
commit | af890f364481ce91ff5467eaa6fbf8abfc987bfb (patch) | |
tree | b21d1e571d1f3ebdd1c59b061704f27a7838085e /dev-lang | |
parent | *** empty log message *** (diff) | |
download | historical-af890f364481ce91ff5467eaa6fbf8abfc987bfb.tar.gz historical-af890f364481ce91ff5467eaa6fbf8abfc987bfb.tar.bz2 historical-af890f364481ce91ff5467eaa6fbf8abfc987bfb.zip |
unmasks and changelog fixes
Diffstat (limited to 'dev-lang')
31 files changed, 87 insertions, 57 deletions
diff --git a/dev-lang/bigwig/ChangeLog b/dev-lang/bigwig/ChangeLog index 1ca1ab53857a..8ffe115a4173 100644 --- a/dev-lang/bigwig/ChangeLog +++ b/dev-lang/bigwig/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for dev-lang/bigwig # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/ChangeLog,v 1.3 2003/04/16 17:54:31 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/ChangeLog,v 1.4 2003/07/11 22:14:03 aliz Exp $ -*bigwig-2.0-7 (01 Jul 2002) +*bigwig-2.0-r7 (01 Jul 2002) 16 Apr 2003; Stefan Jonea <cretin@gentoo.org> : Remove ld.so depend diff --git a/dev-lang/esmall/esmall-0.0.1.20030220.ebuild b/dev-lang/esmall/esmall-0.0.1.20030220.ebuild index 1496d73edf4a..8f50055b8752 100644 --- a/dev-lang/esmall/esmall-0.0.1.20030220.ebuild +++ b/dev-lang/esmall/esmall-0.0.1.20030220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/esmall/esmall-0.0.1.20030220.ebuild,v 1.4 2003/03/13 19:32:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/esmall/esmall-0.0.1.20030220.ebuild,v 1.5 2003/07/11 22:14:06 aliz Exp $ DESCRIPTION="scripting language for use internally in enlightenment" HOMEPAGE="http://www.enlightenment.org/" @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" DEPEND="virtual/glibc sys-devel/gcc" diff --git a/dev-lang/ferite/ferite-0.99.6.ebuild b/dev-lang/ferite/ferite-0.99.6.ebuild index b49f078100de..d67b66a9ec1b 100644 --- a/dev-lang/ferite/ferite-0.99.6.ebuild +++ b/dev-lang/ferite/ferite-0.99.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ferite/ferite-0.99.6.ebuild,v 1.2 2003/02/13 10:25:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ferite/ferite-0.99.6.ebuild,v 1.3 2003/07/11 22:14:06 aliz Exp $ DESCRIPTION="A clean, lightweight, object oriented scripting language" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc SLOT="1" LICENSE="as-is" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" src_compile() { econf || die diff --git a/dev-lang/gforth/gforth-0.6.1.ebuild b/dev-lang/gforth/gforth-0.6.1.ebuild index 16c1fcfe4294..677d50f6cbcc 100644 --- a/dev-lang/gforth/gforth-0.6.1.ebuild +++ b/dev-lang/gforth/gforth-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.1 2003/04/02 10:59:32 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ IUSE="emacs" @@ -13,7 +13,7 @@ SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc emacs? ( virtual/emacs )" diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index b0e9e4c0483f..17cc2cdf7345 100644 --- a/dev-lang/ghc-bin/ChangeLog +++ b/dev-lang/ghc-bin/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/ghc-bin # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.7 2003/07/02 10:28:00 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.8 2003/07/11 22:14:07 aliz Exp $ 02 Jul 2003; Andres Loeh <kosmikus@gentoo.org> ghc-bin-5.04.3.ebuild, ghc-bin-6.0.ebuild: @@ -19,6 +19,11 @@ Installs to /opt/ghc/bin now (bug #20185). Updated to version 5.04.3. Both updates are marked unstable for now. +*ghc-bin-5.04.2-r1 (09 May 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *ghc-bin-5.04.2.ebuild (21 Mar 2003) 21 Mar 2003; George Shapovalov <george@gentoo.org> ghc-bin-5.04.2.ebuild : diff --git a/dev-lang/ghc-bin/ghc-bin-5.04.2-r1.ebuild b/dev-lang/ghc-bin/ghc-bin-5.04.2-r1.ebuild index f78fa075ae52..d40e3526149d 100644 --- a/dev-lang/ghc-bin/ghc-bin-5.04.2-r1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-5.04.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-5.04.2-r1.ebuild,v 1.1 2003/05/09 09:41:39 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-5.04.2-r1.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ IUSE="opengl" @@ -11,7 +11,7 @@ SRC_URI="x86? ( http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-i386-unknown-lin HOMEPAGE="http://www.haskell.org" LICENSE="as-is" -KEYWORDS="~x86 -ppc ~sparc -alpha" +KEYWORDS="x86 -ppc ~sparc -alpha" SLOT="0" LOC="/opt/ghc" diff --git a/dev-lang/gprolog/ChangeLog b/dev-lang/gprolog/ChangeLog index d37b54ce2a7f..52dcbf71ab43 100644 --- a/dev-lang/gprolog/ChangeLog +++ b/dev-lang/gprolog/ChangeLog @@ -1,6 +1,6 @@ -# ChangeLog for dev-lang/gprologp +# ChangeLog for dev-lang/gprolog # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/ChangeLog,v 1.3 2003/04/15 10:09:52 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/ChangeLog,v 1.4 2003/07/11 22:14:07 aliz Exp $ *gprolog-1.2.16 (15 Apr 2003) diff --git a/dev-lang/gprolog/gprolog-1.2.16.ebuild b/dev-lang/gprolog/gprolog-1.2.16.ebuild index 61ea9a8bdae4..9f3e8efb7f38 100644 --- a/dev-lang/gprolog/gprolog-1.2.16.ebuild +++ b/dev-lang/gprolog/gprolog-1.2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/gprolog-1.2.16.ebuild,v 1.1 2003/04/15 10:09:52 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gprolog/gprolog-1.2.16.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ IUSE="" @@ -13,7 +13,7 @@ S=${WORKDIR}/${P}/src LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" src_unpack() { unpack ${A} diff --git a/dev-lang/helium/helium-1.1.ebuild b/dev-lang/helium/helium-1.1.ebuild index 9a8a3d5ac7e4..168b74c0e6d8 100644 --- a/dev-lang/helium/helium-1.1.ebuild +++ b/dev-lang/helium/helium-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.3 2003/06/06 14:52:12 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.4 2003/07/11 22:14:07 aliz Exp $ DESCRIPTION="Helium (for learning Haskell)" SRC_URI="http://www.cs.uu.nl/~afie/helium/distr/${P}-src.tar.gz @@ -19,7 +19,7 @@ IUSE="readline" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" src_unpack() { unpack ${P}-src.tar.gz diff --git a/dev-lang/inform/inform-6.21.3.ebuild b/dev-lang/inform/inform-6.21.3.ebuild index 0532b21e96d0..9766de1a1e99 100644 --- a/dev-lang/inform/inform-6.21.3.ebuild +++ b/dev-lang/inform/inform-6.21.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/inform/inform-6.21.3.ebuild,v 1.2 2003/04/23 15:11:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/inform/inform-6.21.3.ebuild,v 1.3 2003/07/11 22:14:07 aliz Exp $ MY_PV=6.21 LIB_V=610 @@ -13,7 +13,7 @@ SRC_URI="http://mirror.ifarchive.org/if-archive/unprocessed/${P}.tar.gz LICENSE="Inform" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc" diff --git a/dev-lang/lua/lua-4.0.1.ebuild b/dev-lang/lua/lua-4.0.1.ebuild index fba19668e587..ab37dbf9450d 100644 --- a/dev-lang/lua/lua-4.0.1.ebuild +++ b/dev-lang/lua/lua-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.1.ebuild,v 1.2 2003/02/13 10:26:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.1.ebuild,v 1.3 2003/07/11 22:14:07 aliz Exp $ S=${WORKDIR}/lua-${PV} DESCRIPTION="A powerful light-weight programming language designed for extending applications." @@ -8,7 +8,7 @@ SRC_URI="http://www.lua.org/ftp/lua-${PV}.tar.gz" HOMEPAGE="http://www.lua.org/" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " LICENSE="lua" diff --git a/dev-lang/lua/lua-5.0.ebuild b/dev-lang/lua/lua-5.0.ebuild index be3a39b11be4..14384730755d 100644 --- a/dev-lang/lua/lua-5.0.ebuild +++ b/dev-lang/lua/lua-5.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.0.ebuild,v 1.1 2003/04/14 10:37:46 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.0.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ DESCRIPTION="A powerful light-weight programming language designed for extending applications" HOMEPAGE="http://www.lua.org/" SRC_URI="http://www.lua.org/ftp/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc x86" DEPEND="virtual/glibc" src_compile() { diff --git a/dev-lang/lua/lua-5.0_beta.ebuild b/dev-lang/lua/lua-5.0_beta.ebuild index 5e57167b95de..fc1629a7d044 100644 --- a/dev-lang/lua/lua-5.0_beta.ebuild +++ b/dev-lang/lua/lua-5.0_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.0_beta.ebuild,v 1.1 2003/04/09 22:48:16 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.0_beta.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ MY_P=`echo ${P} | sed -e 's/_beta/-beta/'` DESCRIPTION="A powerful light-weight programming language designed for extending applications" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.lua.org/" SRC_URI="http://www.lua.org/ftp/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc" S=${WORKDIR}/${MY_P} diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index e6f7e25ef07d..95195f358135 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/mono # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.22 2003/06/27 17:53:06 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.23 2003/07/11 22:14:07 aliz Exp $ *mono-0.25 (27 Jun 2003) @@ -20,6 +20,11 @@ 08 May 2003; foser <foser@gentoo.org> mono-0.24.ebuild : New version, use new compiler for mcs compilation and path fixes (#17614) +*mono-0.23-r1 (12 May 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *mono-0.23 (08 Mar 2003) 12 Mar 2003; foser <foser@gentoo.org> mono-0.23.ebuild : diff --git a/dev-lang/mono/mono-0.24-r1.ebuild b/dev-lang/mono/mono-0.24-r1.ebuild index 4d525d7c6e69..76fe45c8335f 100644 --- a/dev-lang/mono/mono-0.24-r1.ebuild +++ b/dev-lang/mono/mono-0.24-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.24-r1.ebuild,v 1.1 2003/05/12 16:32:20 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.24-r1.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ inherit eutils mono @@ -16,7 +16,7 @@ HOMEPAGE="http://www.go-mono.com/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 -ppc" +KEYWORDS="x86 -ppc" DEPEND="virtual/glibc >=dev-libs/glib-2.0 diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index 2f0bbc36d796..611ada6fbb37 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/nasm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.16 2003/03/25 18:00:44 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.17 2003/07/11 22:14:07 aliz Exp $ *nasm-0.98.36 (24 Mar 2003) @@ -14,6 +14,11 @@ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords +*nasm-0.98.35 (25 Mar 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *nasm-0.98.34 (08 Sep 2002) 25 Mar 2003; Nicholas Jones <carpaski@gentoo.org> .ebuild: diff --git a/dev-lang/nasm/nasm-0.98.35.ebuild b/dev-lang/nasm/nasm-0.98.35.ebuild index 8ce70967bfd7..d649b43026b3 100644 --- a/dev-lang/nasm/nasm-0.98.35.ebuild +++ b/dev-lang/nasm/nasm-0.98.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.35.ebuild,v 1.2 2003/03/25 18:00:44 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.35.ebuild,v 1.3 2003/07/11 22:14:07 aliz Exp $ IUSE="doc build" @@ -15,7 +15,7 @@ DEPEND="!build? ( dev-lang/perl ) SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 -ppc -sparc -alpha" +KEYWORDS="x86 -ppc -sparc -alpha" src_unpack() { diff --git a/dev-lang/nasm/nasm-0.98.36.ebuild b/dev-lang/nasm/nasm-0.98.36.ebuild index be8601a44e0d..ac5b01024fd0 100644 --- a/dev-lang/nasm/nasm-0.98.36.ebuild +++ b/dev-lang/nasm/nasm-0.98.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.36.ebuild,v 1.2 2003/03/25 18:00:44 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.36.ebuild,v 1.3 2003/07/11 22:14:07 aliz Exp $ IUSE="doc build" @@ -15,7 +15,7 @@ DEPEND="!build? ( dev-lang/perl ) SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 -ppc -sparc -alpha" +KEYWORDS="x86 -ppc -sparc -alpha" src_unpack() { diff --git a/dev-lang/nhc98/nhc98-1.16-r1.ebuild b/dev-lang/nhc98/nhc98-1.16-r1.ebuild index 58dd4d54f593..1ff6082d057b 100644 --- a/dev-lang/nhc98/nhc98-1.16-r1.ebuild +++ b/dev-lang/nhc98/nhc98-1.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nhc98/nhc98-1.16-r1.ebuild,v 1.1 2003/04/24 16:04:21 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nhc98/nhc98-1.16-r1.ebuild,v 1.2 2003/07/11 22:14:07 aliz Exp $ IUSE="readline" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.cs.york.ac.uk/fp/nhc98/" SLOT="0" LICENSE="nhc98" -KEYWORDS="~x86 ~sparc " +KEYWORDS="x86 ~sparc " DEPEND="virtual/glibc readline? ( >=readline-4.1 )" diff --git a/dev-lang/nhc98/nhc98-1.16.ebuild b/dev-lang/nhc98/nhc98-1.16.ebuild index fd4acb433f86..b90c57a431a0 100644 --- a/dev-lang/nhc98/nhc98-1.16.ebuild +++ b/dev-lang/nhc98/nhc98-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nhc98/nhc98-1.16.ebuild,v 1.3 2003/04/16 08:39:51 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nhc98/nhc98-1.16.ebuild,v 1.4 2003/07/11 22:14:07 aliz Exp $ IUSE="readline" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.cs.york.ac.uk/fp/nhc98/" SLOT="0" LICENSE="nhc98" -KEYWORDS="~x86 ~sparc " +KEYWORDS="x86 ~sparc " DEPEND="virtual/glibc readline? ( >=readline-4.1 )" diff --git a/dev-lang/ruby-cvs/ChangeLog b/dev-lang/ruby-cvs/ChangeLog index eff6f7d5da9b..f7b94695afdd 100644 --- a/dev-lang/ruby-cvs/ChangeLog +++ b/dev-lang/ruby-cvs/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-lang/ruby-cvs # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby-cvs/ChangeLog,v 1.4 2003/06/17 14:04:23 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby-cvs/ChangeLog,v 1.5 2003/07/11 22:14:08 aliz Exp $ + +*ruby-cvs-1.8.0-r2 (17 Jun 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + +*ruby-cvs-1.8.0-r1 (16 Apr 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. 17 Jun 2003; Tom Payne <twp@gentoo.org> ruby-cvs-1.8.0-r1.ebuild : Added PROVIDES dev-ruby/optparse and dev-ruby/rexml. diff --git a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild b/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild index f8a48afedff6..dbae32272b9c 100644 --- a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild +++ b/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.3 2003/06/07 08:02:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.4 2003/07/11 22:14:08 aliz Exp $ IUSE="" @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${PN}-common-${MY_PV}.tar.gz SLOT="0" LICENSE="as-is" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc virtual/x11" diff --git a/dev-lang/smarteiffel/ChangeLog b/dev-lang/smarteiffel/ChangeLog index d479aa7ce938..6a03b9eeb9c6 100644 --- a/dev-lang/smarteiffel/ChangeLog +++ b/dev-lang/smarteiffel/ChangeLog @@ -1,11 +1,11 @@ # ChangeLog for dev-lang/smarteiffel # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/ChangeLog,v 1.4 2003/06/10 08:12:02 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/ChangeLog,v 1.5 2003/07/11 22:14:08 aliz Exp $ 10 Jun 2003; <msterret@gentoo.org> smarteiffel-1.0.ebuild: Took tcc out of IUSE since it was commented out in the ebuild. -*smarteiffel-1.00beta5 (16 Nov 2002) +*smarteiffel-1.0_beta5 (16 Nov 2002) 09 Dec 2002; George Shapovalov <george@gentoo.org> smarteiffel-1.0.ebuild, files/digest-smarteiffel-1.0 : diff --git a/dev-lang/smarteiffel/smarteiffel-1.0_beta5.ebuild b/dev-lang/smarteiffel/smarteiffel-1.0_beta5.ebuild index 949fadbf8cd5..35038634cf57 100644 --- a/dev-lang/smarteiffel/smarteiffel-1.0_beta5.ebuild +++ b/dev-lang/smarteiffel/smarteiffel-1.0_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.0_beta5.ebuild,v 1.2 2003/02/13 10:29:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.0_beta5.ebuild,v 1.3 2003/07/11 22:14:08 aliz Exp $ IUSE="" @@ -14,7 +14,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="sys-devel/gcc" diff --git a/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild b/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild index d936d3c10b36..9835be958b5a 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild,v 1.2 2003/06/23 19:53:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild,v 1.3 2003/07/11 22:14:08 aliz Exp $ inherit gcc flag-o-matic [ "`gcc-fullversion`" == "3.2.2" ] && replace-flags -march=pentium4 -march=pentium3 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/js/js-${MY_PV}.tar.gz" LICENSE="NPL-1.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="" diff --git a/dev-lang/stratego/stratego-0.8.ebuild b/dev-lang/stratego/stratego-0.8.ebuild index b52664a56a11..bbf7b9957ce5 100644 --- a/dev-lang/stratego/stratego-0.8.ebuild +++ b/dev-lang/stratego/stratego-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.8.ebuild,v 1.6 2003/02/13 10:29:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.8.ebuild,v 1.7 2003/07/11 22:14:08 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Stratego term-rewriting language" @@ -11,7 +11,7 @@ DEPEND=">=dev-libs/aterm-1.6.7 RDEPEND="$DEPEND" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" src_compile() { ./configure \ diff --git a/dev-lang/swi-prolog-lite/ChangeLog b/dev-lang/swi-prolog-lite/ChangeLog index 5f591bbf6479..076377b77584 100644 --- a/dev-lang/swi-prolog-lite/ChangeLog +++ b/dev-lang/swi-prolog-lite/ChangeLog @@ -1,6 +1,6 @@ -# ChangeLog for dev-lang/swi-prolog-lite-5.0.10 +# ChangeLog for dev-lang/swi-prolog-lite # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/ChangeLog,v 1.5 2003/05/23 09:26:57 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/ChangeLog,v 1.6 2003/07/11 22:14:08 aliz Exp $ *swi-prolog-lite-5.1.13 (23 May 2003) diff --git a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild index 2bf072b14389..d2d5a27661a3 100644 --- a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild +++ b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild,v 1.1 2003/05/23 09:26:57 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild,v 1.2 2003/07/11 22:14:08 aliz Exp $ DESCRIPTION="free, small, and standard compliant a Prolog compiler" HOMEPAGE="http://www.swi-prolog.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.swi.psy.uva.nl/cgi-bin/nph-download/SWI-Prolog/BETA/pl-${PV} LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="readline static" DEPEND="readline? ( sys-libs/readline ) diff --git a/dev-lang/tcc/ChangeLog b/dev-lang/tcc/ChangeLog index ad339ec48e45..8884e559e0fa 100644 --- a/dev-lang/tcc/ChangeLog +++ b/dev-lang/tcc/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/tcc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v 1.8 2003/06/09 18:02:03 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v 1.9 2003/07/11 22:14:08 aliz Exp $ 09 Jun 2003; George Shapovalov <george@gentoo.org> tcc-0.9.19.ebuild : changed LICENSE to LGPL-2.1 from GPL-2, seems to have changed recently. @@ -25,6 +25,11 @@ Now tcc compiles more packages (e.g. smarteiffel). Thanks to Per Wigren <wigren@home.se> for an update +*tcc-0.9.8 (13 Feb 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *tcc-0.9.7 (19 Jul 2002) 19 Jul 2002; George Shapovalov <george@gentoo.org> tcc-0.9.7.ebuild : diff --git a/dev-lang/tcc/tcc-0.9.19.ebuild b/dev-lang/tcc/tcc-0.9.19.ebuild index 4b62a6618f38..ad9012e47546 100644 --- a/dev-lang/tcc/tcc-0.9.19.ebuild +++ b/dev-lang/tcc/tcc-0.9.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.19.ebuild,v 1.2 2003/06/09 18:02:03 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.19.ebuild,v 1.3 2003/07/11 22:14:08 aliz Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" DEPEND="virtual/glibc" diff --git a/dev-lang/tinycobol/tinycobol-0.60.ebuild b/dev-lang/tinycobol/tinycobol-0.60.ebuild index 000a8109dfc2..3bb88b31b87a 100644 --- a/dev-lang/tinycobol/tinycobol-0.60.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.60.ebuild,v 1.5 2003/07/08 07:10:57 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.60.ebuild,v 1.6 2003/07/11 22:14:08 aliz Exp $ DESCRIPTION="tinycobol - COBOL for linux." HOMEPAGE="http://tiny-cobol.sf.net" @@ -12,7 +12,7 @@ SLOT="0" DEPEND="virtual/glibc >=dev-libs/glib-2.0 sys-libs/db" -KEYWORDS="~x86" +KEYWORDS="x86" src_unpack() { unpack ${A} |