Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libotr: ChangeLog libotr-3.2.0.ebuild libotr-3.0.0.ebuild libotr-2.0.0.ebuild libotr-1.0.4.ebuild libotr-2.0.1.ebuild libotr-2.0.2.ebuild
Date: Wed, 02 Jul 2008 15:39:37
Message-Id: E1KE4QA-0004Ls-8V@stork.gentoo.org
1 tester 08/07/02 15:39:02
2
3 Modified: ChangeLog
4 Added: libotr-3.2.0.ebuild
5 Removed: libotr-3.0.0.ebuild libotr-2.0.0.ebuild
6 libotr-1.0.4.ebuild libotr-2.0.1.ebuild
7 libotr-2.0.2.ebuild
8 Log:
9 Version bump, cleanup old
10 (Portage version: 2.1.4.4)
11
12 Revision Changes Path
13 1.27 net-libs/libotr/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libotr/ChangeLog?rev=1.27&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libotr/ChangeLog?rev=1.27&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libotr/ChangeLog?r1=1.26&r2=1.27
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v
22 retrieving revision 1.26
23 retrieving revision 1.27
24 diff -u -r1.26 -r1.27
25 --- ChangeLog 27 Mar 2008 16:41:00 -0000 1.26
26 +++ ChangeLog 2 Jul 2008 15:39:01 -0000 1.27
27 @@ -1,6 +1,13 @@
28 # ChangeLog for net-libs/libotr
29 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.26 2008/03/27 16:41:00 corsair Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.27 2008/07/02 15:39:01 tester Exp $
32 +
33 +*libotr-3.2.0 (02 Jul 2008)
34 +
35 + 02 Jul 2008; Olivier CrĂȘte <tester@g.o> -libotr-1.0.4.ebuild,
36 + -libotr-2.0.0.ebuild, -libotr-2.0.1.ebuild, -libotr-2.0.2.ebuild,
37 + -libotr-3.0.0.ebuild, +libotr-3.2.0.ebuild:
38 + Version bump, cleanup old
39
40 27 Mar 2008; Markus Rothe <corsair@g.o> libotr-3.1.0.ebuild:
41 Stable on ppc64; bug #215064
42
43
44
45 1.1 net-libs/libotr/libotr-3.2.0.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: libotr-3.2.0.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.1 2008/07/02 15:39:01 tester Exp $
55
56 inherit flag-o-matic eutils
57
58 DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
59 HOMEPAGE="http://www.cypherpunks.ca/otr/"
60 SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 DEPEND="dev-libs/libgpg-error
68 >=dev-libs/libgcrypt-1.2.0"
69
70 src_compile() {
71 strip-flags
72 replace-flags -O? -O2
73
74 econf || die "econf failed"
75 emake -j1 || die "Make failed"
76 }
77
78 src_install() {
79 make install DESTDIR="${D}" || die "Install failed"
80 dodoc ChangeLog README
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list