summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-20 18:25:35 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-20 18:25:35 +0000
commit1c42550abc7c0c144ca6522ed3a96d69f3b90d84 (patch)
tree2ad04dbbb34bc6454e90cd3496cc871f6383cd7b /app-emacs
parentarm stable, bug #495448 (diff)
downloadgentoo-2-1c42550abc7c0c144ca6522ed3a96d69f3b90d84.tar.gz
gentoo-2-1c42550abc7c0c144ca6522ed3a96d69f3b90d84.tar.bz2
gentoo-2-1c42550abc7c0c144ca6522ed3a96d69f3b90d84.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/mpg123-el/ChangeLog10
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.59.ebuild (renamed from app-emacs/mpg123-el/mpg123-el-1.55.ebuild)24
2 files changed, 22 insertions, 12 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog
index 9018059676ad..77f5abe4b2dc 100644
--- a/app-emacs/mpg123-el/ChangeLog
+++ b/app-emacs/mpg123-el/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/mpg123-el
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.36 2012/11/20 20:43:21 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.37 2014/02/20 18:25:34 ulm Exp $
+
+*mpg123-el-1.59 (20 Feb 2014)
+
+ 20 Feb 2014; Ulrich Müller <ulm@gentoo.org> -mpg123-el-1.55.ebuild,
+ +mpg123-el-1.59.ebuild:
+ Version bump.
20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> mpg123-el-1.58.ebuild:
Stable for x86, wrt bug #441070
diff --git a/app-emacs/mpg123-el/mpg123-el-1.55.ebuild b/app-emacs/mpg123-el/mpg123-el-1.59.ebuild
index 7b259a1666f6..1ba0a7284c95 100644
--- a/app-emacs/mpg123-el/mpg123-el-1.55.ebuild
+++ b/app-emacs/mpg123-el/mpg123-el-1.59.ebuild
@@ -1,34 +1,38 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.55.ebuild,v 1.7 2012/09/25 21:18:36 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.59.ebuild,v 1.1 2014/02/20 18:25:35 ulm Exp $
+
+EAPI=5
inherit elisp toolchain-funcs
DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
LICENSE="mpg123-el"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="vorbis"
-DEPEND=""
RDEPEND="media-sound/mpg123
media-sound/alsa-utils
vorbis? ( media-sound/vorbis-tools )"
SITEFILE="50${PN}-gentoo.el"
-src_compile() {
+src_prepare() {
sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die
+}
+
+src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o tagput tagput.c || die
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o id3put id3put.c || die
- elisp-compile *.el || die
+ elisp-compile *.el
}
src_install() {
- dobin tagput id3put || die
- elisp-install ${PN} *.el *.elc || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ dobin tagput id3put
+ elisp-install ${PN} *.el *.elc
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
}