Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/liblingoteach: ChangeLog liblingoteach-0.2.3.ebuild liblingoteach-0.2.1.ebuild
Date: Thu, 24 Apr 2008 11:21:45
Message-Id: E1JozWI-0007nl-TG@stork.gentoo.org
1 drac 08/04/24 11:21:42
2
3 Modified: ChangeLog
4 Added: liblingoteach-0.2.3.ebuild
5 Removed: liblingoteach-0.2.1.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.4 media-libs/liblingoteach/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblingoteach/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblingoteach/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblingoteach/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblingoteach/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 3 Feb 2007 18:30:29 -0000 1.3
24 +++ ChangeLog 24 Apr 2008 11:21:42 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/liblingoteach
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblingoteach/ChangeLog,v 1.3 2007/02/03 18:30:29 flameeyes Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblingoteach/ChangeLog,v 1.4 2008/04/24 11:21:42 drac Exp $
31 +
32 +*liblingoteach-0.2.3 (24 Apr 2008)
33 +
34 + 24 Apr 2008; Samuli Suominen <drac@g.o>
35 + -liblingoteach-0.2.1.ebuild, +liblingoteach-0.2.3.ebuild:
36 + Version bump.
37
38 03 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
39 Regenerate digest in Manifest2 format.
40
41
42
43 1.1 media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: liblingoteach-0.2.3.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild,v 1.1 2008/04/24 11:21:42 drac Exp $
53
54 DESCRIPTION="A library to support lingoteach-ui and for generic lesson development."
55 HOMEPAGE="http://lingoteach.sourceforge.net"
56 SRC_URI="mirror://sourceforge/lingoteach/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc"
61 IUSE="debug zlib"
62
63 RDEPEND="zlib? ( sys-libs/zlib )
64 dev-libs/libxml2"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 src_compile() {
69 econf --disable-dependency-tracking \
70 $(use_enable zlib compression) \
71 $(use_enable debug)
72
73 emake || die "emake failed."
74 }
75
76 src_install() {
77 emake HTML_DIR="/usr/share/doc/${PF}" DOC_MODULE="" \
78 DESTDIR="${D}" install || die "emake install failed."
79
80 dodoc AUTHORS ChangeLog HACKING NEWS README
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list