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 C42B5198006 for ; Mon, 25 Feb 2013 08:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA7EFE07A0; Mon, 25 Feb 2013 08:13:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D59E07A0 for ; Mon, 25 Feb 2013 08:13:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 097C433DDD7 for ; Mon, 25 Feb 2013 08:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 713EEE4083 for ; Mon, 25 Feb 2013 08:13:16 +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: <1361775035.2b027fbb07895b13ee1fc50b34ef9991cf94424c.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dancer/ChangeLog dev-perl/Dancer/Dancer-2.0.1.ebuild X-VCS-Directories: dev-perl/Dancer/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2b027fbb07895b13ee1fc50b34ef9991cf94424c X-VCS-Branch: master Date: Mon, 25 Feb 2013 08:13:16 +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: 8bdf60d7-478d-4e2f-abff-3c70a10be470 X-Archives-Hash: 147ceac5058a5d967e757e3dbb6dc1db commit: 2b027fbb07895b13ee1fc50b34ef9991cf94424c Author: Kent Fredric gmail com> AuthorDate: Mon Feb 25 06:50:35 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Feb 25 06:50:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2b027fbb dev-perl/Dancer , slotify v2 until upstream is obvious Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Dancer/ChangeLog | 5 +++++ dev-perl/Dancer/Dancer-2.0.1.ebuild | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog index 22110df..d201d51 100644 --- a/dev-perl/Dancer/ChangeLog +++ b/dev-perl/Dancer/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Feb 2013; Kent Fredric Dancer-2.0.1.ebuild: + Make Dancer v2 a dedicated slot, because upstream have created a confusion, + and Dancer >2.0 uses 'Dancer2' as a namespace, and is incompatible with + 'Dancer', and Dancer-1.x are still getting releases + *Dancer-2.0.1 (23 Feb 2013) 23 Feb 2013; Kent Fredric +Dancer-2.0.1.ebuild, diff --git a/dev-perl/Dancer/Dancer-2.0.1.ebuild b/dev-perl/Dancer/Dancer-2.0.1.ebuild index 16fb1e4..477969d 100644 --- a/dev-perl/Dancer/Dancer-2.0.1.ebuild +++ b/dev-perl/Dancer/Dancer-2.0.1.ebuild @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION='Lightweight yet powerful web application framework' LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" +SLOT="2" KEYWORDS="~amd64 ~x86" IUSE="test" perl_meta_configure() {