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 DA479158004 for ; Sun, 3 Mar 2024 16:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EA7CE2A9E; Sun, 3 Mar 2024 16:59:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 25CACE2A9E for ; Sun, 3 Mar 2024 16:59:20 +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 D52CE34067D for ; Sun, 3 Mar 2024 16:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457F914F4 for ; Sun, 3 Mar 2024 16:59:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1709485124.953ab22a090f656e9d545e53bcbcd18afac6db04.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imake/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/imake/Manifest x11-misc/imake/imake-1.0.9.ebuild X-VCS-Directories: x11-misc/imake/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 953ab22a090f656e9d545e53bcbcd18afac6db04 X-VCS-Branch: master Date: Sun, 3 Mar 2024 16:59:16 +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: 90903d44-f50d-4cd6-9e3e-ebb4beca0ced X-Archives-Hash: 00f5630c817df91387322a30e29e3f53 commit: 953ab22a090f656e9d545e53bcbcd18afac6db04 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 3 16:57:43 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 3 16:58:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953ab22a x11-misc/imake: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-misc/imake/Manifest | 1 - x11-misc/imake/imake-1.0.9.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/x11-misc/imake/Manifest b/x11-misc/imake/Manifest index 697c20d92f69..fc7452893316 100644 --- a/x11-misc/imake/Manifest +++ b/x11-misc/imake/Manifest @@ -1,2 +1 @@ DIST imake-1.0.10.tar.xz 155284 BLAKE2B 85ea5d14280b0e4e3d07f806b1ebc777f1c6f431af05e94571e1d7908028f1497c4b5edb6e808c858429e98f314fe6c3cee84e265a30fce02d7ebeaa2111ab8d SHA512 ea96db27a6da13ea2d64652936e508b5e3d5d712347a2eb248376dc1f262c18720d9934b8ae69b4c0fc65b135c847be42da084fe924e4825ce1d359f4ef7e60f -DIST imake-1.0.9.tar.xz 153332 BLAKE2B d9de997016112833e50d1151448366c538b9796622630724552cc0476deed165621edc1a01318a83b577a85fcfc78b753e6fa9fbdf4c71413319abe542f1beca SHA512 e7587cf80369c8f4fcc1207c13bcb74a53d838b504ac8a7f3b98fb8f5f595cc7b8e5e9fad50cadcf40cf27bd02ef4eae7fe458854bbed7bea27d474d66520644 diff --git a/x11-misc/imake/imake-1.0.9.ebuild b/x11-misc/imake/imake-1.0.9.ebuild deleted file mode 100644 index 0850e3453c4f..000000000000 --- a/x11-misc/imake/imake-1.0.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -XORG_TARBALL_SUFFIX="xz" -inherit toolchain-funcs xorg-3 - -DESCRIPTION="C preprocessor interface to the make utility" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND="x11-misc/xorg-cf-files" -DEPEND="x11-base/xorg-proto" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.8-cpp-args.patch - "${FILESDIR}"/${PN}-1.0.9-no-get-gcc.patch - "${FILESDIR}"/${PN}-1.0.8-respect-LD.patch - "${FILESDIR}"/${PN}-1.0.8-xmkmf-pass-cc-ld.patch -) - -src_configure() { - econf CPP="$(tc-getPROG CPP cpp)" #722046 -}