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 DFADA138334 for ; Sat, 21 Jul 2018 13:27:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7FB1E0857; Sat, 21 Jul 2018 13:27:15 +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 3375AE0841 for ; Sat, 21 Jul 2018 13:27:14 +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 9A115335D02 for ; Sat, 21 Jul 2018 13:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3853E393 for ; Sat, 21 Jul 2018 13:27:08 +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: <1532179603.28b93a8c685f117fc903f56865b2c894c7e773d7.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Types-Serialiser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild X-VCS-Directories: dev-perl/Types-Serialiser/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 28b93a8c685f117fc903f56865b2c894c7e773d7 X-VCS-Branch: master Date: Sat, 21 Jul 2018 13:27:08 +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: c45d7da3-8da0-49f3-820d-f3fe16ed79cf X-Archives-Hash: 34b229b5d6b72e53bd98644edf645618 commit: 28b93a8c685f117fc903f56865b2c894c7e773d7 Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 21 13:25:46 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 21 13:26:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b93a8c dev-perl/Types-Serialiser: Cleanup old version 1.0.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../Types-Serialiser/Types-Serialiser-1.0.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild b/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild deleted file mode 100644 index ae12d816877..00000000000 --- a/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MLEHMANN -MODULE_VERSION=1.0 -inherit perl-module - -DESCRIPTION="simple data types for common serialisation formats" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x64-macos ~x86-solaris" -IUSE="" - -RDEPEND=" - dev-perl/common-sense -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -"