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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A12F415808B for ; Sun, 17 Apr 2022 19:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1937EE0BD8; Sun, 17 Apr 2022 19:00:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB257E0BD8 for ; Sun, 17 Apr 2022 19:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF98A341563 for ; Sun, 17 Apr 2022 19:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29FFA3FB for ; Sun, 17 Apr 2022 19:00:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650221999.ded3b0cbf2c532038fd20f498ccfe21ca0201f15.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/makepp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/makepp/Manifest dev-util/makepp/makepp-2.0.99.1.ebuild X-VCS-Directories: dev-util/makepp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ded3b0cbf2c532038fd20f498ccfe21ca0201f15 X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:00:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e4599bc-6ece-47b8-b0cf-4fb49aec1e99 X-Archives-Hash: c93b75ab0f435dad5671128da30eee28 commit: ded3b0cbf2c532038fd20f498ccfe21ca0201f15 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 18:54:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 18:59:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded3b0cb dev-util/makepp: drop 2.0.99.1 Signed-off-by: Sam James gentoo.org> dev-util/makepp/Manifest | 1 - dev-util/makepp/makepp-2.0.99.1.ebuild | 42 ---------------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-util/makepp/Manifest b/dev-util/makepp/Manifest index 2d6ad6bad61f..9b4ca660b648 100644 --- a/dev-util/makepp/Manifest +++ b/dev-util/makepp/Manifest @@ -1,2 +1 @@ -DIST makepp-2.0.99.1.txz 532784 BLAKE2B e69495f0ffece81e7b15b668eea8bf4f9a26a36332bd1644594d697dd2301bea4bb2340fcd2805a33c44824113149fc617db610e6624900ec9d0d77054658d8c SHA512 457d64a2e9d2860dc2f7ad1bd4ef7df9fcd1563878dcd7b63e6f1d3fd6c03cdb89aab68faa018b3ef6b3009733a365fadbb49ad6c8a03ffe6eafcf867b765213 DIST makepp-2.0.99.2.txz 528968 BLAKE2B e39c5fa515a1579ef5a568385550e8baf9176eac4a1871cdb7971ca8d3f92bfda73e5f27f4cf00c148a2c5c9622dd8253ebba0f555c6d46ce8c3581678bf8e68 SHA512 5aa8d255e545705802fec6ca304b2c672dfb9c59f7a064a5e9c4ef98f52d7dd5628023fe2a2449126ac1f9cc6ba7bac98233e3e4f07dd8a0559fd8aea7fd24a4 diff --git a/dev-util/makepp/makepp-2.0.99.1.ebuild b/dev-util/makepp/makepp-2.0.99.1.ebuild deleted file mode 100644 index 0e6a6e914a47..000000000000 --- a/dev-util/makepp/makepp-2.0.99.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV=${PV/_} -MY_P="${PN}-${MY_PV}" -DESCRIPTION="GNU make replacement" -HOMEPAGE="http://makepp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/2.1/${MY_P}.txz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="dev-lang/perl:=" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - # default "all" rule is to run tests :x - sed -i '/^all:/s:test::' config.pl || die - default -} - -src_configure() { - # not an autoconf configure script - ./configure \ - --prefix="${EPREFIX}"/usr \ - --bindir="${EPREFIX}"/usr/bin \ - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ - --mandir="${EPREFIX}"/usr/share/man \ - --datadir="${EPREFIX}"/usr/share/makepp \ - || die "configure failed" -} - -src_test() { - # work around https://bugzilla.samba.org/show_bug.cgi?id=8728 - export CCACHE_UNIFY=1 - default -}