Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pysvg: pysvg-0.2.0.ebuild ChangeLog
Date: Thu, 01 Oct 2009 03:18:12
Message-Id: E1MtCBG-0002eT-HF@stork.gentoo.org
1 arfrever 09/10/01 03:18:10
2
3 Modified: ChangeLog
4 Added: pysvg-0.2.0.ebuild
5 Log:
6 Version bump. Set SUPPORT_PYTHON_ABIS.
7 (Portage version: 14469-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/pysvg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 4 Sep 2009 18:44:52 -0000 1.3
23 +++ ChangeLog 1 Oct 2009 03:18:10 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/pysvg
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.3 2009/09/04 18:44:52 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.4 2009/10/01 03:18:10 arfrever Exp $
29 +
30 +*pysvg-0.2.0 (01 Oct 2009)
31 +
32 + 01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +pysvg-0.2.0.ebuild:
34 + Version bump. Set SUPPORT_PYTHON_ABIS.
35
36 04 Sep 2009; Patrick Lauer <patrick@g.o> -pysvg-0.1.5.ebuild:
37 Remove old
38
39
40
41 1.1 dev-python/pysvg/pysvg-0.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/pysvg-0.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/pysvg-0.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pysvg-0.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/pysvg-0.2.0.ebuild,v 1.1 2009/10/01 03:18:10 arfrever Exp $
51
52 EAPI="2"
53 SUPPORT_PYTHON_ABIS="1"
54
55 inherit distutils
56
57 MY_PN="pySVG"
58 MY_P="${MY_PN}-${PV}"
59
60 DESCRIPTION="Python SVG document creation library"
61 HOMEPAGE="http://codeboje.de/pysvg/"
62 SRC_URI="http://www.codeboje.de/downloads/${MY_P}.zip"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 DEPEND="app-arch/unzip"
70 RDEPEND=""
71 RESTRICT_PYTHON_ABIS="3.*"
72
73 S="${WORKDIR}/${MY_PN}"
74
75 pkg_postinst() {
76 distutils_pkg_postinst
77
78 ewarn "If you want to use pysvg to make a profit or in a corporate environment,"
79 ewarn "then contact Kerim Mansour <kmansour@×××.de>."
80 ebeep 6
81 }