diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 07:11:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 07:11:03 +0000 |
commit | a87f7f9f4c42330cbcc309e343fe5d1c9d0936d2 (patch) | |
tree | bd5c80d1e7b6f1ed18cd7451db27c3f636628e52 /app-emulation | |
parent | Changed GPL to GPL-2 in LICENSE (diff) | |
download | gentoo-2-a87f7f9f4c42330cbcc309e343fe5d1c9d0936d2.tar.gz gentoo-2-a87f7f9f4c42330cbcc309e343fe5d1c9d0936d2.tar.bz2 gentoo-2-a87f7f9f4c42330cbcc309e343fe5d1c9d0936d2.zip |
Updated SRC_URI to use mirror: and GPL to GPL-2 in LICENSE
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/atari800/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/atari800/atari800-1.2.2.ebuild | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/app-emulation/atari800/ChangeLog b/app-emulation/atari800/ChangeLog index e5e88e5adf6e..1f9570549a7b 100644 --- a/app-emulation/atari800/ChangeLog +++ b/app-emulation/atari800/ChangeLog @@ -1,15 +1,16 @@ # ChangeLog for app-emulation/atari800 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/atari800/ChangeLog,v 1.2 2002/07/23 13:21:20 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/atari800/ChangeLog,v 1.3 2002/09/23 07:11:03 vapier Exp $ *atari800-1.2.2 (21 Jul 2002) + 23 Sep 2002; Mike Frysinger <vapier@gentoo.org> : + Updated SRC_URI to use mirror: and LICENSE to GPL-2 + 21 Jul 2002; Stuart Bouyer <stubear@gentoo.org> atari800-1.2.2.ebuild: Added KEYWORDS and SLOT to meet lintool and repoman QA. -*atari800-1.2.2 (24 Feb 2002) - 24 Feb 2002; Rob McMullen <robm@flipturn.org> atari800-1.2.2.ebuild: Atari 8-bit emulator (400/800/1200/XL/XE etc.) that will be compiled diff --git a/app-emulation/atari800/atari800-1.2.2.ebuild b/app-emulation/atari800/atari800-1.2.2.ebuild index a4af31e48fa5..f66122c79500 100644 --- a/app-emulation/atari800/atari800-1.2.2.ebuild +++ b/app-emulation/atari800/atari800-1.2.2.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/atari800/atari800-1.2.2.ebuild,v 1.3 2002/07/21 14:21:31 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/atari800/atari800-1.2.2.ebuild,v 1.4 2002/09/23 07:11:03 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Atari 800 emulator" -SRC_URI1="http://unc.dl.sourceforge.net/sourceforge/atari800/${P}.tar.gz http://unc.dl.sourceforge.net/sourceforge/atari800/xf25.zip" -SRC_URI2="http://telia.dl.sourceforge.net/sourceforge/atari800/${P}.tar.gz http://telia.dl.sourceforge.net/sourceforge/xf25.zip" -SRC_URI3="http://belnet.dl.sourceforge.net/sourceforge/atari800/${P}.tar.gz http://belnet.dl.sourceforge.net/sourceforge/xf25.zip" -SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3}" +SRC_URI="mirror://sourceforge/atari800/${P}.tar.gz + mirror://sourceforge/atari800/xf25.zip" HOMEPAGE="http://atari800.sourceforge.net" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86" |