From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D69E21382C5 for ; Wed, 18 Apr 2018 17:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F713E087F; Wed, 18 Apr 2018 17:15:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3434E087F for ; Wed, 18 Apr 2018 17:15:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55EDA335C2C for ; Wed, 18 Apr 2018 17:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B26C6290 for ; Wed, 18 Apr 2018 17:15:04 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1524071687.0cb9c80469e3b783010ca9608534e6231c493572.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/, sys-boot/palo/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/palo/Manifest sys-boot/palo/files/palo-1.96-toolchain.patch sys-boot/palo/palo-1.99.ebuild X-VCS-Directories: sys-boot/palo/files/ sys-boot/palo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0cb9c80469e3b783010ca9608534e6231c493572 X-VCS-Branch: master Date: Wed, 18 Apr 2018 17:15:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a11db6e2-65e8-4027-b59f-15e3125d79ec X-Archives-Hash: d1cd9a1dffd31c0ecb39c4731957b085 commit: 0cb9c80469e3b783010ca9608534e6231c493572 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Apr 18 17:14:47 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Apr 18 17:14:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb9c804 sys-boot/palo: Old. Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-boot/palo/Manifest | 1 - sys-boot/palo/files/palo-1.96-toolchain.patch | 31 -------------------- sys-boot/palo/palo-1.99.ebuild | 42 --------------------------- 3 files changed, 74 deletions(-) diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest index a17224547ee..2895fabca7a 100644 --- a/sys-boot/palo/Manifest +++ b/sys-boot/palo/Manifest @@ -1,2 +1 @@ -DIST palo-1.99.tar.gz 123906 BLAKE2B 0180cc8398622119debbfaab34e7ace32e74fa60f0e8cb1fc5b36ee435f32f86c79f9beffa1e3d21c9fa3422f72cb8868b244e75aff022e9a6b03b16397d068f SHA512 b859144a5b145aa47d44926b69172818f1fdd577958649d72a99be26dd68d4e2f366acfaec406c8d09ac751ffcdd380b70606e4f3f66e42328d387fcd9022b73 DIST palo-2.00.tar.gz 124484 BLAKE2B b46b616acf51534382f6a775b456cdcbd4771d6bc9d7a8339ad788a5c5a4a333e98a6e4815c40a6750408b1e8168a19800da11ddf7125621f77d478a651d9c75 SHA512 b6dab81e6c2641a64a40561a65b5412ee702136ac79dab94619e0094faf011e158c67e681f45d5aa51423f5f162da7c1fd07b391b58e8a2100e1306eb7148056 diff --git a/sys-boot/palo/files/palo-1.96-toolchain.patch b/sys-boot/palo/files/palo-1.96-toolchain.patch deleted file mode 100644 index 5b9e792bf04..00000000000 --- a/sys-boot/palo/files/palo-1.96-toolchain.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/palo/Makefile -+++ b/palo/Makefile -@@ -10,9 +10,9 @@ - OS := $(shell uname -s) - CC?=cc - ifeq ($(strip ${OS}),HP-UX) --CFLAGS=-g -O -I../include -I../lib -I$(PA)/include -+CFLAGS=-O -I../include -I../lib -I$(PA)/include - else --CFLAGS=-g -O -I../include -I../lib -D_FILE_OFFSET_BITS=64 -+CFLAGS=-O -I../include -I../lib -D_FILE_OFFSET_BITS=64 - endif - - ifneq ("$(wildcard /etc/debian_version)","") -@@ -22,7 +22,6 @@ - endif - - # LDFLAGS=-Wl,-Bstatic --LDFLAGS= - - OFILES2=mkbootable.o elf64.o load.o paloio.o elf32.o error.o gzip.o - -@@ -38,7 +37,7 @@ - $(CC) $(CFLAGS) $(LDFLAGS) -o palo palo.a build.o - - palo.a: $(OFILES) -- ar rv palo.a $? -+ $(AR) rv palo.a $? - - mkbootable: $(OFILES2) - $(CC) $(CFLAGS) $(LDFLAGS) -o mkbootable $(OFILES2) diff --git a/sys-boot/palo/palo-1.99.ebuild b/sys-boot/palo/palo-1.99.ebuild deleted file mode 100644 index ad697b0c5b8..00000000000 --- a/sys-boot/palo/palo-1.99.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="PALO : PArisc Linux Loader" -HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/" -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* hppa" - -PATCHES=( - "${FILESDIR}"/${PN}-1.96-toolchain.patch -) - -src_compile() { - local target - for target in '-C palo' '-C ipl' 'iplboot'; do - emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target} - done -} - -src_install() { - into / - dosbin palo/palo - - doman palo.8 - dodoc TODO debian/changelog README.html - - insinto /etc - doins "${FILESDIR}"/palo.conf - - insinto /usr/share/palo - doins iplboot - - insinto /etc/kernel/postinst.d/ - insopts -m 0744 - doins "${FILESDIR}"/99palo -}