Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/cd-discid: ChangeLog cd-discid-1.3.ebuild
Date: Sun, 20 Nov 2011 01:04:54
Message-Id: 20111120002136.332092004B@flycatcher.gentoo.org
1 radhermit 11/11/20 00:21:36
2
3 Modified: ChangeLog
4 Added: cd-discid-1.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 media-sound/cd-discid/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cd-discid/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cd-discid/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cd-discid/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 16 Jun 2009 17:56:15 -0000 1.21
24 +++ ChangeLog 20 Nov 2011 00:21:35 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/cd-discid
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.21 2009/06/16 17:56:15 klausman Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.22 2011/11/20 00:21:35 radhermit Exp $
31 +
32 +*cd-discid-1.3 (20 Nov 2011)
33 +
34 + 20 Nov 2011; Tim Harder <radhermit@g.o> +cd-discid-1.3.ebuild:
35 + Version bump.
36
37 16 Jun 2009; Tobias Klausmann <klausman@g.o> cd-discid-0.9.ebuild:
38 Keyworded on alpha, bug #272776
39
40
41
42 1.1 media-sound/cd-discid/cd-discid-1.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cd-discid/cd-discid-1.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cd-discid/cd-discid-1.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cd-discid-1.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/cd-discid-1.3.ebuild,v 1.1 2011/11/20 00:21:35 radhermit Exp $
52
53 EAPI=4
54
55 inherit toolchain-funcs
56
57 DESCRIPTION="returns the disc id for the cd in the cd-rom drive"
58 HOMEPAGE="https://github.com/taem/cd-discid"
59 SRC_URI="https://github.com/taem/${PN}/tarball/upstream/${PV} -> ${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE=""
65
66 DOCS=( changelog README )
67
68 src_unpack() {
69 unpack ${A}
70 mv *-${PN}-* "${S}"
71 }
72
73 src_prepare() {
74 sed -i -e "/^\(C\|LD\)FLAGS/d" Makefile || die
75 }
76
77 src_compile() {
78 emake CC="$(tc-getCC)"
79 }