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 E3DFA13877A for ; Fri, 25 Jul 2014 21:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88D29E1C3F; Fri, 25 Jul 2014 21:43:34 +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 11190E1C3F for ; Fri, 25 Jul 2014 21:43:33 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16BA03400C1 for ; Fri, 25 Jul 2014 21:43:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2276) id D81BD2004E; Fri, 25 Jul 2014 21:43:31 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/opendmarc: opendmarc-1.1.3.ebuild ChangeLog opendmarc-1.2.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: opendmarc-1.1.3.ebuild ChangeLog opendmarc-1.2.0.ebuild X-VCS-Directories: mail-filter/opendmarc X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140725214331.D81BD2004E@flycatcher.gentoo.org> Date: Fri, 25 Jul 2014 21:43:31 +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: d9a9a4b6-dd52-4e3d-b485-746a98bfeb28 X-Archives-Hash: dfcd7eb01bb572aad52c2eb1230eb84e dilfridge 14/07/25 21:43:31 Modified: opendmarc-1.1.3.ebuild ChangeLog opendmarc-1.2.0.ebuild Log: Switch is moved to dev-perl (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision Changes Path 1.8 mail-filter/opendmarc/opendmarc-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild?r1=1.7&r2=1.8 Index: opendmarc-1.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- opendmarc-1.1.3.ebuild 29 Jun 2014 15:21:36 -0000 1.7 +++ opendmarc-1.1.3.ebuild 25 Jul 2014 21:43:31 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.7 2014/06/29 15:21:36 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.8 2014/07/25 21:43:31 dilfridge Exp $ EAPI=5 @@ -16,7 +16,7 @@ DEPEND="dev-perl/DBI || ( mail-filter/libmilter mail-mta/sendmail )" RDEPEND="${DEPEND} - perl-core/Switch" + dev-perl/Switch" src_configure() { econf \ 1.10 mail-filter/opendmarc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 4 Jul 2014 11:47:07 -0000 1.9 +++ ChangeLog 25 Jul 2014 21:43:31 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/opendmarc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.9 2014/07/04 11:47:07 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.10 2014/07/25 21:43:31 dilfridge Exp $ + + 25 Jul 2014; Andreas K. Huettel + opendmarc-1.1.3.ebuild, opendmarc-1.2.0.ebuild: + Switch is moved to dev-perl 04 Jul 2014; Tobias Klausmann opendmarc-1.2.0.ebuild: Keyworded on alpha, bug #489676 1.4 mail-filter/opendmarc/opendmarc-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild?r1=1.3&r2=1.4 Index: opendmarc-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- opendmarc-1.2.0.ebuild 4 Jul 2014 11:47:07 -0000 1.3 +++ opendmarc-1.2.0.ebuild 25 Jul 2014 21:43:31 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v 1.3 2014/07/04 11:47:07 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v 1.4 2014/07/25 21:43:31 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ DEPEND="dev-perl/DBI || ( mail-filter/libmilter mail-mta/sendmail )" RDEPEND="${DEPEND} - perl-core/Switch" + dev-perl/Switch" pkg_setup() { enewgroup milter