Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/mpg123-el: ChangeLog mpg123-el-1.50.ebuild
Date: Sun, 02 Dec 2007 14:57:12
Message-Id: E1IyqF7-00054W-S8@stork.gentoo.org
1 opfer 07/12/02 14:56:25
2
3 Modified: ChangeLog
4 Added: mpg123-el-1.50.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.12 app-emacs/mpg123-el/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 7 Oct 2007 07:40:38 -0000 1.11
23 +++ ChangeLog 2 Dec 2007 14:56:25 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emacs/mpg123-el
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.11 2007/10/07 07:40:38 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.12 2007/12/02 14:56:25 opfer Exp $
29 +
30 +*mpg123-el-1.50 (02 Dec 2007)
31 +
32 + 02 Dec 2007; Christian Faulhammer <opfer@g.o>
33 + +mpg123-el-1.50.ebuild:
34 + version bump
35
36 07 Oct 2007; Ulrich Mueller <ulm@g.o> -mpg123-el-1.42.ebuild,
37 mpg123-el-1.47.ebuild:
38
39
40
41 1.1 app-emacs/mpg123-el/mpg123-el-1.50.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.50.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.50.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mpg123-el-1.50.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.50.ebuild,v 1.1 2007/12/02 14:56:25 opfer Exp $
51
52 inherit elisp toolchain-funcs
53
54 DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
55 HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"
56 SRC_URI="mirror://gentoo/${P}.tar.bz2"
57
58 LICENSE="freedist"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="vorbis"
62
63 DEPEND=""
64 RDEPEND="${DEPEND}
65 virtual/mpg123
66 media-sound/aumix
67 vorbis? ( media-sound/vorbis-tools )"
68
69 SITEFILE=50${PN}-gentoo.el
70
71 src_compile(){
72 sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die
73 $(tc-getCC) ${CFLAGS} -o tagput tagput.c || die
74 $(tc-getCC) ${CFLAGS} -o id3put id3put.c || die
75 elisp-compile *.el
76 }
77
78 src_install(){
79 dobin tagput || die
80 dobin id3put || die
81
82 elisp-install ${PN} *.el *.elc
83 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
84
85 dodoc README
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list