Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/pasm: pasm-1.7.ebuild ChangeLog
Date: Sat, 03 Mar 2012 12:29:15
Message-Id: 20120303122901.E90552004B@flycatcher.gentoo.org
1 pacho 12/03/03 12:29:01
2
3 Modified: pasm-1.7.ebuild ChangeLog
4 Log:
5 Fix HOMEPAGE
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-lang/pasm/pasm-1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild?r1=1.3&r2=1.4
15
16 Index: pasm-1.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pasm-1.7.ebuild 2 Jan 2010 18:39:51 -0000 1.3
23 +++ pasm-1.7.ebuild 3 Mar 2012 12:29:01 -0000 1.4
24 @@ -1,22 +1,22 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild,v 1.3 2010/01/02 18:39:51 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild,v 1.4 2012/03/03 12:29:01 pacho Exp $
30
31 inherit eutils
32
33 DESCRIPTION="A portable assembler for processors of the PowerPC family"
34 SRC_URI="http://devnull.owl.de/~frank/${PN}.tar.gz"
35 -HOMEPAGE="http://devnull.owl.de/~frank/pasm_e.html"
36 +HOMEPAGE="http://sun.hasenbraten.de/~frank/projects/"
37 LICENSE="GPL-2"
38 SLOT="0"
39 IUSE=""
40 KEYWORDS="~ppc ~ppc-macos"
41
42 src_unpack() {
43 - mkdir -p ${S}/LinuxPPC
44 - cd ${S}
45 + mkdir -p "${S}"/LinuxPPC
46 + cd "${S}"
47 unpack ${A}
48 - epatch ${FILESDIR}/${P}-ppc.patch
49 + epatch "${FILESDIR}/${P}-ppc.patch"
50 }
51
52 src_compile() {
53
54
55
56 1.8 dev-lang/pasm/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/pasm/ChangeLog?rev=1.8&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/pasm/ChangeLog?rev=1.8&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/pasm/ChangeLog?r1=1.7&r2=1.8
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-lang/pasm/ChangeLog,v
65 retrieving revision 1.7
66 retrieving revision 1.8
67 diff -u -r1.7 -r1.8
68 --- ChangeLog 2 Jan 2010 18:39:51 -0000 1.7
69 +++ ChangeLog 3 Mar 2012 12:29:01 -0000 1.8
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-lang/pasm
72 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/ChangeLog,v 1.7 2010/01/02 18:39:51 fauli Exp $
74 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/ChangeLog,v 1.8 2012/03/03 12:29:01 pacho Exp $
76 +
77 + 03 Mar 2012; Pacho Ramos <pacho@g.o> pasm-1.7.ebuild:
78 + Fix HOMEPAGE
79
80 02 Jan 2010; Christian Faulhammer <fauli@g.o> pasm-1.7.ebuild:
81 Transfer Prefix keywords