Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: ChangeLog pidgin-otr-3.2.0.ebuild pidgin-otr-3.0.0.ebuild
Date: Wed, 02 Jul 2008 15:40:26
Message-Id: E1KE4RQ-0004QN-CH@stork.gentoo.org
1 tester 08/07/02 15:40:20
2
3 Modified: ChangeLog
4 Added: pidgin-otr-3.2.0.ebuild
5 Removed: pidgin-otr-3.0.0.ebuild
6 Log:
7 Version bump, cleanup old
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.14 x11-plugins/pidgin-otr/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 20 Feb 2008 20:23:25 -0000 1.13
24 +++ ChangeLog 2 Jul 2008 15:40:19 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/pidgin-otr
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.13 2008/02/20 20:23:25 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.14 2008/07/02 15:40:19 tester Exp $
30 +
31 +*pidgin-otr-3.2.0 (02 Jul 2008)
32 +
33 + 02 Jul 2008; Olivier Crête <tester@g.o> -pidgin-otr-3.0.0.ebuild,
34 + +pidgin-otr-3.2.0.ebuild:
35 + Version bump, cleanup old
36
37 20 Feb 2008; Raúl Porcel <armin76@g.o> pidgin-otr-3.1.0.ebuild:
38 sparc stable wrt #210398
39
40
41
42 1.1 x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pidgin-otr-3.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.1 2008/07/02 15:40:19 tester Exp $
52
53 inherit flag-o-matic eutils autotools
54
55 DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
56 HOMEPAGE="http://www.cypherpunks.ca/otr/"
57 SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND=">=net-libs/libotr-3.2.0
65 >=x11-libs/gtk+-2
66 net-im/pidgin"
67
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 pkg_setup() {
72 if ! built_with_use net-im/pidgin gtk; then
73 eerror "You need to compile net-im/pidgin with USE=gtk"
74 die "Missing gtk USE flag on net-im/pidgin"
75 fi
76 }
77
78 src_compile() {
79 strip-flags
80 replace-flags -O? -O2
81
82 econf || die "econf failed"
83 emake -j1 || die "Make failed"
84 }
85
86 src_install() {
87 emake -j1 install DESTDIR="${D}" || die "Install failed"
88 dodoc ChangeLog README
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list