Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/liblscp: ChangeLog liblscp-0.5.5.ebuild
Date: Sat, 12 Jan 2008 10:40:02
Message-Id: E1JDdmR-0005QP-Ne@stork.gentoo.org
1 aballier 08/01/12 10:39:59
2
3 Modified: ChangeLog
4 Added: liblscp-0.5.5.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.8 media-libs/liblscp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblscp/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblscp/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblscp/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblscp/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 19 Aug 2007 18:26:08 -0000 1.7
23 +++ ChangeLog 12 Jan 2008 10:39:59 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/liblscp
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblscp/ChangeLog,v 1.7 2007/08/19 18:26:08 drac Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblscp/ChangeLog,v 1.8 2008/01/12 10:39:59 aballier Exp $
30 +
31 +*liblscp-0.5.5 (12 Jan 2008)
32 +
33 + 12 Jan 2008; Alexis Ballier <aballier@g.o> +liblscp-0.5.5.ebuild:
34 + version bump
35
36 *liblscp-0.3.3 (19 Aug 2007)
37
38
39
40
41 1.1 media-libs/liblscp/liblscp-0.5.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblscp/liblscp-0.5.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/liblscp/liblscp-0.5.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: liblscp-0.5.5.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/liblscp/liblscp-0.5.5.ebuild,v 1.1 2008/01/12 10:39:59 aballier Exp $
51
52 DESCRIPTION="a C++ library for the Linux Sampler control protocol."
53 HOMEPAGE="http://www.linuxsampler.org"
54 SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
55
56 LICENSE="LGPL-2.1"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE="doc"
60
61 RDEPEND=""
62 DEPEND="doc? ( app-doc/doxygen )"
63
64 src_install() {
65 emake DESTDIR="${D}" install || die "emake install failed."
66 dodoc AUTHORS ChangeLog TODO NEWS README
67
68 if use doc; then
69 dohtml -r doc/html/*
70 fi
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list