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/speex: speex-1.1.12.ebuild
Date: Thu, 10 Jan 2008 15:00:56
Message-Id: E1JCytp-0001pO-AK@stork.gentoo.org
1 drac 08/01/10 15:00:53
2
3 Modified: speex-1.1.12.ebuild
4 Log:
5 since i'm here.. fix copyright header error for repoman
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.13 media-libs/speex/speex-1.1.12.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild?r1=1.12&r2=1.13
14
15 Index: speex-1.1.12.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- speex-1.1.12.ebuild 10 Jan 2008 14:58:30 -0000 1.12
22 +++ speex-1.1.12.ebuild 10 Jan 2008 15:00:52 -0000 1.13
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild,v 1.12 2008/01/10 14:58:30 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild,v 1.13 2008/01/10 15:00:52 drac Exp $
29
30 inherit eutils autotools libtool
31
32 DESCRIPTION="Speech encoding library"
33 -HOMEPAGE="http://www.speex.org/"
34 +HOMEPAGE="http://www.speex.org"
35 SRC_URI="http://downloads.xiph.org/releases/speex/${P}.tar.gz"
36
37 LICENSE="BSD"
38 @@ -38,11 +38,11 @@
39 econf \
40 $(use_enable vorbis-psy) \
41 $(use_enable sse) \
42 - || die
43 - emake || die
44 + || die "econf failed."
45 + emake || die "emake failed."
46 }
47
48 src_install () {
49 - emake DESTDIR="${D}" install || die
50 + emake DESTDIR="${D}" install || die "emake install failed."
51 dodoc AUTHORS ChangeLog README* TODO NEWS
52 }
53
54
55
56 --
57 gentoo-commits@l.g.o mailing list