diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-10-15 08:30:15 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-10-15 08:30:15 +0000 |
commit | e0a427fcc625b7847b2599dcfd86dde96fd9df40 (patch) | |
tree | eedd6a035f0534f7b239f9bd52c99ca6cc71b2b3 /app-emacs/mpg123-el | |
parent | Remove vulnerable version. (diff) | |
download | gentoo-2-e0a427fcc625b7847b2599dcfd86dde96fd9df40.tar.gz gentoo-2-e0a427fcc625b7847b2599dcfd86dde96fd9df40.tar.bz2 gentoo-2-e0a427fcc625b7847b2599dcfd86dde96fd9df40.zip |
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-emacs/mpg123-el')
-rw-r--r-- | app-emacs/mpg123-el/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.52.ebuild | 35 |
2 files changed, 5 insertions, 36 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog index a3b004438cbe..38c04d20c790 100644 --- a/app-emacs/mpg123-el/ChangeLog +++ b/app-emacs/mpg123-el/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/mpg123-el # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.31 2010/10/14 16:47:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.32 2010/10/15 08:30:15 fauli Exp $ + + 15 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + -mpg123-el-1.52.ebuild: + clean up 14 Oct 2010; Brent Baude <ranger@gentoo.org> mpg123-el-1.55.ebuild: stable ppc, bug 330317 diff --git a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild b/app-emacs/mpg123-el/mpg123-el-1.52.ebuild deleted file mode 100644 index d907c0add093..000000000000 --- a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 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.52.ebuild,v 1.5 2010/08/01 19:53:07 fauli Exp $ - -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" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="vorbis" - -DEPEND="" -RDEPEND="media-sound/mpg123 - media-sound/aumix - media-sound/alsa-utils - vorbis? ( media-sound/vorbis-tools )" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die - $(tc-getCC) ${CFLAGS} -o tagput tagput.c || die - $(tc-getCC) ${CFLAGS} -o id3put id3put.c || die - elisp-compile *.el || die -} - -src_install() { - dobin tagput id3put || die - elisp-install ${PN} *.el *.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die -} |