Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lltag: ChangeLog lltag-0.14.2.ebuild
Date: Fri, 05 Jun 2009 16:28:17
Message-Id: E1MCcH9-0008RW-Oe@stork.gentoo.org
1 ssuominen 09/06/05 16:28:15
2
3 Modified: ChangeLog lltag-0.14.2.ebuild
4 Log:
5 Apply a manpage patch wrt #272732, thanks to Vladimir <v_2e at ukr.net>.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 media-sound/lltag/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 16 Dec 2007 13:41:17 -0000 1.16
22 +++ ChangeLog 5 Jun 2009 16:28:15 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/lltag
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.16 2007/12/16 13:41:17 aballier Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.17 2009/06/05 16:28:15 ssuominen Exp $
29 +
30 + 05 Jun 2009; Samuli Suominen <ssuominen@g.o> lltag-0.14.2.ebuild,
31 + +files/lltag-0.14.2-manpage.patch:
32 + Apply a manpage patch wrt #272732, thanks to Vladimir <v_2e at ukr.net>.
33
34 *lltag-0.14.2 (16 Dec 2007)
35
36
37
38
39 1.3 media-sound/lltag/lltag-0.14.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild?r1=1.2&r2=1.3
44
45 Index: lltag-0.14.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- lltag-0.14.2.ebuild 4 Jun 2009 20:00:39 -0000 1.2
52 +++ lltag-0.14.2.ebuild 5 Jun 2009 16:28:15 -0000 1.3
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild,v 1.2 2009/06/04 20:00:39 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild,v 1.3 2009/06/05 16:28:15 ssuominen Exp $
58
59 -inherit perl-module
60 +inherit eutils perl-module
61
62 DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
63 HOMEPAGE="http://home.gna.org/lltag"
64 @@ -21,6 +21,11 @@
65 readline? ( dev-perl/Term-ReadLine-Perl )"
66 DEPEND="${RDEPEND}"
67
68 +src_unpack() {
69 + perl-module_src_unpack
70 + epatch "${FILESDIR}"/${P}-manpage.patch
71 +}
72 +
73 src_compile() {
74 emake PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
75 PERL_INSTALLDIRS=vendor || die "emake failed"