diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-03-03 12:29:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-03-03 12:29:01 +0000 |
commit | f6fe702af9e1b60b350417313a90613ce9c4e628 (patch) | |
tree | ed85d039e81320586f7bc449272eb6ab6b70d449 /dev-lang/pasm | |
parent | Version bump. (diff) | |
download | gentoo-2-f6fe702af9e1b60b350417313a90613ce9c4e628.tar.gz gentoo-2-f6fe702af9e1b60b350417313a90613ce9c4e628.tar.bz2 gentoo-2-f6fe702af9e1b60b350417313a90613ce9c4e628.zip |
Fix HOMEPAGE
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/pasm')
-rw-r--r-- | dev-lang/pasm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/pasm/pasm-1.7.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/pasm/ChangeLog b/dev-lang/pasm/ChangeLog index 01e93326b00b..4c5a7dcefd01 100644 --- a/dev-lang/pasm/ChangeLog +++ b/dev-lang/pasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/pasm -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/ChangeLog,v 1.7 2010/01/02 18:39:51 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/ChangeLog,v 1.8 2012/03/03 12:29:01 pacho Exp $ + + 03 Mar 2012; Pacho Ramos <pacho@gentoo.org> pasm-1.7.ebuild: + Fix HOMEPAGE 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pasm-1.7.ebuild: Transfer Prefix keywords diff --git a/dev-lang/pasm/pasm-1.7.ebuild b/dev-lang/pasm/pasm-1.7.ebuild index 9b51c61f0baf..8723695b03dd 100644 --- a/dev-lang/pasm/pasm-1.7.ebuild +++ b/dev-lang/pasm/pasm-1.7.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild,v 1.3 2010/01/02 18:39:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild,v 1.4 2012/03/03 12:29:01 pacho Exp $ inherit eutils DESCRIPTION="A portable assembler for processors of the PowerPC family" SRC_URI="http://devnull.owl.de/~frank/${PN}.tar.gz" -HOMEPAGE="http://devnull.owl.de/~frank/pasm_e.html" +HOMEPAGE="http://sun.hasenbraten.de/~frank/projects/" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~ppc ~ppc-macos" src_unpack() { - mkdir -p ${S}/LinuxPPC - cd ${S} + mkdir -p "${S}"/LinuxPPC + cd "${S}" unpack ${A} - epatch ${FILESDIR}/${P}-ppc.patch + epatch "${FILESDIR}/${P}-ppc.patch" } src_compile() { |