Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libnut: libnut-661.ebuild ChangeLog
Date: Sat, 10 Jan 2009 11:50:42
Message-Id: E1LLcMR-0001E0-Qk@stork.gentoo.org
1 beandog 09/01/10 11:50:39
2
3 Modified: ChangeLog
4 Added: libnut-661.ebuild
5 Log:
6 Snapshot bump
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.3 media-libs/libnut/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libnut/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libnut/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libnut/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libnut/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 25 Jun 2007 00:50:26 -0000 1.2
23 +++ ChangeLog 10 Jan 2009 11:50:39 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/libnut
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/ChangeLog,v 1.2 2007/06/25 00:50:26 beandog Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/ChangeLog,v 1.3 2009/01/10 11:50:39 beandog Exp $
30 +
31 +*libnut-661 (10 Jan 2009)
32 +
33 + 10 Jan 2009; Steve Dibb <beandog@g.o> +libnut-661.ebuild:
34 + Snapshot bump
35
36 *libnut-503 (25 Jun 2007)
37
38
39
40
41 1.1 media-libs/libnut/libnut-661.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libnut/libnut-661.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libnut/libnut-661.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libnut-661.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/libnut-661.ebuild,v 1.1 2009/01/10 11:50:39 beandog Exp $
51
52 inherit flag-o-matic
53
54 DESCRIPTION="Library and tools to create NUT multimedia files"
55 HOMEPAGE="http://svn.mplayerhq.hu/nut/trunk/
56 http://wiki.multimedia.cx/index.php?title=NUT
57 http://www.nut-container.org/"
58 SRC_URI="mirror://gentoo/${P}.tar.bz2"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64 DEPEND=""
65 RDEPEND=""
66
67 src_install() {
68 emake PREFIX="${D}/usr" install || die "make install died"
69 dodoc README
70 cd "${S}"/nututils
71 dobin nutindex nutmerge nutparse
72 }