Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libical: ChangeLog libical-0.27-r1.ebuild libical-0.31.ebuild libical-0.33.ebuild libical-0.27.ebuild
Date: Fri, 03 Oct 2008 09:07:05
Message-Id: E1Klgcn-0004n6-Nd@stork.gentoo.org
1 s4t4n 08/10/03 09:07:01
2
3 Modified: ChangeLog
4 Added: libical-0.27-r1.ebuild
5 Removed: libical-0.31.ebuild libical-0.33.ebuild
6 libical-0.27.ebuild
7 Log:
8 Added new revisions (without modifying current ARCHness since the change
9 is really trivial) for all versions affected by bug #66377.
10 Wiped out all ebuild revisions affected by bug #66377.
11 Wiped out all unstable ebuilds other than latest one.
12 (Portage version: 2.1.4.4, RepoMan options: --force)
13
14 Revision Changes Path
15 1.44 dev-libs/libical/ChangeLog
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.44&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.44&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libical/ChangeLog?r1=1.43&r2=1.44
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v
24 retrieving revision 1.43
25 retrieving revision 1.44
26 diff -u -r1.43 -r1.44
27 --- ChangeLog 1 Oct 2008 15:11:33 -0000 1.43
28 +++ ChangeLog 3 Oct 2008 09:07:01 -0000 1.44
29 @@ -1,6 +1,16 @@
30 # ChangeLog for dev-libs/libical
31 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.43 2008/10/01 15:11:33 s4t4n Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.44 2008/10/03 09:07:01 s4t4n Exp $
34 +
35 +*libical-0.27-r1 (03 Oct 2008)
36 +
37 + 03 Oct 2008; Michele Noberasco <s4t4n@g.o> +libical-0.27-r1.ebuild:
38 + Added new revisions (without modifying current ARCHness since the change
39 + is really trivial) for all versions affected by bug #66377.
40 + -libical-0.27.ebuild, -libical-0.33.ebuild:
41 + Wiped out all ebuild revisions affected by bug #66377.
42 + -libical-0.31.ebuild:
43 + Wiped out all unstable ebuilds other than latest one.
44
45 *libical-0.33-r1 (01 Oct 2008)
46
47
48
49
50 1.1 dev-libs/libical/libical-0.27-r1.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libical/libical-0.27-r1.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libical/libical-0.27-r1.ebuild?rev=1.1&content-type=text/plain
54
55 Index: libical-0.27-r1.ebuild
56 ===================================================================
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.27-r1.ebuild,v 1.1 2008/10/03 09:07:01 s4t4n Exp $
60
61 DESCRIPTION="a implementation of basic iCAL protocols from citadel, previously known as aurore."
62 HOMEPAGE="http://www.citadel.org"
63 SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz"
64
65 LICENSE="|| ( MPL-1.1 LGPL-2 )"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
68 IUSE=""
69
70 src_compile() {
71 # Fix 66377
72 LDFLAGS="${LDFLAGS} -lpthread" econf || die "Configuration failed"
73 emake || die "Compilation failed"
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed."
78 dodoc AUTHORS ChangeLog NEWS README TEST THANKS TODO doc/*.txt
79 }