From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 45B8459CA3 for ; Tue, 8 Mar 2016 18:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7667921C00A; Tue, 8 Mar 2016 18:16:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E869C21C005 for ; Tue, 8 Mar 2016 18:16:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92035340B46 for ; Tue, 8 Mar 2016 18:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E112C18A5 for ; Tue, 8 Mar 2016 18:16:30 +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: <1457460668.8a77691b206a9d412c8d42735306caf00ab06488.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-Unicode-Normalize/metadata.xml virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.170.0.ebuild virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild X-VCS-Directories: virtual/perl-Unicode-Normalize/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8a77691b206a9d412c8d42735306caf00ab06488 X-VCS-Branch: master Date: Tue, 8 Mar 2016 18:16:30 +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: 948c76d4-fd12-40ef-8bdb-40ee08d2b2ad X-Archives-Hash: e73d3ef14f30c085ca5f0acf95aefc63 commit: 8a77691b206a9d412c8d42735306caf00ab06488 Author: Kent Fredric gmail com> AuthorDate: Tue Mar 8 18:11:08 2016 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Mar 8 18:11:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8a77691b virtual/perl-Unicode-Normalize: remove, gone to ::gentoo virtual/perl-Unicode-Normalize/metadata.xml | 8 -------- .../perl-Unicode-Normalize-1.170.0.ebuild | 19 ------------------- .../perl-Unicode-Normalize-1.180.0.ebuild | 19 ------------------- 3 files changed, 46 deletions(-) diff --git a/virtual/perl-Unicode-Normalize/metadata.xml b/virtual/perl-Unicode-Normalize/metadata.xml deleted file mode 100644 index 68ddbed..0000000 --- a/virtual/perl-Unicode-Normalize/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.170.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.170.0.ebuild deleted file mode 100644 index 7022441..0000000 --- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.170.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) - !perl-core/${PN#perl-}-${PV} -" diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild deleted file mode 100644 index 33a4ccf..0000000 --- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) - !perl-core/${PN#perl-}-${PV} -"