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 E446D13877A for ; Wed, 27 Aug 2014 05:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13710E08BE; Wed, 27 Aug 2014 05:37:40 +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 87207E08BE for ; Wed, 27 Aug 2014 05:37:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36A0D3400CC for ; Wed, 27 Aug 2014 05:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D780E3F48 for ; Wed, 27 Aug 2014 05:37:36 +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: <1409117372.0e7da1e4a78afcc0991b1faf1c07a894cbf0f11b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-Memcached/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-Session-Store-Memcached/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0e7da1e4a78afcc0991b1faf1c07a894cbf0f11b X-VCS-Branch: master Date: Wed, 27 Aug 2014 05:37:36 +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: 9511b28c-43f6-44f2-9f70-716d22547ebb X-Archives-Hash: 9b7b958d274d0c918c1d7536ca6d74dc commit: 0e7da1e4a78afcc0991b1faf1c07a894cbf0f11b Author: Kent Fredric gmail com> AuthorDate: Wed Aug 27 05:29:32 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Aug 27 05:29:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e7da1e4 [clean] dev-perl/Catalyst-Plugin-Session-Store-Memcached Remove old EAPIs Package-Manager: portage-2.2.10 --- ...st-Plugin-Session-Store-Memcached-0.30.0.ebuild | 22 ---------------------- ...st-Plugin-Session-Store-Memcached-0.40.0.ebuild | 22 ---------------------- .../ChangeLog | 7 ++++++- 3 files changed, 6 insertions(+), 45 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild deleted file mode 100644 index a46e2f7..0000000 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=BOBTFISH -MODULE_VERSION="0.03" -inherit perl-module - -DESCRIPTION="Memcached storage backend for session data." - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-perl/Catalyst-Plugin-Session-0.10.0 - dev-perl/Cache-Memcached-Managed - dev-perl/MRO-Compat -" -DEPEND="${RDEPEND}" diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild deleted file mode 100644 index d5fdcac..0000000 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=FLORA -MODULE_VERSION="0.04" -inherit perl-module - -DESCRIPTION="Memcached storage backend for session data." - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-perl/Catalyst-Plugin-Session-0.260.0 - dev-perl/Cache-Memcached-Managed - dev-perl/MRO-Compat -" -DEPEND="${RDEPEND}" diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog index 3f0b5a1..4bb3899 100644 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-Memcached -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Aug 2014; Kent Fredric + -Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild, + -Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild: + Remove old EAPIs + *Catalyst-Plugin-Session-Store-Memcached-0.50.0 (06 Apr 2012) 06 Apr 2012; Kent Fredric