Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/music-file-organizer: music-file-organizer-1.0.1.ebuild ChangeLog music-file-organizer-1.0.ebuild
Date: Thu, 28 Feb 2013 12:12:38
Message-Id: 20130228121233.C4A7D2171D@flycatcher.gentoo.org
1 zx2c4 13/02/28 12:12:33
2
3 Modified: ChangeLog
4 Added: music-file-organizer-1.0.1.ebuild
5 Removed: music-file-organizer-1.0.ebuild
6 Log:
7 Version bump. This fixes bug #439312
8
9 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
10
11 Revision Changes Path
12 1.2 media-sound/music-file-organizer/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/music-file-organizer/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/music-file-organizer/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/music-file-organizer/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/music-file-organizer/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 14 Oct 2012 16:39:19 -0000 1.1
25 +++ ChangeLog 28 Feb 2013 12:12:33 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-sound/music-file-organizer
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/music-file-organizer/ChangeLog,v 1.1 2012/10/14 16:39:19 zx2c4 Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-sound/music-file-organizer/ChangeLog,v 1.2 2013/02/28 12:12:33 zx2c4 Exp $
32 +
33 +*music-file-organizer-1.0.1 (28 Feb 2013)
34 +
35 + 28 Feb 2013; Jason A. Donenfeld <zx2c4@g.o>
36 + +music-file-organizer-1.0.1.ebuild, -music-file-organizer-1.0.ebuild:
37 + Version bump. This fixes bug #439312
38
39 *music-file-organizer-1.0 (14 Oct 2012)
40
41
42
43
44 1.1 media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: music-file-organizer-1.0.1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild,v 1.1 2013/02/28 12:12:33 zx2c4 Exp $
54
55 EAPI=4
56
57 DESCRIPTION="Organizes audio files into directories based on metadata tags,
58 along with other metadata utilities."
59 HOMEPAGE="http://blog.zx2c4.com/813"
60 SRC_URI="http://git.zx2c4.com/music-file-organizer/snapshot/${P}.tar.xz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="media-libs/taglib dev-libs/icu"
68 DEPEND="${RDEPEND} virtual/pkgconfig"
69
70 pkg_postinst() {
71 einfo
72 einfo "The organizemusic utility recursively moves audio files and audio"
73 einfo "directories given as its arguments into the directory specified"
74 einfo "by the environment variable MUSICDIR. You may want to set this"
75 einfo "environment variable inside your .bashrc. If no MUSICDIR variable"
76 einfo "is set, it falls back to \"\$HOME/Music/\"."
77 einfo
78 }