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 8FE59138CD3 for ; Sun, 7 Jun 2015 15:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E82E083D; Sun, 7 Jun 2015 15:29:04 +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 A74A1E083D for ; Sun, 7 Jun 2015 15:29:03 +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 C303B3406A0 for ; Sun, 7 Jun 2015 15:29:02 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2264) id 84915A28; Sun, 7 Jun 2015 15:29:01 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyinsane: metadata.xml ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml ChangeLog X-VCS-Directories: dev-python/pyinsane X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150607152901.84915A28@oystercatcher.gentoo.org> Date: Sun, 7 Jun 2015 15:29:01 +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: 714fe117-8061-4bf1-935d-c2ace79d99ce X-Archives-Hash: 0375759926fdcbf48f65b39e3226164b jlec 15/06/07 15:29:01 Modified: metadata.xml ChangeLog Log: Add github to remote-id in metadata.xml (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!) Revision Changes Path 1.2 dev-python/pyinsane/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinsane/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 30 Sep 2014 11:28:17 -0000 1.1 +++ metadata.xml 7 Jun 2015 15:29:01 -0000 1.2 @@ -1,11 +1,11 @@ - - voyageur@gentoo.org - Bernard Cafarelli - - + + voyageur@gentoo.org + Bernard Cafarelli + + Python implementation of the Sane API (using ctypes) and abstration layer. The code is divided in 3 layers: @@ -14,4 +14,7 @@ * abstract : An Object-Oriented layer that simplifies the use of the Sane API and try to avoid possible misuse of the Sane API. When scanning, it also takes care of returning a Pillow image. * abstract_th : The Sane API is not thread-safe and cannot be used in a multi-threaded environment easily. This layer solves this problem by using a fully dedicated thread. + + jflesch/pyinsane + 1.3 dev-python/pyinsane/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinsane/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 27 Nov 2014 14:55:37 -0000 1.2 +++ ChangeLog 7 Jun 2015 15:29:01 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyinsane -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinsane/ChangeLog,v 1.2 2014/11/27 14:55:37 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinsane/ChangeLog,v 1.3 2015/06/07 15:29:01 jlec Exp $ + + 07 Jun 2015; Justin Lecher metadata.xml: + Add github to remote-id in metadata.xml 27 Nov 2014; Pacho Ramos pyinsane-1.3.8.ebuild: Support python 3.4