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 56C30138334 for ; Sat, 9 Jun 2018 01:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 134B4E094B; Sat, 9 Jun 2018 01:25:03 +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 DFD18E094B for ; Sat, 9 Jun 2018 01:25:02 +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 2A0E3335CB0 for ; Sat, 9 Jun 2018 01:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC8B2CB for ; Sat, 9 Jun 2018 01:24: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: <1528507467.8dca15dcbd3669200a7e54718ea1df74832d8ae7.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-GUI-Long/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild X-VCS-Directories: dev-perl/Getopt-GUI-Long/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8dca15dcbd3669200a7e54718ea1df74832d8ae7 X-VCS-Branch: master Date: Sat, 9 Jun 2018 01:24: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-Archives-Salt: cbbf49f2-f8ff-4584-af8e-83c82b9da59a X-Archives-Hash: 222d038253e64fd9d3e6a00186f511e4 commit: 8dca15dcbd3669200a7e54718ea1df74832d8ae7 Author: Kent Fredric gentoo org> AuthorDate: Fri Jun 8 12:26:21 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jun 9 01:24:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dca15dc dev-perl/Getopt-GUI-Long: Cleanup old version 0.930.0-r1 Package-Manager: Portage-2.3.29, Repoman-2.3.9 .../Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild deleted file mode 100644 index 08d9b39ab9a..00000000000 --- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR="HARDAKER" -MODULE_VERSION=0.93 -inherit perl-module - -DESCRIPTION="Auto-GUI extending Getopt::Long" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="virtual/perl-File-Temp - virtual/perl-Getopt-Long"