From 64939779ef22c31420f83b2ab3a2917999707672 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 21 Jul 2022 09:19:13 +0200 Subject: app-emacs/mpg123-el: drop 1.60 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- app-emacs/mpg123-el/Manifest | 1 - app-emacs/mpg123-el/mpg123-el-1.60.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 app-emacs/mpg123-el/mpg123-el-1.60.ebuild (limited to 'app-emacs/mpg123-el') diff --git a/app-emacs/mpg123-el/Manifest b/app-emacs/mpg123-el/Manifest index 8b78eca1007d..655133bd4014 100644 --- a/app-emacs/mpg123-el/Manifest +++ b/app-emacs/mpg123-el/Manifest @@ -1,2 +1 @@ -DIST mpg123-el-1.60.tar.xz 34104 BLAKE2B f48a0ce460ee382b261accaf2188bb1dde7b17b1b09766cda7ef69f92d3e022a4390a7c9e9a97085f1c1e87377d114bcbdb29de512438ee3652baa0be0b413a7 SHA512 5f4d7aefeaec6c5e94dcd5d15af7d0b89dc79274dce117309a70170cd0ec8cafac7c275518ea21d797d9251c31033b93c0581f26f83792c7b697094f4b194611 DIST mpg123-el-1.61.tar.xz 34216 BLAKE2B 3f0f85bbf0f5854b899aefb443f9b2b011dd5dd85c815fc8be723bade93be805b121e952cab3c56a3897bed41fa65988331c004537e565abcb660b6dd402a0c5 SHA512 96b50a8fc945c6811bce7b8cfa28fe235f2d2ddf9cbd1904c94f272f6df13a991761dbb4f186c1bda04720fb50115515361dbff4838e7623261719f2ecc6698e diff --git a/app-emacs/mpg123-el/mpg123-el-1.60.ebuild b/app-emacs/mpg123-el/mpg123-el-1.60.ebuild deleted file mode 100644 index 5b1431e2288d..000000000000 --- a/app-emacs/mpg123-el/mpg123-el-1.60.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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_compile() { - $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o tagput tagput.c || die - $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${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}" -} -- cgit v1.2.3-65-gdbad