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 5E9B51388C0 for ; Sat, 20 Feb 2016 22:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB34A21C092; Sat, 20 Feb 2016 22:45:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E689821C090 for ; Sat, 20 Feb 2016 22:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36A22340955 for ; Sat, 20 Feb 2016 22:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5215E2091 for ; Sat, 20 Feb 2016 22:45:06 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1455964930.54f4c72f835fd180e3989450a9cdba0bdd01f34a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Cookies/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild X-VCS-Directories: dev-perl/HTTP-Cookies/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 54f4c72f835fd180e3989450a9cdba0bdd01f34a X-VCS-Branch: master Date: Sat, 20 Feb 2016 22:45:06 +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: 799a0add-8eba-4f8b-9efc-ab8c83e6ffef X-Archives-Hash: d4f15795acf49e7d6ee570a28ad78e5e commit: 54f4c72f835fd180e3989450a9cdba0bdd01f34a Author: Kent Fredric gmail com> AuthorDate: Sat Feb 20 10:42:10 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 20 10:42:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f4c72f dev-perl/HTTP-Cookies: Remove old version Package-Manager: portage-2.2.27 dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild b/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild deleted file mode 100644 index 447a5ff..0000000 --- a/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=${PV/0./0} -inherit perl-module - -DESCRIPTION="Storage of cookies" - -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - !=dev-perl/HTTP-Date-6.0.0 - virtual/perl-Time-Local - >=dev-perl/HTTP-Message-6.0.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=online