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/aucdtect: metadata.xml aucdtect-0.8.2.ebuild Manifest ChangeLog
Date: Mon, 29 Oct 2012 14:17:54
Message-Id: 20121029141744.2173121600@flycatcher.gentoo.org
1 yngwin 12/10/29 14:17:44
2
3 Added: metadata.xml aucdtect-0.8.2.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial commit from bug #320291 and #437554
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 media-sound/aucdtect/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>sound</herd>
22 </pkgmetadata>
23
24
25
26 1.1 media-sound/aucdtect/aucdtect-0.8.2.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild?rev=1.1&content-type=text/plain
30
31 Index: aucdtect-0.8.2.ebuild
32 ===================================================================
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/media-sound/aucdtect/aucdtect-0.8.2.ebuild,v 1.1 2012/10/29 14:17:43 yngwin Exp $
36
37 EAPI=5
38 inherit rpm versionator
39
40 MY_PV=$(replace_version_separator 2 '-')
41 MY_P="${PN}-${MY_PV}"
42 MY_PN="${PN/cd/CD}"
43
44 DESCRIPTION="Commandline FLAC CDDA authenticity verifier"
45 HOMEPAGE="http://en.true-audio.com"
46 SRC_URI="http://en.true-audio.com/ftp/${MY_P}.i586.rpm -> ${P}.rpm"
47
48 LICENSE="freedist"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 RDEPEND="amd64? ( app-emulation/emul-linux-x86-compat )"
54
55 S="${WORKDIR}/usr/local/bin"
56
57 src_install() {
58 exeinto /usr/bin
59 doexe "${MY_PN}"
60 }
61
62
63
64 1.1 media-sound/aucdtect/Manifest
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/Manifest?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/Manifest?rev=1.1&content-type=text/plain
68
69 Index: Manifest
70 ===================================================================
71 DIST aucdtect-0.8.2.rpm 221616 SHA256 ad56e301106d109274f5f9528ddfce6a6ac71e00951806682cb6ac823370e5d2 SHA512 9d7ff78915bb110e93907d74abc9201316927f80919c33617d7204027556ae30bdb358f90ce7688e4d02b4ac007b04409185c93ef59ed3212b6db2f55ee83d43 WHIRLPOOL 78356452976c92884b5cb3c360dff335cdc059f0968e9f8dbc4145abc60fd772d309a4b85080ef86d5d3afe517c0240299d681699f5b3660be5c02b08402e1e8
72 EBUILD aucdtect-0.8.2.ebuild 602 SHA256 67b4b5a90f031feab520f0c913749ab6c833d66402a7948f8da5a9eb466953d0 SHA512 c38a19fc929aa298be35ba5187cc281a2392c77738b4ed7dfb12371c71f40bc75c3eb727dc3c8b1d7db7ff6a113b2e0c1b123fa29de4c970462f138376376318 WHIRLPOOL 0a30cccf781fb9b70bdba2f306a5435ad8be98c2a78a428aee380dffb7fff54ab3424d286268a09dfddb9be411aacd0cdb0aec0d8c79ef8e779bd74251ec27f0
73 MISC metadata.xml 160 SHA256 6bafe4a5c7b42309f124ebc2a9d78ebe5379aec4dcdc88c0bda2ab79c9851a6b SHA512 f00066790833ce0ac73de2a96f22bc5ba7b9440a8f73749e2ab52f85038a05d3f768fe6ad59b15430b39b3c36163ae60b5e32d0c323326bb9427529c365549b9 WHIRLPOOL 0e3afa7015a86fdd97bcf0aa4d3b0063e87e34fffeb907b1c7c25c3b662849fefa7e45330d5aa697c7d65b24647d0ecefdfeb6b83b27645c12f2afb2c21be423
74
75
76
77 1.1 media-sound/aucdtect/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aucdtect/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for media-sound/aucdtect
85 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/media-sound/aucdtect/ChangeLog,v 1.1 2012/10/29 14:17:43 yngwin Exp $
87
88 *aucdtect-0.8.2 (29 Oct 2012)
89
90 29 Oct 2012; Ben de Groot <yngwin@g.o> +aucdtect-0.8.2.ebuild,
91 +metadata.xml:
92 Initial commit from bug #320291 and #437554