From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 26ECB13881D for ; Sun, 27 Sep 2015 06:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A178AE086F; Sun, 27 Sep 2015 06:11:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A95BE086F for ; Sun, 27 Sep 2015 06:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46FFB340DD1 for ; Sun, 27 Sep 2015 06:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4971A1FB for ; Sun, 27 Sep 2015 06:11:50 +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: <1443334305.a4e36398fda3a0889172eb544590a4ce466a7ab0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/files/, sys-boot/palo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/palo/Manifest sys-boot/palo/files/palo-1.92-toolchain.patch sys-boot/palo/palo-1.92.ebuild X-VCS-Directories: sys-boot/palo/files/ sys-boot/palo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a4e36398fda3a0889172eb544590a4ce466a7ab0 X-VCS-Branch: master Date: Sun, 27 Sep 2015 06:11:50 +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: 3daa6e19-46b5-426a-875f-517639663cd4 X-Archives-Hash: 651e3b9aa91fce35e6933d6afe478f5a commit: a4e36398fda3a0889172eb544590a4ce466a7ab0 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 27 06:11:45 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 27 06:11:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e36398 sys-boot/palo: Old. Package-Manager: portage-2.2.20.1 sys-boot/palo/Manifest | 1 - sys-boot/palo/files/palo-1.92-toolchain.patch | 20 ------------ sys-boot/palo/palo-1.92.ebuild | 47 --------------------------- 3 files changed, 68 deletions(-) diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest index 0e4ce3f..d133cd9 100644 --- a/sys-boot/palo/Manifest +++ b/sys-boot/palo/Manifest @@ -1,2 +1 @@ -DIST palo_1.92.tar.gz 122554 SHA256 9782578cae5a990c5037e8a9feb43d3d6802412918b97c27a04c1b9113de3c4f SHA512 a0b01b12bf80c6727a9a5eff1189e7515d3f21e8fe68712d0cb944e06f6d0f91272e5457b97ed596f06fd51505c7f62f654d1d3081c79443023cbbd0cb98e58c WHIRLPOOL 46b498b48a35ff2557bf91182b2daa30211f0de37f3c986794de83c58b3b633ebca21c19542c16f8b9d229a5f81d1419189b72adde8d7b783fa053c605e73c14 DIST palo_1.95.tar.xz 102884 SHA256 c168df0255e83f06cf5ae4fd5266f9ee51ba3e9412a9c1bf3131ecff52cec9e8 SHA512 91960a7bbf5a4985809a082d4e75ee25670f6030e701bc106807de4f89c3617e47cf39ef857684b62dcaf906571f6f095b3caa371793754495567f4a14cc8a9d WHIRLPOOL cdf119aa0892fecce4c4dae73053dd9f3c9745a17276012b1d6fb649e3e55eea561dec8f40feb52fb6477f5b289a61844d39c0d8d0ab2ba2a2501c1323b28305 diff --git a/sys-boot/palo/files/palo-1.92-toolchain.patch b/sys-boot/palo/files/palo-1.92-toolchain.patch deleted file mode 100644 index b72947b..0000000 --- a/sys-boot/palo/files/palo-1.92-toolchain.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/palo/Makefile -+++ b/palo/Makefile -@@ -14,7 +14,7 @@ - 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 - endif - - # LDFLAGS=-Wl,-Bstatic -@@ -34,7 +34,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.92.ebuild b/sys-boot/palo/palo-1.92.ebuild deleted file mode 100644 index 6ee80b6..0000000 --- a/sys-boot/palo/palo-1.92.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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://dev.gentoo.org/~jer/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* hppa" -IUSE="" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.92-toolchain.patch - sed -i palo/Makefile -e '/^LDFLAGS=/d' || die -} - -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 - dohtml README.html - dodoc Changes TODO debian/changelog - - insinto /etc - doins "${FILESDIR}"/palo.conf - - insinto /usr/share/palo - doins iplboot - - insinto /etc/kernel/postinst.d/ - INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo -}