commit:     33fa54c8c5c251deb25abfbc33e1200e08998e4e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 12:00:31 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 30 12:00:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fa54c8

media-libs/libmikmod: Drop old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-libs/libmikmod/Manifest                |  3 --
 media-libs/libmikmod/libmikmod-3.3.10.ebuild | 68 -------------------------
 media-libs/libmikmod/libmikmod-3.3.11.ebuild | 74 ----------------------------
 media-libs/libmikmod/libmikmod-3.3.8.ebuild  | 67 -------------------------
 4 files changed, 212 deletions(-)

diff --git a/media-libs/libmikmod/Manifest b/media-libs/libmikmod/Manifest
index e71e6152c98..b48498e0a9b 100644
--- a/media-libs/libmikmod/Manifest
+++ b/media-libs/libmikmod/Manifest
@@ -1,4 +1 @@
-DIST libmikmod-3.3.10.tar.gz 1237413 BLAKE2B 
25036cada7e9152a95151483da1b030ba2d02199b52d9f550eb312cd6ec69621fbc5ae7973ddfbe9a22bd683e1f184b2d1c474c3d840a274d8c9e6992a627e07
 SHA512 
89a71f859bb2dbd20db2b8e1c381df61639302b5e10b85d64fa329fcad5aec603992f11d24c4498c442090f1dded7c8f14271cbaf1acc1b7e719be9cff60b3fe
 DIST libmikmod-3.3.11.1.tar.gz 1240373 BLAKE2B 
9de58eea739f8f7a5c4ff482093974f67a623fd0acd3b65752b0832b1376fb05ca00e7fbd09c242a25fb76d90d662afc3886808fbe6cabb15332f263adba37ad
 SHA512 
f2439e2b691613847cd0787dd4e050116683ce7b05c215b8afecde5c6add819ea6c18e678e258c0a80786bef463f406072de15127f64368f694287a5e8e1a9de
-DIST libmikmod-3.3.11.tar.gz 1240329 BLAKE2B 
7f5ceb26cae2e7e53ba5e07bd6e8f29384d9b62863b3c62e147efb1581a62d104d5abefc12eae12d97d55d672436d613679cdaef81365d34af14f240e48bd680
 SHA512 
61866fee68d91ff967ac2bad041e70034abbb4c095bba0475ed02cb81a467621a41a0685957cd9b5c19ec5218885ad42dc655443d67e01aa2623d91c0496dd63
-DIST libmikmod-3.3.8.tar.gz 1254702 BLAKE2B 
4131dffd201061d6573cf46d78b569bbfa0e828261914bad2c278986b64aa4b9de3525e28b64eda4cebbce12a5ec512ed525b9c18e20b51166e40653f64b4e71
 SHA512 
033e3977d5723c42af697bf1b9ba6b1912fff1bfbef1894e2b1919d55415efa8024046579ff6a1e9ec752a3c793acc60b616c223b3cb5d79a814746c0cf55e15

diff --git a/media-libs/libmikmod/libmikmod-3.3.10.ebuild 
b/media-libs/libmikmod/libmikmod-3.3.10.ebuild
deleted file mode 100644
index 232cef07afb..00000000000
--- a/media-libs/libmikmod/libmikmod-3.3.10.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils multilib-minimal
-
-DESCRIPTION="A library to play a wide range of module formats"
-HOMEPAGE="http://mikmod.sourceforge.net/";
-SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
-
-LICENSE="LGPL-2+ LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads"
-
-REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2:=[${MULTILIB_USEDEP}] )
-       nas? ( >=media-libs/nas-1.9.4:=[${MULTILIB_USEDEP}] )
-       openal? ( >=media-libs/openal-1.15.1-r1[${MULTILIB_USEDEP}] )
-       pulseaudio? ( >=media-sound/pulseaudio-5.0[${MULTILIB_USEDEP}] )
-       !${CATEGORY}/${PN}:2"
-DEPEND="${RDEPEND}
-       sys-apps/texinfo
-       oss? ( virtual/os-headers )"
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/libmikmod-config
-)
-
-multilib_src_configure() {
-       local mysimd="--disable-simd"
-       if use ppc || use ppc64 || use ppc-macos; then
-               mysimd="$(use_enable altivec simd)"
-       fi
-       if use amd64 || use x86 || use x86-fbsd || use amd64-linux || use 
x86-linux || use x86-macos || use x64-macos; then
-               mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
-       fi
-
-       # sdl, sdl2: missing multilib supported ebuilds, temporarily disabled, 
remember to update REQUIRED_USE
-       ECONF_SOURCE=${S} \
-       econf \
-               $(use_enable alsa) \
-               $(use_enable nas) \
-               $(use_enable pulseaudio) \
-               --disable-sdl \
-               --disable-sdl2 \
-               $(use_enable openal) \
-               $(use_enable oss) \
-               $(use_enable coreaudio osx) \
-               $(use_enable debug) \
-               $(use_enable threads) \
-               $(use_enable static-libs static) \
-               --disable-dl \
-               ${mysimd}
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       dosym ${PN}$(get_libname 3) /usr/$(get_libdir)/${PN}$(get_libname 2)
-}
-
-multilib_src_install_all() {
-       dodoc AUTHORS NEWS README TODO
-       docinto html
-       dodoc docs/*.html
-       prune_libtool_files
-}

diff --git a/media-libs/libmikmod/libmikmod-3.3.11.ebuild 
b/media-libs/libmikmod/libmikmod-3.3.11.ebuild
deleted file mode 100644
index 1e5e9284220..00000000000
--- a/media-libs/libmikmod/libmikmod-3.3.11.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils multilib-minimal
-
-DESCRIPTION="A library to play a wide range of module formats"
-HOMEPAGE="http://mikmod.sourceforge.net/";
-SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
-
-LICENSE="LGPL-2+ LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads"
-
-REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2:=[${MULTILIB_USEDEP}] )
-       nas? ( >=media-libs/nas-1.9.4:=[${MULTILIB_USEDEP}] )
-       openal? ( >=media-libs/openal-1.15.1-r1[${MULTILIB_USEDEP}] )
-       pulseaudio? ( >=media-sound/pulseaudio-5.0[${MULTILIB_USEDEP}] )
-       !${CATEGORY}/${PN}:2"
-DEPEND="${RDEPEND}
-       sys-apps/texinfo
-       oss? ( virtual/os-headers )"
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/libmikmod-config
-)
-
-src_prepare() {
-       # USE=debug enables Werror, bug #621688
-       sed -i -e 's/-Werror//' configure || die
-       default
-}
-
-multilib_src_configure() {
-       local mysimd="--disable-simd"
-       if use ppc || use ppc64 || use ppc-macos; then
-               mysimd="$(use_enable altivec simd)"
-       fi
-       if use amd64 || use x86 || use x86-fbsd || use amd64-linux || use 
x86-linux || use x86-macos || use x64-macos; then
-               mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
-       fi
-
-       # sdl, sdl2: missing multilib supported ebuilds, temporarily disabled, 
remember to update REQUIRED_USE
-       ECONF_SOURCE=${S} \
-       econf \
-               $(use_enable alsa) \
-               $(use_enable nas) \
-               $(use_enable pulseaudio) \
-               --disable-sdl \
-               --disable-sdl2 \
-               $(use_enable openal) \
-               $(use_enable oss) \
-               $(use_enable coreaudio osx) \
-               $(use_enable debug) \
-               $(use_enable threads) \
-               $(use_enable static-libs static) \
-               --disable-dl \
-               ${mysimd}
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       dosym ${PN}$(get_libname 3) /usr/$(get_libdir)/${PN}$(get_libname 2)
-}
-
-multilib_src_install_all() {
-       dodoc AUTHORS NEWS README TODO
-       docinto html
-       dodoc docs/*.html
-       prune_libtool_files
-}

diff --git a/media-libs/libmikmod/libmikmod-3.3.8.ebuild 
b/media-libs/libmikmod/libmikmod-3.3.8.ebuild
deleted file mode 100644
index 59cf8cf14b1..00000000000
--- a/media-libs/libmikmod/libmikmod-3.3.8.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib-minimal
-
-DESCRIPTION="A library to play a wide range of module formats"
-HOMEPAGE="http://mikmod.sourceforge.net/";
-SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
-
-LICENSE="LGPL-2+ LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads"
-
-REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2:=[${MULTILIB_USEDEP}] )
-       nas? ( >=media-libs/nas-1.9.4:=[${MULTILIB_USEDEP}] )
-       openal? ( >=media-libs/openal-1.15.1-r1[${MULTILIB_USEDEP}] )
-       pulseaudio? ( >=media-sound/pulseaudio-5.0[${MULTILIB_USEDEP}] )
-       !${CATEGORY}/${PN}:2"
-DEPEND="${RDEPEND}
-       sys-apps/texinfo
-       oss? ( virtual/os-headers )"
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/libmikmod-config
-)
-
-multilib_src_configure() {
-       local mysimd="--disable-simd"
-       if use ppc || use ppc64 || use ppc-macos; then
-               mysimd="$(use_enable altivec simd)"
-       fi
-       if use amd64 || use x86 || use x86-fbsd || use amd64-linux || use 
x86-linux || use x86-macos || use x64-macos; then
-               mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
-       fi
-
-       # sdl, sdl2: missing multilib supported ebuilds, temporarily disabled, 
remember to update REQUIRED_USE
-       ECONF_SOURCE=${S} \
-       econf \
-               $(use_enable alsa) \
-               $(use_enable nas) \
-               $(use_enable pulseaudio) \
-               --disable-sdl \
-               --disable-sdl2 \
-               $(use_enable openal) \
-               $(use_enable oss) \
-               $(use_enable coreaudio osx) \
-               $(use_enable debug) \
-               $(use_enable threads) \
-               $(use_enable static-libs static) \
-               --disable-dl \
-               ${mysimd}
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       dosym ${PN}$(get_libname 3) /usr/$(get_libdir)/${PN}$(get_libname 2)
-}
-
-multilib_src_install_all() {
-       dodoc AUTHORS NEWS README TODO
-       dohtml docs/*.html
-       prune_libtool_files
-}

Reply via email to