Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/identicurse: identicurse-0.9.ebuild ChangeLog identicurse-0.8.2.ebuild
Date: Sat, 25 Feb 2012 20:37:02
Message-Id: 20120225203651.16C952004C@flycatcher.gentoo.org
1 xarthisius 12/02/25 20:36:51
2
3 Modified: ChangeLog
4 Added: identicurse-0.9.ebuild
5 Removed: identicurse-0.8.2.ebuild
6 Log:
7 Version bump, remove bundled dev-python/oauth wrt bug 405735 by Patrick Lauer <patrick@g.o>. Drop old
8
9 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 net-misc/identicurse/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/identicurse/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/identicurse/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/identicurse/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/identicurse/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 14 Jan 2012 18:09:46 -0000 1.2
25 +++ ChangeLog 25 Feb 2012 20:36:50 -0000 1.3
26 @@ -1,6 +1,14 @@
27 # ChangeLog for net-misc/identicurse
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/identicurse/ChangeLog,v 1.2 2012/01/14 18:09:46 xarthisius Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/identicurse/ChangeLog,v 1.3 2012/02/25 20:36:50 xarthisius Exp $
31 +
32 +*identicurse-0.9 (25 Feb 2012)
33 +
34 + 25 Feb 2012; Kacper Kowalik <xarthisius@g.o>
35 + +files/0.9-config_json_path.patch, +identicurse-0.9.ebuild,
36 + -files/identicurse-0.8.2-config_json_path.patch, -identicurse-0.8.2.ebuild:
37 + Version bump, remove bundled dev-python/oauth wrt bug 405735 by Patrick Lauer
38 + <patrick@g.o>. Drop old
39
40 *identicurse-0.8.2 (14 Jan 2012)
41
42
43
44
45 1.1 net-misc/identicurse/identicurse-0.9.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/identicurse/identicurse-0.9.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/identicurse/identicurse-0.9.ebuild?rev=1.1&content-type=text/plain
49
50 Index: identicurse-0.9.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/net-misc/identicurse/identicurse-0.9.ebuild,v 1.1 2012/02/25 20:36:50 xarthisius Exp $
55
56 EAPI=4
57
58 PYTHON_DEPEND="2"
59 SUPPORT_PYTHON_ABIS="1"
60 RESTRICT_PYTHON_ABIS="3.*"
61
62 inherit distutils versionator
63
64 MY_PV=$(get_version_component_range 1-2)
65
66 DESCRIPTION="A simple Identi.ca client with a curses-based UI"
67 HOMEPAGE="http://identicurse.net"
68 SRC_URI="http://identicurse.net/release/${MY_PV}/${P}.tar.bz2"
69
70 LICENSE="GPL-3"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 DEPEND="dev-python/setuptools"
76 RDEPEND="dev-python/oauth"
77
78 S=${WORKDIR}/${PN}-${MY_PV}
79
80 src_prepare() {
81 epatch "${FILESDIR}"/${PN}-gzipped_readme.patch \
82 "${FILESDIR}"/${PV}-config_json_path.patch
83 rm -rf src/oauth #405735
84 distutils_src_prepare
85 }