diff options
-rw-r--r-- | app-emulation/ski/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/ski/ski-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/ski/ChangeLog b/app-emulation/ski/ChangeLog index 151a5a4bec2f..2cb0e1e0ab16 100644 --- a/app-emulation/ski/ChangeLog +++ b/app-emulation/ski/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/ski # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.2 2012/04/17 04:01:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.3 2012/05/11 10:23:21 vapier Exp $ + + 11 May 2012; Mike Frysinger <vapier@gentoo.org> ski-1.3.2.ebuild: + Link in gelato wiki. 17 Apr 2012; Mike Frysinger <vapier@gentoo.org> ski-1.3.2.ebuild, +files/ski-1.3.2-AC_C_BIGENDIAN.patch, diff --git a/app-emulation/ski/ski-1.3.2.ebuild b/app-emulation/ski/ski-1.3.2.ebuild index b752ee13fa68..868fa77a2261 100644 --- a/app-emulation/ski/ski-1.3.2.ebuild +++ b/app-emulation/ski/ski-1.3.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild,v 1.2 2012/04/17 04:01:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild,v 1.3 2012/05/11 10:23:21 vapier Exp $ EAPI="4" inherit autotools eutils DESCRIPTION="ia64 instruction set simulator" -HOMEPAGE="http://ski.sourceforge.net/" +HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |