summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-05 16:28:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-05 16:28:15 +0000
commit7f6daafd5bbf2b859853d544fb265aa2d5ad712e (patch)
tree09e777fedf1779fef5bbf7e76ba4265505763782 /media-sound/lltag
parentold (diff)
downloadgentoo-2-7f6daafd5bbf2b859853d544fb265aa2d5ad712e.tar.gz
gentoo-2-7f6daafd5bbf2b859853d544fb265aa2d5ad712e.tar.bz2
gentoo-2-7f6daafd5bbf2b859853d544fb265aa2d5ad712e.zip
Apply a manpage patch wrt #272732, thanks to Vladimir <v_2e at ukr.net>.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lltag')
-rw-r--r--media-sound/lltag/ChangeLog8
-rw-r--r--media-sound/lltag/files/lltag-0.14.2-manpage.patch71
-rw-r--r--media-sound/lltag/lltag-0.14.2.ebuild9
3 files changed, 84 insertions, 4 deletions
diff --git a/media-sound/lltag/ChangeLog b/media-sound/lltag/ChangeLog
index 2a36ef9a5ac7..eacc2b04a7c5 100644
--- a/media-sound/lltag/ChangeLog
+++ b/media-sound/lltag/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lltag
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.16 2007/12/16 13:41:17 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/ChangeLog,v 1.17 2009/06/05 16:28:15 ssuominen Exp $
+
+ 05 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> lltag-0.14.2.ebuild,
+ +files/lltag-0.14.2-manpage.patch:
+ Apply a manpage patch wrt #272732, thanks to Vladimir <v_2e at ukr.net>.
*lltag-0.14.2 (16 Dec 2007)
diff --git a/media-sound/lltag/files/lltag-0.14.2-manpage.patch b/media-sound/lltag/files/lltag-0.14.2-manpage.patch
new file mode 100644
index 000000000000..94888bd42eb2
--- /dev/null
+++ b/media-sound/lltag/files/lltag-0.14.2-manpage.patch
@@ -0,0 +1,71 @@
+diff -ur lltag-0.14.2.orig/lltag.1 lltag-0.14.2/lltag.1
+--- lltag-0.14.2.orig/lltag.1 2007-12-16 13:32:03.000000000 +0200
++++ lltag-0.14.2/lltag.1 2009-06-05 16:26:23.000000000 +0300
+@@ -176,11 +176,11 @@
+ .SH OPTIONS
+
+ .TP
+-.BI "-A, --album" " <album>"
++.BI "-A, --ALBUM" " <album>"
+ Add a value for the \fIALBUM\fR tag.
+
+ .TP
+-.BI "-a, --artist" " <artist>"
++.BI "-a, --ARTIST" " <artist>"
+ Add a value for the \fIARTIST\fR tag.
+
+ .TP
+@@ -237,7 +237,7 @@
+ may be used (set to something like "http://my.proxy.com").
+
+ .TP
+-.BI "-c, --comment" " <comment>"
++.BI "-c, --COMMENT" " <comment>"
+ Add a value for the \fICOMMENT\fR tag.
+
+ .TP
+@@ -255,7 +255,7 @@
+ below for details.
+
+ .TP
+-.BI "-d, --date" " <date>"
++.BI "-d, --DATE" " <date>"
+ Add a value for the \fIDATE\fR tag.
+ Note that the ID3 date tag may only store 4 characters (for a year).
+
+@@ -293,7 +293,7 @@
+ .IR guess .
+
+ .TP
+-.BI "-g, --genre" " <genre>"
++.BI "-g, --GENRE" " <genre>"
+ Add a value for the \fIGENRE\fR tag.
+ While some file types accept any string as a genre, some others
+ (especially ID3v1 tags in MP3 files) require the string to match
+@@ -342,7 +342,7 @@
+ Note that merging/appending takes care of removing duplicates.
+
+ .TP
+-.BI "-n, --number" " <number>"
++.BI "-n, --NUMBER" " <number>"
+ Add a value for the \fINUMBER\fR tag.
+
+ .TP
+@@ -489,7 +489,7 @@
+ to get the detailled impact of this option.
+
+ .TP
+-.BI "-t, --title" " <title>"
++.BI "-t, --TITLE" " <title>"
+ Add a value for the \fITITLE\fR tag.
+
+ .TP
+@@ -962,7 +962,7 @@
+ .RE
+ Set the ALBUM, ARTIST and GENRE tag values of the MP3 files in the current directory:
+ .RS
+-lltag --artist "Queen" --album "Innunendo" --genre "rock" --comment="very cool" *.mp3
++lltag --ARTIST "Queen" --ALBUM "Innunendo" --GENRE "rock" --COMMENT="very cool" *.mp3
+ .RE
+ Rename a file by assembling its current NUMBER, ARTIST and TITLE tag values:
+ .RS
diff --git a/media-sound/lltag/lltag-0.14.2.ebuild b/media-sound/lltag/lltag-0.14.2.ebuild
index ad72d30c8dda..a91f30338f4c 100644
--- a/media-sound/lltag/lltag-0.14.2.ebuild
+++ b/media-sound/lltag/lltag-0.14.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild,v 1.2 2009/06/04 20:00:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lltag/lltag-0.14.2.ebuild,v 1.3 2009/06/05 16:28:15 ssuominen Exp $
-inherit perl-module
+inherit eutils perl-module
DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
HOMEPAGE="http://home.gna.org/lltag"
@@ -21,6 +21,11 @@ RDEPEND="dev-lang/perl
readline? ( dev-perl/Term-ReadLine-Perl )"
DEPEND="${RDEPEND}"
+src_unpack() {
+ perl-module_src_unpack
+ epatch "${FILESDIR}"/${P}-manpage.patch
+}
+
src_compile() {
emake PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
PERL_INSTALLDIRS=vendor || die "emake failed"