From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RdMY9-0001lI-7k for garchives@archives.gentoo.org; Wed, 21 Dec 2011 13:49:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDA1521C047; Wed, 21 Dec 2011 13:49:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9AAC721C047 for ; Wed, 21 Dec 2011 13:49:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 211001B402F for ; Wed, 21 Dec 2011 13:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 55CB180042 for ; Wed, 21 Dec 2011 13:49:32 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/svgwrite/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-python/svgwrite/svgwrite-0.2.3.ebuild X-VCS-Directories: dev-python/svgwrite/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: d1b83e248aa18be38eddd8db1d203ac7be4dc18c Date: Wed, 21 Dec 2011 13:49:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1b31eabf-5789-4a79-be31-2c2c5c68d5fb X-Archives-Hash: f63fa8645a00732f03f56531c5cc6e15 commit: d1b83e248aa18be38eddd8db1d203ac7be4dc18c Author: Sebastian Pipping pipping org> AuthorDate: Wed Dec 21 13:48:27 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Dec 21 13:48:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3Dd1b83e24 dev-python/svgwrite: 0.2.3 --- dev-python/svgwrite/svgwrite-0.2.3.ebuild | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/dev-python/svgwrite/svgwrite-0.2.3.ebuild b/dev-python/svgwr= ite/svgwrite-0.2.3.ebuild new file mode 100644 index 0000000..98a4f2e --- /dev/null +++ b/dev-python/svgwrite/svgwrite-0.2.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +inherit distutils + +DESCRIPTION=3D"Python library to create SVG drawings." +HOMEPAGE=3D"https://bitbucket.org/mozman/svgwrite/wiki/Home" +SRC_URI=3D"https://bitbucket.org/mozman/svgwrite/downloads/${P}.tar.gz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D"" +RDEPEND=3D""