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-sound/lltag: ChangeLog lltag-0.14.1.ebuild
Date: Sat, 22 Sep 2007 10:07:55
Message-Id: E1IZ1lz-0001s3-VD@stork.gentoo.org
1 aballier 07/09/22 09:59:39
2
3 Modified: ChangeLog
4 Added: lltag-0.14.1.ebuild
5 Log:
6 version bump, ~amd64
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.15 media-sound/lltag/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 31 Jul 2007 17:58:21 -0000 1.14
23 +++ ChangeLog 22 Sep 2007 09:59:39 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/lltag
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.14 2007/07/31 17:58:21 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.15 2007/09/22 09:59:39 aballier Exp $
29 +
30 +*lltag-0.14.1 (22 Sep 2007)
31 +
32 + 22 Sep 2007; Alexis Ballier <aballier@g.o> +lltag-0.14.1.ebuild:
33 + version bump, ~amd64
34
35 31 Jul 2007; Christian Heim <phreak@g.o> metadata.xml:
36 Removing nattfodd as maintainer (see #108329 for reference).
37
38
39
40 1.1 media-sound/lltag/lltag-0.14.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/lltag-0.14.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/lltag-0.14.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: lltag-0.14.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.1.ebuild,v 1.1 2007/09/22 09:59:39 aballier Exp $
50
51 inherit perl-module
52
53 DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
54 HOMEPAGE="http://home.gna.org/lltag"
55 SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="mp3 ogg flac readline"
61
62 RDEPEND="dev-lang/perl
63 dev-perl/libwww-perl
64 mp3? ( || ( media-sound/mp3info dev-perl/MP3-Tag ) )
65 ogg? ( media-sound/vorbis-tools )
66 flac? ( media-libs/flac )
67 readline? ( dev-perl/Term-ReadLine-Perl )"
68
69 src_compile() {
70 emake PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
71 PERL_INSTALLDIRS=vendor || die "Failed to compile"
72 }
73
74 src_install() {
75 emake DESTDIR="${D}/" PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
76 PERL_INSTALLDIRS=vendor DOCDIR=/usr/share/doc/${P} install \
77 install-doc install-man || die "Failed to install"
78 fixlocalpod
79 dodoc Changes
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list