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 44568138330 for ; Fri, 16 Sep 2016 21:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B279E0B6B; Fri, 16 Sep 2016 21:43:31 +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 D9FD5E0B5A for ; Fri, 16 Sep 2016 21:43:30 +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 0A0EC340C23 for ; Fri, 16 Sep 2016 21:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D129248C for ; Fri, 16 Sep 2016 21:43:26 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1474062196.16999f0ff722926dac1bc06dfa54a325206c1868.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Validate-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Validate-Tiny/Manifest dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild X-VCS-Directories: dev-perl/Validate-Tiny/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 16999f0ff722926dac1bc06dfa54a325206c1868 X-VCS-Branch: master Date: Fri, 16 Sep 2016 21:43:26 +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: cffbd89f-859a-4d4b-8632-061d9bfa4baf X-Archives-Hash: 1e2df10bb09d8ff54aa6faeb3aec9364 commit: 16999f0ff722926dac1bc06dfa54a325206c1868 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Sep 16 21:37:18 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Sep 16 21:43:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16999f0f dev-perl/Validate-Tiny: Remove old Package-Manager: portage-2.3.0 dev-perl/Validate-Tiny/Manifest | 1 - dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-perl/Validate-Tiny/Manifest b/dev-perl/Validate-Tiny/Manifest index b2a8ce3..e67fb19 100644 --- a/dev-perl/Validate-Tiny/Manifest +++ b/dev-perl/Validate-Tiny/Manifest @@ -1,2 +1 @@ -DIST Validate-Tiny-1.015.tar.gz 31737 SHA256 17893fdf741c5103f6b3d7d8e7783f903b2414772951c942271bd6a4ccb2202f SHA512 a777c554500fb11c1fb2c021a74917ecc3f3a3971edab6cbd081d53c945dd436531f2e51c5a397898be77e1ab4144172360935f14c8a36e6744a88b385ee1a6c WHIRLPOOL efeb6b40966622c1cec2549d384d0fcd88475acbc63c401ca0299c6af977d1e4f36d610544c2342db88ff5c36318098f109102faed11fc02f1ebc8188f28092a DIST Validate-Tiny-1.551.tar.gz 25945 SHA256 8aed4b5ea896558a751a97aba58db9911ea4b11b609468aacf2c7c7fde53cd16 SHA512 541d48b13fe6fe55a30893e82daabad6119cabf93d0825ffcb6f32d629784a8ecc7b47e2b534bc3465c7441cc7640209860388b144e8c766b9bce1658d4cde6d WHIRLPOOL c6baf429f541c5cbec11c5af8cfea108c2f7c4920d5daf091cce6d13288ab8e337d26da950f13d3b83ff29f0d9fc64e044621c10d394a4fc510f48ec9ef2c797 diff --git a/dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild b/dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild deleted file mode 100644 index a685866..00000000 --- a/dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 - -MODULE_AUTHOR=MINIMAL -MODULE_VERSION=1.015 -inherit perl-module - -DESCRIPTION="Minimalistic data validation" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - >=dev-perl/List-MoreUtils-0.330.0 - test? ( - virtual/perl-Test-Simple - )" - -SRC_TEST="do"