summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-06-03 17:08:58 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-06-03 17:08:58 +0000
commitd5047575957c1839df074389db262bc4389a146e (patch)
tree36be6ffed88d8314340e2fb333cf9f2106d59db9 /app-emacs/mpg123-el
parentDrop KDE 4.2.2 (diff)
downloadgentoo-2-d5047575957c1839df074389db262bc4389a146e.tar.gz
gentoo-2-d5047575957c1839df074389db262bc4389a146e.tar.bz2
gentoo-2-d5047575957c1839df074389db262bc4389a146e.zip
clean up
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-emacs/mpg123-el')
-rw-r--r--app-emacs/mpg123-el/ChangeLog8
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.50.ebuild39
2 files changed, 6 insertions, 41 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog
index 8a748f8885af..2097e90dbb52 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.19 2009/04/22 20:43:47 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.20 2009/06/03 17:08:58 fauli Exp $
+
+ 03 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+ -mpg123-el-1.50.ebuild:
+ clean up
22 Apr 2009; Markus Meier <maekke@gentoo.org> mpg123-el-1.51-r1:
amd64 stable, bug #265311
diff --git a/app-emacs/mpg123-el/mpg123-el-1.50.ebuild b/app-emacs/mpg123-el/mpg123-el-1.50.ebuild
deleted file mode 100644
index 871f905d5a28..000000000000
--- a/app-emacs/mpg123-el/mpg123-el-1.50.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 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.50.ebuild,v 1.3 2008/01/14 19:24:40 angelos 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
-}