summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-23 14:14:20 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-23 14:14:20 +0000
commite36d257aeb9f9f3112f30d8d5af6abece1a861c4 (patch)
tree252a2d890c20cfb4a49bad7a2844e6717a6890ac /sys-boot
parentInitial commit: script to emulated glibc's getent utility (diff)
downloadgentoo-2-e36d257aeb9f9f3112f30d8d5af6abece1a861c4.tar.gz
gentoo-2-e36d257aeb9f9f3112f30d8d5af6abece1a861c4.tar.bz2
gentoo-2-e36d257aeb9f9f3112f30d8d5af6abece1a861c4.zip
Add new HOMEPAGE. Fix live toolchain patch.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/palo/ChangeLog8
-rw-r--r--sys-boot/palo/files/palo-9999-toolchain.patch4
-rw-r--r--sys-boot/palo/palo-1.92.ebuild6
-rw-r--r--sys-boot/palo/palo-9999.ebuild8
4 files changed, 15 insertions, 11 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog
index 0e80506f0a03..82ed73c2dcf7 100644
--- a/sys-boot/palo/ChangeLog
+++ b/sys-boot/palo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/palo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.42 2013/12/06 16:54:54 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.43 2014/01/23 14:14:20 jer Exp $
+
+ 23 Jan 2014; Jeroen Roovers <jer@gentoo.org> palo-1.92.ebuild,
+ palo-9999.ebuild, files/palo-9999-toolchain.patch:
+ Add new HOMEPAGE. Fix live toolchain patch.
06 Dec 2013; Jeroen Roovers <jer@gentoo.org> palo-1.92.ebuild:
Stable for HPPA too.
diff --git a/sys-boot/palo/files/palo-9999-toolchain.patch b/sys-boot/palo/files/palo-9999-toolchain.patch
index 4a747aada599..995be0339da8 100644
--- a/sys-boot/palo/files/palo-9999-toolchain.patch
+++ b/sys-boot/palo/files/palo-9999-toolchain.patch
@@ -4,8 +4,8 @@
ifeq ($(strip ${OS}),HP-UX)
CFLAGS=-g -O -I../include -I../lib -I$(PA)/include
else
--CFLAGS=-g -O -I../include -I../lib
-+CFLAGS += -O -I../include -I../lib
+-CFLAGS=-g -O -I../include -I../lib -D_FILE_OFFSET_BITS=64
++CFLAGS+= -O -I../include -I../lib -D_FILE_OFFSET_BITS=64
endif
# LDFLAGS=-Wl,-Bstatic
diff --git a/sys-boot/palo/palo-1.92.ebuild b/sys-boot/palo/palo-1.92.ebuild
index 12fca3f14f7b..335c474e8c0a 100644
--- a/sys-boot/palo/palo-1.92.ebuild
+++ b/sys-boot/palo/palo-1.92.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v 1.3 2013/12/06 16:54:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v 1.4 2014/01/23 14:14:20 jer Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="PALO : PArisc Linux Loader"
-HOMEPAGE="http://parisc-linux.org/"
+HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
SRC_URI="http://dev.gentoo.org/~jer/${P/-/_}.tar.gz"
LICENSE="GPL-2"
diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
index 34871d41e4a6..839367380be6 100644
--- a/sys-boot/palo/palo-9999.ebuild
+++ b/sys-boot/palo/palo-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.4 2013/07/21 14:13:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.5 2014/01/23 14:14:20 jer Exp $
EAPI=5
-inherit eutils flag-o-matic git-2 toolchain-funcs
+inherit eutils flag-o-matic git-r3 toolchain-funcs
DESCRIPTION="PALO : PArisc Linux Loader"
-HOMEPAGE="http://parisc-linux.org/"
+HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
LICENSE="GPL-2"