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 0799A138334 for ; Thu, 29 Nov 2018 05:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B914E0993; Thu, 29 Nov 2018 05:17:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4B096E098F for ; Thu, 29 Nov 2018 05:17:39 +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 043D3335CA6 for ; Thu, 29 Nov 2018 05:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3314E5 for ; Thu, 29 Nov 2018 05:17:33 +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: <1543468639.bef51967c08ec440423ac169bd567b2e45693f07.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imake/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/imake/imake-1.0.7.ebuild X-VCS-Directories: x11-misc/imake/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bef51967c08ec440423ac169bd567b2e45693f07 X-VCS-Branch: master Date: Thu, 29 Nov 2018 05:17:33 +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: 06d756db-64ae-4c46-a761-7eefd9a8cedf X-Archives-Hash: 8e16be19c037616d4cd63c9707c4e37e commit: bef51967c08ec440423ac169bd567b2e45693f07 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 29 05:13:31 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 29 05:17:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef51967 x11-misc/imake: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-misc/imake/imake-1.0.7.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/x11-misc/imake/imake-1.0.7.ebuild b/x11-misc/imake/imake-1.0.7.ebuild deleted file mode 100644 index 58f52c2cf95..00000000000 --- a/x11-misc/imake/imake-1.0.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_STATIC=no -inherit xorg-2 - -DESCRIPTION="C preprocessor interface to the make utility" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="x11-misc/xorg-cf-files" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_prepare() { - # don't use Sun compilers on Solaris, we want GCC from prefix - sed -i \ - -e "1s/^/#if defined(sun)\n# undef sun\n#endif/" \ - imake.c imakemdep.h || die "sed failed" - xorg-2_src_prepare -}