Gentoo Archives: gentoo-commits

From: "Andrew Ross (aross)" <aross@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcli: ChangeLog libcli-1.9.0.ebuild
Date: Sat, 22 Sep 2007 00:22:17
Message-Id: E1IYsdR-00006R-Iz@stork.gentoo.org
1 aross 07/09/22 00:14:13
2
3 Modified: ChangeLog
4 Added: libcli-1.9.0.ebuild
5 Log:
6 Version bump to 1.9.0
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.2 dev-libs/libcli/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcli/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcli/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcli/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcli/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 30 Oct 2006 12:46:43 -0000 1.1
23 +++ ChangeLog 22 Sep 2007 00:14:13 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/libcli
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcli/ChangeLog,v 1.1 2006/10/30 12:46:43 aross Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcli/ChangeLog,v 1.2 2007/09/22 00:14:13 aross Exp $
30 +
31 +*libcli-1.9.0 (22 Sep 2007)
32 +
33 + 22 Sep 2007; Andrew Ross <aross@g.o> +libcli-1.9.0.ebuild:
34 + Version bump to 1.9.0
35
36 *libcli-1.8.6 (30 Oct 2006)
37
38
39
40
41 1.1 dev-libs/libcli/libcli-1.9.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcli/libcli-1.9.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcli/libcli-1.9.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libcli-1.9.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libcli/libcli-1.9.0.ebuild,v 1.1 2007/09/22 00:14:13 aross Exp $
51
52 inherit multilib toolchain-funcs
53
54 DESCRIPTION="Cisco-style (telnet) command-line interface library"
55
56 HOMEPAGE="http://sourceforge.net/projects/libcli"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58 LICENSE="LGPL-2.1"
59
60 SLOT="0"
61 KEYWORDS="~x86 ~amd64"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND=""
66
67 src_unpack() {
68 unpack ${A}
69
70 # Support /lib{32,64}
71 sed -i 's:$(PREFIX)/lib:$(libdir):g' "${S}"/Makefile
72 sed -i 's:PREFIX = /usr/local:&\nlibdir = $(PREFIX)/lib:' "${S}"/Makefile
73 }
74
75 src_compile() {
76 emake OPTIM="" DEBUG="" CC="$(tc-getCC)" || die "emake failed"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" \
81 PREFIX=/usr \
82 OPTIM="" \
83 DEBUG="" \
84 libdir="/usr/$(get_libdir)" \
85 install || die "emake install failed"
86
87 dobin clitest
88
89 dohtml Doc/*
90 dodoc README
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list