commit:     270e1ad9b352a0198a1b96f070637ac0f81f51f5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 00:28:07 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 00:28:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270e1ad9

media-sound/lame: Remove old

Package-Manager: portage-2.2.27

 media-sound/lame/Manifest           |  1 -
 media-sound/lame/lame-3.99.3.ebuild | 60 -----------------------------------
 media-sound/lame/lame-3.99.5.ebuild | 62 -------------------------------------
 3 files changed, 123 deletions(-)

diff --git a/media-sound/lame/Manifest b/media-sound/lame/Manifest
index c4ea8f0..34500bc 100644
--- a/media-sound/lame/Manifest
+++ b/media-sound/lame/Manifest
@@ -1,3 +1,2 @@
-DIST lame-3.99.3.tar.gz 1443843 SHA256 
d4ea3c8d00d2cc09338425a25dbfeb4d587942cb3c83a677c09aeb1e850c74cf SHA512 
13f01790b4ceb15824e3267955e15b91994c6350f7a59188ca331c24b29b4613953860b6193bebc6a1d7c6a71072d92604c1c0d09b443952ebed1d3229d09955
 WHIRLPOOL 
b27782ed141b1c2a8730e44bfb15f57e68ba4c9522c0ca8d716910ffaccc8070b4c4efc091ea17e0babab409b52a8927b0a8163b4273e2ac3424171aac9a4a7c
 DIST lame-3.99.5-automake-2.12.patch.gz 536 SHA256 
49833b952d846405fdcc8d87de55f60dda5fb2268e1b36861c53dfd39dbd275d SHA512 
9d6211e257d573ced5c29c43ba5d5cc98a231b213d6e0cfc352b14776c06c9e656ed1873d5caae466afb27dfe753eeac0842c7221a8538ccecea8f4ba0f8bfe2
 WHIRLPOOL 
506e505cbf8659c3f67084565fc581e4dee3ba2016db3d835e3e63d9eca0d4383443e7596229f51b349c1f8c53ef42a581761d27778de4c1e5b698c85418b401
 DIST lame-3.99.5.tar.gz 1445348 SHA256 
24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff SHA512 
ce62d7eb9fc8c53c343374ded30f11153a296910f0be7e649197bca7412c6660aad1aa6143d56b750f866229eb492cf7bb4f682535c383fb4aa57d7077d8b4d8
 WHIRLPOOL 
c238107bfb824c67c639875547e24b64ceeeb22125800af753ca42de129138f480574a6cfe132bc2c9cffeb39e54b6d57059be69cb41bdc164cdbf29bd95afe9

diff --git a/media-sound/lame/lame-3.99.3.ebuild 
b/media-sound/lame/lame-3.99.3.ebuild
deleted file mode 100644
index ed3625a..0000000
--- a/media-sound/lame/lame-3.99.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="LAME Ain't an MP3 Encoder"
-HOMEPAGE="http://lame.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
-
-RDEPEND=">=sys-libs/ncurses-5.2
-       sndfile? ( >=media-libs/libsndfile-1.0.2 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       cpu_flags_x86_mmx? ( dev-lang/nasm )"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-3.96-ccc.patch \
-               "${FILESDIR}"/${PN}-3.98-gtk-path.patch
-
-       mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
-
-       sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
-
-       use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' 
configure.in #361879
-
-       AT_M4DIR=${S} eautoreconf
-       epunt_cxx #74498
-}
-
-src_configure() {
-       local myconf
-       use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
-       use sndfile && myconf+=" --with-fileio=sndfile"
-
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable debug debug norm) \
-               --disable-mp3x \
-               $(use_enable mp3rtp) \
-               --enable-dynamic-frontends \
-               ${myconf}
-}
-
-src_install() {
-       emake DESTDIR="${D}" pkghtmldir="${EPREFIX}/usr/share/doc/${PF}/html" 
install
-       dobin misc/mlame
-
-       dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE
-       dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
-
-       find "${ED}" -name '*.la' -exec rm -f {} +
-}

diff --git a/media-sound/lame/lame-3.99.5.ebuild 
b/media-sound/lame/lame-3.99.5.ebuild
deleted file mode 100644
index 0b79548..0000000
--- a/media-sound/lame/lame-3.99.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="LAME Ain't an MP3 Encoder"
-HOMEPAGE="http://lame.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-       mirror://gentoo/${P}-automake-2.12.patch.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
-
-RDEPEND=">=sys-libs/ncurses-5.7-r7
-       sndfile? ( >=media-libs/libsndfile-1.0.2 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       cpu_flags_x86_mmx? ( dev-lang/nasm )"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-3.96-ccc.patch \
-               "${FILESDIR}"/${PN}-3.98-gtk-path.patch \
-               "${FILESDIR}"/${PN}-3.99.5-tinfo.patch \
-               "${WORKDIR}"/${P}-automake-2.12.patch
-
-       mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
-
-       sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
-
-       use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' 
configure.in #361879
-
-       AT_M4DIR=. eautoreconf
-}
-
-src_configure() {
-       local myconf
-       use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
-       use sndfile && myconf+=" --with-fileio=sndfile"
-
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable debug debug norm) \
-               --disable-mp3x \
-               $(use_enable mp3rtp) \
-               --enable-dynamic-frontends \
-               ${myconf}
-}
-
-src_install() {
-       emake DESTDIR="${D}" pkghtmldir="${EPREFIX}/usr/share/doc/${PF}/html" 
install
-       dobin misc/mlame
-
-       dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE
-       dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
-
-       find "${ED}" -name '*.la' -exec rm -f {} +
-}

Reply via email to