diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-11-26 18:51:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-11-26 18:51:28 +0000 |
commit | f34e137ea86afdd31cd41959d9d002f7aa20712a (patch) | |
tree | 2c81e9770f1a054ebe2f8c2202a4eea73b7e0ec0 /sys-boot | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #388277 (diff) | |
download | gentoo-2-f34e137ea86afdd31cd41959d9d002f7aa20712a.tar.gz gentoo-2-f34e137ea86afdd31cd41959d9d002f7aa20712a.tar.bz2 gentoo-2-f34e137ea86afdd31cd41959d9d002f7aa20712a.zip |
Remove Debian reference from HOMEPAGE. Stable for HPPA. Remove old.
(Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/palo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.18-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.18.ebuild | 44 |
3 files changed, 8 insertions, 48 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index 55d2e5623158..7da9428423db 100644 --- a/sys-boot/palo/ChangeLog +++ b/sys-boot/palo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/palo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.31 2011/04/21 20:47:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.32 2011/11/26 18:51:28 jer Exp $ + + 26 Nov 2011; Jeroen Roovers <jer@gentoo.org> -palo-1.18.ebuild, + palo-1.18-r1.ebuild: + Remove Debian reference from HOMEPAGE. Stable for HPPA. Remove old. *palo-1.18-r1 (21 Apr 2011) diff --git a/sys-boot/palo/palo-1.18-r1.ebuild b/sys-boot/palo/palo-1.18-r1.ebuild index 8c39be9d6ee6..ccb71d32ddf0 100644 --- a/sys-boot/palo/palo-1.18-r1.ebuild +++ b/sys-boot/palo/palo-1.18-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18-r1.ebuild,v 1.1 2011/04/21 20:47:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18-r1.ebuild,v 1.2 2011/11/26 18:51:28 jer Exp $ EAPI="2" inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="PALO : PArisc Linux Loader" -HOMEPAGE="http://parisc-linux.org/ http://packages.qa.debian.org/p/palo.html" +HOMEPAGE="http://parisc-linux.org/" SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~hppa" +KEYWORDS="-* hppa" IUSE="" src_prepare() { diff --git a/sys-boot/palo/palo-1.18.ebuild b/sys-boot/palo/palo-1.18.ebuild deleted file mode 100644 index 310f6328eb15..000000000000 --- a/sys-boot/palo/palo-1.18.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18.ebuild,v 1.3 2011/04/05 15:52:56 jer Exp $ - -EAPI="2" - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="PALO : PArisc Linux Loader" -HOMEPAGE="http://parisc-linux.org/ http://packages.qa.debian.org/p/palo.html" -SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* hppa" -IUSE="" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-remove-HOME-TERM.patch \ - "${FILESDIR}"/${PN}-1.16_p1-build.patch -} - -src_compile() { - tc-export CC - emake -C palo || die "make palo failed" - emake -C ipl || die "make ipl failed" - emake MACHINE=parisc iplboot || die "make iplboot failed" -} - -src_install() { - into / - dosbin palo/palo || die - - doman palo.8 - dohtml README.html - dodoc README palo.conf - - insinto /etc - doins "${FILESDIR}"/palo.conf || die - - insinto /usr/share/palo - doins iplboot || die -} |