Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-words: ChangeLog twisted-words-8.2.0.ebuild
Date: Sat, 24 Jan 2009 16:50:18
Message-Id: E1LQli4-0006tG-Dc@stork.gentoo.org
1 patrick 09/01/24 16:50:16
2
3 Modified: ChangeLog
4 Added: twisted-words-8.2.0.ebuild
5 Log:
6 Bump to 8.2.0, fixes #255415
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.37 dev-python/twisted-words/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 8 Jan 2009 22:37:58 -0000 1.36
23 +++ ChangeLog 24 Jan 2009 16:50:16 -0000 1.37
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/twisted-words
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.36 2009/01/08 22:37:58 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.37 2009/01/24 16:50:16 patrick Exp $
29 +
30 +*twisted-words-8.2.0 (24 Jan 2009)
31 +
32 + 24 Jan 2009; Patrick Lauer <patrick@g.o>
33 + +twisted-words-8.2.0.ebuild:
34 + Bump to 8.2.0, fixes #255415
35
36 08 Jan 2009; Patrick Lauer <patrick@g.o>
37 -twisted-words-0.3.0.ebuild, -twisted-words-0.3.0-r1.ebuild,
38
39
40
41 1.1 dev-python/twisted-words/twisted-words-8.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-words/twisted-words-8.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: twisted-words-8.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/twisted-words/twisted-words-8.2.0.ebuild,v 1.1 2009/01/24 16:50:16 patrick Exp $
51
52 MY_PACKAGE=Words
53
54 inherit twisted
55
56 DESCRIPTION="Twisted Words contains Instant Messaging implementations."
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
59 IUSE=""
60
61 DEPEND="=dev-python/twisted-$(get_version_component_range 1)*
62 =dev-python/twisted-web-$(get_version_component_range 1)*"
63
64 src_install() {
65 twisted_src_install
66
67 # Remove the "im" script we do not depend on the required pygtk.
68 rm -rf "${D}"/usr/{bin,share/man}
69 }