Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mpg123-el/
Date: Sun, 05 Feb 2017 10:31:11
Message-Id: 1486290638.2358334ee1ff51c696ebdc02eec1f2d2d103c05a.ulm@gentoo
1 commit: 2358334ee1ff51c696ebdc02eec1f2d2d103c05a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 09:56:19 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 10:30:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2358334e
7
8 app-emacs/mpg123-el: Remove old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-emacs/mpg123-el/Manifest | 1 -
13 app-emacs/mpg123-el/mpg123-el-1.58.ebuild | 38 -------------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/app-emacs/mpg123-el/Manifest b/app-emacs/mpg123-el/Manifest
17 index 828aaae..b9a8aa9 100644
18 --- a/app-emacs/mpg123-el/Manifest
19 +++ b/app-emacs/mpg123-el/Manifest
20 @@ -1,2 +1 @@
21 -DIST mpg123-el-1.58.tar.bz2 34097 SHA256 efdd491329ba56096ad971bd5c2e2ceeea296fe8e26340d2370ae63bcdc33606 SHA512 53a67eb219acbeefeb8360a9d43279d2bb3efa48fa5df3787f2b7fad4f6b49402f319925bac3fc17ee1cad0dcbe38494c8162d4eb5e08261b2e505b40a66a987 WHIRLPOOL 83c8d660fd18d3faefff106c62127c0487c47824f9b53f157c27b127cd1dd624dad445217b99e5e3183ab02bf13fef3abdd077451ec8ce934c188fc356522181
22 DIST mpg123-el-1.59.tar.xz 34076 SHA256 6105c3d11099a96cc5cb77909ca8d9e5ea4d5cb78b6a7ca185eb350425e075b4 SHA512 48fae024529be7b88553fc43fb626253f3d3a10d6709378a565a0d407374569e5573e52c0b26abc4d6f2f51ad7f680d655a1ac15ff696f4534c39a9a3536bc0e WHIRLPOOL 6434aa2368976698437c0a7ec12c126861c7f0096f4263f59b555b59c8d20377b5279ce09ceb99bb4b333318541126bb990009234cbd611ffdc2b91e980903f0
23
24 diff --git a/app-emacs/mpg123-el/mpg123-el-1.58.ebuild b/app-emacs/mpg123-el/mpg123-el-1.58.ebuild
25 deleted file mode 100644
26 index 164fa82..00000000
27 --- a/app-emacs/mpg123-el/mpg123-el-1.58.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=4
35 -
36 -inherit elisp toolchain-funcs
37 -
38 -DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
39 -HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"
40 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
41 -
42 -LICENSE="mpg123-el"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc x86"
45 -IUSE="vorbis"
46 -
47 -RDEPEND="media-sound/mpg123
48 - media-sound/alsa-utils
49 - vorbis? ( media-sound/vorbis-tools )"
50 -
51 -SITEFILE="50${PN}-gentoo.el"
52 -
53 -src_prepare() {
54 - sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die
55 -}
56 -
57 -src_compile() {
58 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o tagput tagput.c || die
59 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o id3put id3put.c || die
60 - elisp-compile *.el || die
61 -}
62 -
63 -src_install() {
64 - dobin tagput id3put
65 - elisp-install ${PN} *.el *.elc || die
66 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
67 -}