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 42D7B1384C3 for ; Mon, 7 Sep 2015 00:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C553214252; Mon, 7 Sep 2015 00:06:08 +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 53CA714252 for ; Mon, 7 Sep 2015 00:06:08 +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 91633340884 for ; Mon, 7 Sep 2015 00:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54DB8189 for ; Mon, 7 Sep 2015 00:06:05 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1441584080.ea0f9d26f0d14165a959a35ce343b3f8652b8c11.eva@gentoo> Subject: [gentoo-commits] dev/eva:master commit in: dev-python/python-sane/ X-VCS-Repository: dev/eva X-VCS-Files: dev-python/python-sane/Manifest dev-python/python-sane/metadata.xml dev-python/python-sane/python-sane-2.8.2.ebuild X-VCS-Directories: dev-python/python-sane/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ea0f9d26f0d14165a959a35ce343b3f8652b8c11 X-VCS-Branch: master Date: Mon, 7 Sep 2015 00:06:05 +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: f2c2af24-c673-4922-94be-5afc6d6f938c X-Archives-Hash: 0229a65f015bec315271767fe66ebce3 commit: ea0f9d26f0d14165a959a35ce343b3f8652b8c11 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 7 00:01:20 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 7 00:01:20 2015 +0000 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=ea0f9d26 dev-python/python-sane: initial ebuild dev-python/python-sane/Manifest | 11 +++++++++++ dev-python/python-sane/metadata.xml | 12 ++++++++++++ dev-python/python-sane/python-sane-2.8.2.ebuild | 20 ++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/python-sane/Manifest b/dev-python/python-sane/Manifest new file mode 100644 index 0000000..62df386 --- /dev/null +++ b/dev-python/python-sane/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +DIST python-sane-2.8.2.tar.gz 21152 SHA256 0f47e1c34ca94dcbe3136a05f05b342f055e6c129743f7f6e1a6519d6000316b SHA512 073852a94b432f591d908e3759eb34349e875396d6c80989c0ee7cf96dd9c8a858e04e177c216a3bdd49a2846b8bbda75d648ddfe95c377b2023ed564f974e1d WHIRLPOOL 3a55a0a6decbf1a83f90e740f00a7eed9d8a93e274bea0fcf19d754cfe2b09deaa17c8b47bc9c2953dca99896e73917e413bcecfcf034378d31d845227e560d6 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEAREKAAYFAlXs06YACgkQ1fmVwcYIWAbpPACffqwJfmN98F4QawHwE5T9MhBm +pt0AoOyf9v1d5mB7nbJYzAMBZ1Dz32Tn +=zED/ +-----END PGP SIGNATURE----- diff --git a/dev-python/python-sane/metadata.xml b/dev-python/python-sane/metadata.xml new file mode 100644 index 0000000..c5e5bcf --- /dev/null +++ b/dev-python/python-sane/metadata.xml @@ -0,0 +1,12 @@ + + + + + eva@gentoo.org + Gilles Dartiguelongue + + + python-sane + python-pillow/Sane + + diff --git a/dev-python/python-sane/python-sane-2.8.2.ebuild b/dev-python/python-sane/python-sane-2.8.2.ebuild new file mode 100644 index 0000000..ef1f88f --- /dev/null +++ b/dev-python/python-sane/python-sane-2.8.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to the SANE scanner and frame grabber" +HOMEPAGE="https://github.com/python-pillow/Sane" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"