Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/redoflacs: redoflacs-0.16.2.ebuild ChangeLog
Date: Mon, 29 Oct 2012 14:25:40
Message-Id: 20121029142528.3AAA121600@flycatcher.gentoo.org
1 yngwin 12/10/29 14:25:28
2
3 Modified: ChangeLog
4 Added: redoflacs-0.16.2.ebuild
5 Log:
6 Version bump from bug #437556
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 media-sound/redoflacs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/redoflacs/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/redoflacs/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/redoflacs/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/redoflacs/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 6 Oct 2012 07:40:48 -0000 1.3
24 +++ ChangeLog 29 Oct 2012 14:25:28 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/redoflacs
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/ChangeLog,v 1.3 2012/10/06 07:40:48 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/ChangeLog,v 1.4 2012/10/29 14:25:28 yngwin Exp $
30 +
31 +*redoflacs-0.16.2 (29 Oct 2012)
32 +
33 + 29 Oct 2012; Ben de Groot <yngwin@g.o> +redoflacs-0.16.2.ebuild:
34 + Version bump from bug #437556
35
36 *redoflacs-0.15 (06 Oct 2012)
37
38
39
40
41 1.1 media-sound/redoflacs/redoflacs-0.16.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/redoflacs/redoflacs-0.16.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/redoflacs/redoflacs-0.16.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: redoflacs-0.16.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.16.2.ebuild,v 1.1 2012/10/29 14:25:28 yngwin Exp $
51
52 EAPI=5
53 inherit vcs-snapshot
54
55 DESCRIPTION="Bash commandline flac verifier, organizer, analyzer"
56 HOMEPAGE="https://github.com/sirjaren/redoflacs"
57 SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND="app-shells/bash
66 media-libs/flac
67 sys-apps/coreutils
68 sys-apps/findutils"
69
70 src_install() {
71 exeinto /usr/bin
72 newexe redoFlacs redoflacs
73 }
74
75 pkg_postinst() {
76 elog "This script makes use of optional programs if installed:"
77 elog " media-sound/sox -> support for creating spectrograms"
78 elog " media-libs/libpng -> needed by media-sound/sox"
79 elog " media-sound/aucdtect -> support for determining authenticity"
80 elog " of FLAC files (CDDA)"
81 }