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 CBFDD13835A for ; Fri, 25 Sep 2020 23:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B14E0819; Fri, 25 Sep 2020 23:03:24 +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 E0BBAE0819 for ; Fri, 25 Sep 2020 23:03:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E85E733BF1A for ; Fri, 25 Sep 2020 23:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 957A437A for ; Fri, 25 Sep 2020 23:03:21 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1601074912.6e2fdef95f93015473946b6a6dce550abd4835d8.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-SDL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild X-VCS-Directories: dev-perl/Alien-SDL/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6e2fdef95f93015473946b6a6dce550abd4835d8 X-VCS-Branch: master Date: Fri, 25 Sep 2020 23:03: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: 0e74354e-538e-4b04-9690-2aa9d6dad311 X-Archives-Hash: 07eecf1d4092612f5ba8816a36ff0321 commit: 6e2fdef95f93015473946b6a6dce550abd4835d8 Author: Kent Fredric gentoo org> AuthorDate: Fri Sep 25 22:34:35 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Sep 25 23:01:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2fdef9 dev-perl/Alien-SDL: Cleanup old 1.446.0 Closes: https://bugs.gentoo.org/719074 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild | 41 ----------------------------- 1 file changed, 41 deletions(-) diff --git a/dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild b/dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild deleted file mode 100644 index 00f674f9360..00000000000 --- a/dev-perl/Alien-SDL/Alien-SDL-1.446.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=FROGGS -MODULE_VERSION=1.446 -inherit perl-module toolchain-funcs - -DESCRIPTION="building, finding and using SDL binaries" - -SLOT="0" -KEYWORDS="amd64 ~hppa x86" - -# File::Fetch, File::Find, Test::More -> dev-lang/perl -RDEPEND=" - dev-perl/Archive-Extract - dev-perl/Archive-Zip - dev-perl/Capture-Tiny - dev-perl/File-ShareDir - dev-perl/File-Which - dev-perl/Text-Patch - media-libs/libsdl - virtual/perl-Archive-Tar - virtual/perl-Digest-SHA - virtual/perl-ExtUtils-CBuilder - virtual/perl-ExtUtils-MakeMaker - dev-perl/Module-Build - virtual/perl-File-Spec - virtual/perl-File-Temp -" -DEPEND="${RDEPEND}" - -src_prepare() { - tc-export CC - epatch "${FILESDIR}"/${PN}-1.444.0-fix-build-option.patch - perl-module_src_prepare -} - -SRC_TEST=do -myconf='--with-sdl-config'