Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/mpg123-el: ChangeLog mpg123-el-1.55.ebuild
Date: Tue, 01 Jun 2010 06:11:43
Message-Id: 20100601061138.1BF582CE14@corvid.gentoo.org
1 ulm 10/06/01 06:11:38
2
3 Modified: ChangeLog
4 Added: mpg123-el-1.55.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 app-emacs/mpg123-el/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 13 Jan 2010 20:39:44 -0000 1.25
23 +++ ChangeLog 1 Jun 2010 06:11:37 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/mpg123-el
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.25 2010/01/13 20:39:44 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.26 2010/06/01 06:11:37 ulm Exp $
29 +
30 +*mpg123-el-1.55 (01 Jun 2010)
31 +
32 + 01 Jun 2010; Ulrich Mueller <ulm@g.o> +mpg123-el-1.55.ebuild:
33 + Version bump.
34
35 13 Jan 2010; Ulrich Mueller <ulm@g.o> mpg123-el-1.52.ebuild:
36 Fix LICENSE, this is free software according to notice in mpg123.el.
37
38
39
40 1.1 app-emacs/mpg123-el/mpg123-el-1.55.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.55.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.55.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mpg123-el-1.55.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.55.ebuild,v 1.1 2010/06/01 06:11:37 ulm Exp $
50
51 inherit elisp toolchain-funcs
52
53 DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
54 HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"
55 SRC_URI="mirror://gentoo/${P}.tar.bz2"
56
57 LICENSE="as-is"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="vorbis"
61
62 DEPEND=""
63 RDEPEND="media-sound/mpg123
64 media-sound/aumix
65 vorbis? ( media-sound/vorbis-tools )"
66
67 SITEFILE="50${PN}-gentoo.el"
68
69 src_compile() {
70 sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die
71 $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o tagput tagput.c || die
72 $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o id3put id3put.c || die
73 elisp-compile *.el || die
74 }
75
76 src_install() {
77 dobin tagput id3put || die
78 elisp-install ${PN} *.el *.elc || die
79 elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
80 }