Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-misc/svgstrip/
Date: Sun, 08 May 2011 00:34:30
Message-Id: 3d35b9f598522830b7c7c4891d4941b28877d327.sping@gentoo
1 commit: 3d35b9f598522830b7c7c4891d4941b28877d327
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun May 8 00:34:04 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 00:34:04 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=3d35b9f5
7
8 app-misc/svgstrip: 0.4.0
9
10 ---
11 app-misc/svgstrip/svgstrip-0.4.0.ebuild | 24 ++++++++++++++++++++++++
12 1 files changed, 24 insertions(+), 0 deletions(-)
13
14 diff --git a/app-misc/svgstrip/svgstrip-0.4.0.ebuild b/app-misc/svgstrip/svgstrip-0.4.0.ebuild
15 new file mode 100644
16 index 0000000..4793a8d
17 --- /dev/null
18 +++ b/app-misc/svgstrip/svgstrip-0.4.0.ebuild
19 @@ -0,0 +1,24 @@
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 +PYTHON_DEPEND="2"
26 +
27 +inherit python
28 +
29 +DESCRIPTION="Strips private information from SVG files"
30 +HOMEPAGE="http://git.goodpoint.de/?p=svgstrip.git;a=summary"
31 +SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2"
32 +
33 +LICENSE="GPL-3"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +DEPEND=""
39 +RDEPEND=""
40 +
41 +src_install() {
42 + dobin svgstrip || die
43 +}