Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/svgwrite/
Date: Wed, 21 Dec 2011 13:49:41
Message-Id: d1b83e248aa18be38eddd8db1d203ac7be4dc18c.sping@gentoo
1 commit: d1b83e248aa18be38eddd8db1d203ac7be4dc18c
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Wed Dec 21 13:48:27 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 21 13:48:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=d1b83e24
7
8 dev-python/svgwrite: 0.2.3
9
10 ---
11 dev-python/svgwrite/svgwrite-0.2.3.ebuild | 19 +++++++++++++++++++
12 1 files changed, 19 insertions(+), 0 deletions(-)
13
14 diff --git a/dev-python/svgwrite/svgwrite-0.2.3.ebuild b/dev-python/svgwrite/svgwrite-0.2.3.ebuild
15 new file mode 100644
16 index 0000000..98a4f2e
17 --- /dev/null
18 +++ b/dev-python/svgwrite/svgwrite-0.2.3.ebuild
19 @@ -0,0 +1,19 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="3"
25 +
26 +inherit distutils
27 +
28 +DESCRIPTION="Python library to create SVG drawings."
29 +HOMEPAGE="https://bitbucket.org/mozman/svgwrite/wiki/Home"
30 +SRC_URI="https://bitbucket.org/mozman/svgwrite/downloads/${P}.tar.gz"
31 +
32 +LICENSE="GPL-3"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +DEPEND=""
38 +RDEPEND=""