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/tse3: tse3-0.3.1-r1.ebuild ChangeLog
Date: Wed, 09 Jan 2008 19:26:02
Message-Id: E1JCgYn-0006JN-Qf@stork.gentoo.org
1 drac 08/01/09 19:25:57
2
3 Modified: tse3-0.3.1-r1.ebuild ChangeLog
4 Log:
5 amd64 stable wrt #205101
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.2 media-libs/tse3/tse3-0.3.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tse3/tse3-0.3.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tse3/tse3-0.3.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tse3/tse3-0.3.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: tse3-0.3.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tse3-0.3.1-r1.ebuild 9 Aug 2007 14:16:59 -0000 1.1
22 +++ tse3-0.3.1-r1.ebuild 9 Jan 2008 19:25:57 -0000 1.2
23 @@ -1,25 +1,21 @@
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/tse3/tse3-0.3.1-r1.ebuild,v 1.1 2007/08/09 14:16:59 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.1-r1.ebuild,v 1.2 2008/01/09 19:25:57 drac Exp $
29
30 inherit eutils flag-o-matic libtool autotools
31
32 DESCRIPTION="TSE3 Sequencer library"
33 -HOMEPAGE="http://TSE3.sourceforge.net/"
34 -SRC_URI="mirror://sourceforge/tse3/${P}.tar.gz"
35 +HOMEPAGE="http://TSE3.sourceforge.net"
36 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
41 +KEYWORDS="amd64 ~ppc ~sparc ~x86"
42 IUSE="alsa oss arts"
43
44 RDEPEND="alsa? ( media-libs/alsa-lib )
45 arts? ( kde-base/arts )"
46 -
47 -DEPEND="${RDEPEND}
48 - sys-devel/automake
49 - sys-devel/autoconf
50 - sys-devel/libtool"
51 +DEPEND="${RDEPEND}"
52
53 src_unpack() {
54 unpack ${A}
55 @@ -51,12 +47,12 @@
56 use alsa || myconf="${myconf} --without-alsa"
57 use oss || myconf="${myconf} --without-oss"
58
59 - econf ${myconf} || die "./configure failed"
60 - emake || die
61 + econf ${myconf} || die "econf failed."
62 + emake || die "emake failed."
63 }
64
65 src_install() {
66 - emake DESTDIR="${D}" install || die
67 + emake DESTDIR="${D}" install || die "emake install failed."
68 dodoc AUTHORS NEWS README THANKS TODO doc/History
69 - dohtml doc/*.html doc/*.gif doc/*.png
70 + dohtml doc/*.{html,gif,png}
71 }
72
73
74
75 1.23 media-libs/tse3/ChangeLog
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tse3/ChangeLog?rev=1.23&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tse3/ChangeLog?rev=1.23&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tse3/ChangeLog?r1=1.22&r2=1.23
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-libs/tse3/ChangeLog,v
84 retrieving revision 1.22
85 retrieving revision 1.23
86 diff -u -r1.22 -r1.23
87 --- ChangeLog 9 Aug 2007 14:16:59 -0000 1.22
88 +++ ChangeLog 9 Jan 2008 19:25:57 -0000 1.23
89 @@ -1,6 +1,9 @@
90 # ChangeLog for media-libs/tse3
91 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/ChangeLog,v 1.22 2007/08/09 14:16:59 drac Exp $
93 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
94 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/ChangeLog,v 1.23 2008/01/09 19:25:57 drac Exp $
95 +
96 + 09 Jan 2008; Samuli Suominen <drac@g.o> tse3-0.3.1-r1.ebuild:
97 + amd64 stable wrt #205101
98
99 *tse3-0.3.1-r1 (09 Aug 2007)
100
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list