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 1BC2C138CA3 for ; Fri, 6 Mar 2015 22:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6B6FE0851; Fri, 6 Mar 2015 22:39:38 +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 03653E0851 for ; Fri, 6 Mar 2015 22:39:38 +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 278B43408E5 for ; Fri, 6 Mar 2015 22:39:37 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id E0EE613318; Fri, 6 Mar 2015 22:39:35 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/timelib: timelib-0.2.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: timelib-0.2.4-r1.ebuild ChangeLog X-VCS-Directories: dev-python/timelib X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150306223935.E0EE613318@oystercatcher.gentoo.org> Date: Fri, 6 Mar 2015 22:39:35 +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: fbc1c227-208c-47c9-a38e-51fd182a92cd X-Archives-Hash: 9cb8296a3351d6507b7319a2c4605487 pacho 15/03/06 22:39:35 Modified: timelib-0.2.4-r1.ebuild ChangeLog Log: amd64 stable, bug 540290 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision Changes Path 1.6 dev-python/timelib/timelib-0.2.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild?r1=1.5&r2=1.6 Index: timelib-0.2.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- timelib-0.2.4-r1.ebuild 25 Nov 2014 12:56:19 -0000 1.5 +++ timelib-0.2.4-r1.ebuild 6 Mar 2015 22:39:35 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.5 2014/11/25 12:56:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.6 2015/03/06 22:39:35 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -13,7 +13,7 @@ LICENSE="PHP-3.01 ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="app-arch/unzip 1.15 dev-python/timelib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 21 Jan 2015 06:27:09 -0000 1.14 +++ ChangeLog 6 Mar 2015 22:39:35 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/timelib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.14 2015/01/21 06:27:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.15 2015/03/06 22:39:35 pacho Exp $ + + 06 Mar 2015; Pacho Ramos timelib-0.2.4-r1.ebuild: + amd64 stable, bug 540290 21 Jan 2015; Ian Delaney -timelib-0.2.2.ebuild, -timelib-0.2.3.ebuild, -timelib-0.2.4.ebuild: