Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/lwp: lwp-2.5.ebuild ChangeLog
Date: Sun, 28 Jun 2009 11:51:13
Message-Id: E1MKsud-0000vH-8t@stork.gentoo.org
1 patrick 09/06/28 11:51:11
2
3 Modified: ChangeLog
4 Added: lwp-2.5.ebuild
5 Log:
6 Bump to 2.5
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.41 sys-libs/lwp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 26 Nov 2007 13:14:05 -0000 1.40
23 +++ ChangeLog 28 Jun 2009 11:51:11 -0000 1.41
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/lwp
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.40 2007/11/26 13:14:05 corsair Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.41 2009/06/28 11:51:11 patrick Exp $
30 +
31 +*lwp-2.5 (28 Jun 2009)
32 +
33 + 28 Jun 2009; Patrick Lauer <patrick@g.o> +lwp-2.5.ebuild:
34 + Bump to 2.5
35
36 26 Nov 2007; Markus Rothe <corsair@g.o> lwp-2.2.ebuild:
37 Stable on ppc64; bug #199740
38
39
40
41 1.1 sys-libs/lwp/lwp-2.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/lwp-2.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/lwp-2.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lwp-2.5.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/sys-libs/lwp/lwp-2.5.ebuild,v 1.1 2009/06/28 11:51:11 patrick Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Light weight process library (used by Coda). This is NOT libwww-perl."
55 HOMEPAGE="http://www.coda.cs.cmu.edu/"
56 SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.gz"
57
58 SLOT="1"
59 LICENSE="LGPL-2.1"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="sys-apps/grep
64 sys-apps/sed
65 sys-devel/libtool
66 sys-devel/gcc"
67 RDEPEND=""
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72
73 # Was introduced for bug #34542, not sure if still needed
74 use amd64 && epatch "${FILESDIR}"/lwp-2.0-amd64.patch
75 }
76
77 src_install() {
78 einstall || die "einstall failed."
79 dodoc AUTHORS NEWS PORTING README
80 }