diff options
-rw-r--r-- | sys-devel/bin86/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.17.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sys-devel/bin86/ChangeLog b/sys-devel/bin86/ChangeLog index 84b646d29c4e..e8bb5a475876 100644 --- a/sys-devel/bin86/ChangeLog +++ b/sys-devel/bin86/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bin86 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.18 2007/07/15 09:03:23 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.19 2009/10/05 23:26:10 vapier Exp $ + + 05 Oct 2009; Mike Frysinger <vapier@gentoo.org> bin86-0.16.17.ebuild: + Update HOMEPAGE and SRC_URI. 15 Jul 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Assigning to base-system, as beu is being retired (#66608). diff --git a/sys-devel/bin86/bin86-0.16.17.ebuild b/sys-devel/bin86/bin86-0.16.17.ebuild index 61c3c9d14456..1378b49d3d44 100644 --- a/sys-devel/bin86/bin86-0.16.17.ebuild +++ b/sys-devel/bin86/bin86-0.16.17.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.6 2008/02/27 20:50:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.7 2009/10/05 23:26:10 vapier Exp $ inherit toolchain-funcs eutils DESCRIPTION="Assembler and loader used to create kernel bootsector" -HOMEPAGE="http://homepage.ntlworld.com/robert.debath/" -SRC_URI="http://homepage.ntlworld.com/robert.debath/dev86/${P}.tar.gz" +HOMEPAGE="http://www.debath.co.uk/" +SRC_URI="http://www.debath.co.uk/dev86/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -RDEPEND="" - src_unpack() { unpack ${A} cd "${S}" |