Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/dslib: dslib-2.1.2.ebuild ChangeLog dslib-2.1.0.ebuild
Date: Fri, 30 Nov 2012 09:34:47
Message-Id: 20121130093435.BA70820C65@flycatcher.gentoo.org
1 scarabeus 12/11/30 09:34:35
2
3 Modified: ChangeLog
4 Added: dslib-2.1.2.ebuild
5 Removed: dslib-2.1.0.ebuild
6 Log:
7 Force bump to stable as it fixes issues with latest datovka i had recently.
8
9 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.13 net-libs/dslib/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/dslib/ChangeLog?rev=1.13&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/dslib/ChangeLog?rev=1.13&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/dslib/ChangeLog?r1=1.12&r2=1.13
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v
21 retrieving revision 1.12
22 retrieving revision 1.13
23 diff -u -r1.12 -r1.13
24 --- ChangeLog 16 Aug 2012 12:05:55 -0000 1.12
25 +++ ChangeLog 30 Nov 2012 09:34:35 -0000 1.13
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-libs/dslib
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.12 2012/08/16 12:05:55 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.13 2012/11/30 09:34:35 scarabeus Exp $
31 +
32 +*dslib-2.1.2 (30 Nov 2012)
33 +
34 + 30 Nov 2012; Tomáš Chvátal <scarabeus@g.o> +dslib-2.1.2.ebuild,
35 + -dslib-2.1.0.ebuild:
36 + Force bump to stable as it fixes issues with latest datovka i had recently.
37
38 16 Aug 2012; Tomáš Chvátal <scarabeus@g.o> -dslib-2.0.2.ebuild,
39 dslib-2.1.0.ebuild:
40
41
42
43 1.1 net-libs/dslib/dslib-2.1.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/dslib/dslib-2.1.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/dslib/dslib-2.1.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: dslib-2.1.2.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-2.1.2.ebuild,v 1.1 2012/11/30 09:34:35 scarabeus Exp $
53
54 EAPI=4
55
56 PYTHON_DEPEND="*"
57
58 inherit distutils
59
60 DESCRIPTION="Library to access Czech eGov system \"Datove schranky\""
61 HOMEPAGE="http://labs.nic.cz/page/969/datovka/"
62 SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases/datovka-2.1.2/src/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="amd64 x86"
67 IUSE=""
68
69 DEPEND="
70 dev-python/pyasn1
71 dev-python/pyopenssl
72 dev-python/sudsds
73 "
74 RDEPEND="${DEPEND}"
75
76 pkg_setup() {
77 python_set_active_version 2
78 python_pkg_setup
79 }
80
81 src_prepare() {
82 python_convert_shebangs -r 2 "${WORKDIR}"
83 }