Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/bin86: bin86-0.16.17.ebuild ChangeLog
Date: Mon, 05 Oct 2009 23:26:12
Message-Id: E1MuwwU-00037q-N4@stork.gentoo.org
1 vapier 09/10/05 23:26:10
2
3 Modified: bin86-0.16.17.ebuild ChangeLog
4 Log:
5 Update HOMEPAGE and SRC_URI.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 sys-devel/bin86/bin86-0.16.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild?r1=1.6&r2=1.7
14
15 Index: bin86-0.16.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- bin86-0.16.17.ebuild 27 Feb 2008 20:50:37 -0000 1.6
22 +++ bin86-0.16.17.ebuild 5 Oct 2009 23:26:10 -0000 1.7
23 @@ -1,20 +1,18 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.6 2008/02/27 20:50:37 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.7 2009/10/05 23:26:10 vapier Exp $
29
30 inherit toolchain-funcs eutils
31
32 DESCRIPTION="Assembler and loader used to create kernel bootsector"
33 -HOMEPAGE="http://homepage.ntlworld.com/robert.debath/"
34 -SRC_URI="http://homepage.ntlworld.com/robert.debath/dev86/${P}.tar.gz"
35 +HOMEPAGE="http://www.debath.co.uk/"
36 +SRC_URI="http://www.debath.co.uk/dev86/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="-* amd64 x86"
41 IUSE=""
42
43 -RDEPEND=""
44 -
45 src_unpack() {
46 unpack ${A}
47 cd "${S}"
48
49
50
51 1.19 sys-devel/bin86/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.19&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.19&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/bin86/ChangeLog?r1=1.18&r2=1.19
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v
60 retrieving revision 1.18
61 retrieving revision 1.19
62 diff -u -r1.18 -r1.19
63 --- ChangeLog 15 Jul 2007 09:03:23 -0000 1.18
64 +++ ChangeLog 5 Oct 2009 23:26:10 -0000 1.19
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sys-devel/bin86
67 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.18 2007/07/15 09:03:23 phreak Exp $
69 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.19 2009/10/05 23:26:10 vapier Exp $
71 +
72 + 05 Oct 2009; Mike Frysinger <vapier@g.o> bin86-0.16.17.ebuild:
73 + Update HOMEPAGE and SRC_URI.
74
75 15 Jul 2007; Christian Heim <phreak@g.o> metadata.xml:
76 Assigning to base-system, as beu is being retired (#66608).