Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/ekg2: ekg2-0.3.1-r1.ebuild ChangeLog
Date: Fri, 30 Nov 2012 23:10:42
Message-Id: 20121130231030.ECE2D20C65@flycatcher.gentoo.org
1 mgorny 12/11/30 23:10:30
2
3 Modified: ekg2-0.3.1-r1.ebuild ChangeLog
4 Log:
5 EAPI bump, use the new prune_libtool_files function and python-single-r1.
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
8
9 Revision Changes Path
10 1.3 net-im/ekg2/ekg2-0.3.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: ekg2-0.3.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ekg2-0.3.1-r1.ebuild 30 Aug 2011 10:13:22 -0000 1.2
23 +++ ekg2-0.3.1-r1.ebuild 30 Nov 2012 23:10:30 -0000 1.3
24 @@ -1,9 +1,10 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.2 2011/08/30 10:13:22 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.3 2012/11/30 23:10:30 mgorny Exp $
30
31 -EAPI=3
32 -inherit autotools-utils versionator
33 +EAPI=4
34 +PYTHON_COMPAT=( python{2_5,2_6,2_7} )
35 +inherit autotools-utils eutils python-single-r1 versionator
36
37 DESCRIPTION="Text-based, multi-protocol instant messenger"
38 HOMEPAGE="http://www.ekg2.org"
39 @@ -24,7 +25,7 @@
40 nls? ( virtual/libintl )
41 oracle? ( dev-db/oracle-instantclient-basic )
42 perl? ( dev-lang/perl )
43 - python? ( dev-lang/python )
44 + python? ( ${PYTHON_DEPS} )
45 readline? ( sys-libs/readline )
46 ssl? ( dev-libs/openssl )
47 xosd? ( x11-libs/xosd )
48 @@ -58,7 +59,7 @@
49 # Due to MakeMaker being used to build Perl modules.
50 AUTOTOOLS_IN_SOURCE_BUILD=1
51
52 -pkg_setup() {
53 +pkg_pretend() {
54 if ! use gtk && ! use ncurses && ! use readline; then
55 ewarn 'ekg2 is being compiled without any frontend, you should consider'
56 ewarn 'enabling at least one of following USEflags:'
57 @@ -108,5 +109,5 @@
58
59 src_install() {
60 autotools-utils_src_install
61 - remove_libtool_files all
62 + prune_libtool_files --modules
63 }
64
65
66
67 1.48 net-im/ekg2/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ChangeLog?rev=1.48&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ChangeLog?rev=1.48&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ChangeLog?r1=1.47&r2=1.48
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v
76 retrieving revision 1.47
77 retrieving revision 1.48
78 diff -u -r1.47 -r1.48
79 --- ChangeLog 30 Aug 2011 10:13:22 -0000 1.47
80 +++ ChangeLog 30 Nov 2012 23:10:30 -0000 1.48
81 @@ -1,6 +1,9 @@
82 # ChangeLog for net-im/ekg2
83 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.47 2011/08/30 10:13:22 mgorny Exp $
85 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
86 +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.48 2012/11/30 23:10:30 mgorny Exp $
87 +
88 + 30 Nov 2012; Michał Górny <mgorny@g.o> ekg2-0.3.1-r1.ebuild:
89 + EAPI bump, use the new prune_libtool_files function and python-single-r1.
90
91 30 Aug 2011; Michał Górny <mgorny@g.o> ekg2-0.3.1-r1.ebuild:
92 USE=jabber -> USE=xmpp; fixes bug #362649.
93 @@ -87,4 +90,3 @@
94 +metadata.xml:
95 Re-introduce EKG2 in gx86, as per bug #187330. The live ebuild goes first,
96 I'll drop in a snapshot too soon.
97 -