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/libclthreads: ChangeLog libclthreads-2.4.0.ebuild
Date: Sat, 19 Apr 2008 12:52:47
Message-Id: E1JnCYK-0006rK-Vf@stork.gentoo.org
1 aballier 08/04/19 12:52:24
2
3 Modified: ChangeLog
4 Added: libclthreads-2.4.0.ebuild
5 Log:
6 version bump, bug #218246
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.11 media-libs/libclthreads/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclthreads/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclthreads/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclthreads/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 19 Apr 2007 20:46:24 -0000 1.10
23 +++ ChangeLog 19 Apr 2008 12:52:24 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/libclthreads
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v 1.10 2007/04/19 20:46:24 aballier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v 1.11 2008/04/19 12:52:24 aballier Exp $
30 +
31 +*libclthreads-2.4.0 (19 Apr 2008)
32 +
33 + 19 Apr 2008; Alexis Ballier <aballier@g.o>
34 + +libclthreads-2.4.0.ebuild:
35 + version bump, bug #218246
36
37 *libclthreads-2.2.1 (19 Apr 2007)
38
39
40
41
42 1.1 media-libs/libclthreads/libclthreads-2.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclthreads/libclthreads-2.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclthreads/libclthreads-2.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libclthreads-2.4.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/libclthreads-2.4.0.ebuild,v 1.1 2008/04/19 12:52:24 aballier Exp $
52
53 inherit eutils multilib toolchain-funcs
54
55 MY_P="${P/lib/}"
56
57 S="${WORKDIR}/${MY_P}"
58
59 DESCRIPTION="An audio library by Fons Adriaensen <fons.adriaensen@××××××.be>"
60 HOMEPAGE="http://www.kokkinizita.net/linuxaudio/"
61 SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
66 IUSE=""
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}/${PN}-2.2.1-Makefile.patch"
72 }
73
74 src_compile() {
75 tc-export CC CXX
76 emake || die "emake failed"
77 }
78
79 src_install() {
80 emake CLTHREADS_LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" install || die "make install failed"
81 dodoc AUTHORS
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list