diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-09 16:04:10 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-09 16:04:10 +0000 |
commit | 1c1a19d4071b02aae195f2ae4bef030eb209485a (patch) | |
tree | 96f18111f1c3d92aea0275bd05fd38ce1871c3d2 /app-emacs | |
parent | Stable for HPPA (bug #293360). (diff) | |
download | gentoo-2-1c1a19d4071b02aae195f2ae4bef030eb209485a.tar.gz gentoo-2-1c1a19d4071b02aae195f2ae4bef030eb209485a.tar.bz2 gentoo-2-1c1a19d4071b02aae195f2ae4bef030eb209485a.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mpg123-el/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.51-r1.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog index ff9be3fce334..b706009f113a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.23 2009/12/08 19:35:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.24 2009/12/09 16:04:10 fauli Exp $ + + 09 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + -mpg123-el-1.51-r1.ebuild: + clean up 08 Dec 2009; nixnut <nixnut@gentoo.org> mpg123-el-1.52.ebuild: ppc stable #293417 diff --git a/app-emacs/mpg123-el/mpg123-el-1.51-r1.ebuild b/app-emacs/mpg123-el/mpg123-el-1.51-r1.ebuild deleted file mode 100644 index 93603cdc3db2..000000000000 --- a/app-emacs/mpg123-el/mpg123-el-1.51-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 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.51-r1.ebuild,v 1.4 2009/09/06 17:51:54 ssuominen 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}-r1.tar.bz2" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="vorbis" - -DEPEND="" -RDEPEND="${DEPEND} - media-sound/mpg123 - media-sound/aumix - 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 -} - -src_install(){ - dobin tagput || die - dobin id3put || die - - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - dodoc README -} |