diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-10 00:51:36 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-10 00:51:36 +0000 |
commit | 5448ec8dcc00614750f6669740e4ea89a64c49dc (patch) | |
tree | 2f1740bb9fa53fd3298cd1c21bcaa3ed6c585b7d /dev-lang | |
parent | Updated deps to match with the new location of libgnomeprint and libgnomeprin... (diff) | |
download | historical-5448ec8dcc00614750f6669740e4ea89a64c49dc.tar.gz historical-5448ec8dcc00614750f6669740e4ea89a64c49dc.tar.bz2 historical-5448ec8dcc00614750f6669740e4ea89a64c49dc.zip |
Fixed ebuild do to package change. Fixes #3515
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/lua/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/lua/lua-4.0.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/lua/ChangeLog b/dev-lang/lua/ChangeLog index ef284ae99cf0..f6a1ec603fad 100644 --- a/dev-lang/lua/ChangeLog +++ b/dev-lang/lua/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-lang/lua # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.1 2002/04/25 01:57:00 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.2 2002/06/10 00:51:36 rphillips Exp $ -*lua-4.0 (23 Apr 2002) +*lua-4.0 (09 June 2002) + 09 June 2002; Ryan Phillips <rphillips@gentoo.org> lua-4.0.ebuild : + + Fixed ebuild since package has changed. + 23 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/dev-lang/lua/lua-4.0.ebuild b/dev-lang/lua/lua-4.0.ebuild index 798be66a8b7f..dceaac490281 100644 --- a/dev-lang/lua/lua-4.0.ebuild +++ b/dev-lang/lua/lua-4.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Larry Cow <larrycow@free.fr> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.ebuild,v 1.2 2002/04/27 10:23:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.ebuild,v 1.3 2002/06/10 00:51:35 rphillips Exp $ -S=${WORKDIR}/${P} +S=${WORKDIR}/lua DESCRIPTION="A powerful light-weight programming language designed for extending applications." SRC_URI="http://www.lua.org/ftp/${PN}.tar.gz" HOMEPAGE="http://www.lua.org/" |