summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/mpg123-el/mpg123-el-1.59.ebuild')
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.59.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-emacs/mpg123-el/mpg123-el-1.59.ebuild b/app-emacs/mpg123-el/mpg123-el-1.59.ebuild
deleted file mode 100644
index 2cffa4ba6c99..000000000000
--- a/app-emacs/mpg123-el/mpg123-el-1.59.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="mpg123-el"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="media-sound/mpg123
- media-sound/alsa-utils"
-
-SITEFILE="50${PN}-gentoo.el"
-
-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
-}
-
-src_install() {
- dobin tagput id3put
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}