diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 02:39:46 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 02:39:46 +0000 |
commit | 016172f24d67790cd4848a421bb0c4cdb4b42f91 (patch) | |
tree | 6a7288d1eb3e63ad99e630bbcbc72e4d2ff5cb5e /app-emacs/mpg123-el | |
parent | EAPI=2; add use-based dep (diff) | |
download | historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.tar.gz historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.tar.bz2 historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.zip |
clean up
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686
Diffstat (limited to 'app-emacs/mpg123-el')
-rw-r--r-- | app-emacs/mpg123-el/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.47.ebuild | 39 |
2 files changed, 6 insertions, 41 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog index 922df8c07d51..472a49461f2f 100644 --- a/app-emacs/mpg123-el/ChangeLog +++ b/app-emacs/mpg123-el/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/mpg123-el -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.14 2008/01/14 19:24:40 angelos Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.15 2009/01/29 02:30:36 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -mpg123-el-1.47.ebuild: + clean up 14 Jan 2008; Christoph Mende <angelos@gentoo.org> mpg123-el-1.50.ebuild: Stable on amd64 wrt bug #204003 diff --git a/app-emacs/mpg123-el/mpg123-el-1.47.ebuild b/app-emacs/mpg123-el/mpg123-el-1.47.ebuild deleted file mode 100644 index 2af182a0b0ca..000000000000 --- a/app-emacs/mpg123-el/mpg123-el-1.47.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 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.47.ebuild,v 1.4 2007/10/07 07:40:38 ulm 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="freedist" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="vorbis" - -DEPEND="" -RDEPEND="${DEPEND} - virtual/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 -} |