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 A67CE1382C5 for ; Sat, 20 Jun 2020 04:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 677A3E0891; Sat, 20 Jun 2020 04:16:06 +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 859FBE088B for ; Sat, 20 Jun 2020 04:16:04 +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 773D934F23C for ; Sat, 20 Jun 2020 04:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C2B92AB for ; Sat, 20 Jun 2020 04:15:59 +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: <1592626495.2a3a3a5f072962a0f2ee0c2e36cb9498c606ed1e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild X-VCS-Directories: dev-perl/Alien-LibGumbo/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2a3a3a5f072962a0f2ee0c2e36cb9498c606ed1e X-VCS-Branch: master Date: Sat, 20 Jun 2020 04:15:59 +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: c98fb771-1a42-4ab4-9837-ca08801d7f79 X-Archives-Hash: 68a70f33357eb56ee79bd02d6b674c37 commit: 2a3a3a5f072962a0f2ee0c2e36cb9498c606ed1e Author: Kent Fredric gentoo org> AuthorDate: Sat Jun 20 03:34:46 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jun 20 04:14:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3a3a5f dev-perl/Alien-LibGumbo: Cleanup old 0.50.0 Insignificant unstable(~) version that has been eclipsed by newer versions for at least a month Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild deleted file mode 100644 index 6c4cea5c619..00000000000 --- a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RUZ -DIST_VERSION=0.05 -inherit perl-module - -DESCRIPTION="Gumbo parser library" - -SLOT="0" -KEYWORDS="~amd64" - -# No tests to run -RESTRICT="test" - -# Alien-Build for Alien::Base -RDEPEND=" - >=dev-perl/Alien-Build-0.5.0 - >=dev-perl/File-ShareDir-1.30.0 - >=dev-perl/Path-Class-0.13.0 -" -DEPEND="${RDEPEND} - >=dev-perl/Alien-Base-ModuleBuild-0.5.0 - >=dev-perl/Module-Build-0.420.0 -"