diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2012-10-01 16:16:40 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2012-10-01 16:16:40 +0000 |
commit | 630e6ea6c00bfa14f978077cd4ac4688839fca6c (patch) | |
tree | 8bd3c9c7e7ac9fa070d36b2486f5fa0195edea33 /media-sound/mac | |
parent | Stable for x86, wrt bug #436564 (diff) | |
download | historical-630e6ea6c00bfa14f978077cd4ac4688839fca6c.tar.gz historical-630e6ea6c00bfa14f978077cd4ac4688839fca6c.tar.bz2 historical-630e6ea6c00bfa14f978077cd4ac4688839fca6c.zip |
Remove old.
Package-Manager: portage-2.1.11.9/cvs/Linux i686
Diffstat (limited to 'media-sound/mac')
-rw-r--r-- | media-sound/mac/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mac/mac-3.99.4.5.7.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/media-sound/mac/ChangeLog b/media-sound/mac/ChangeLog index 4d555bd9ecdc..701635f179a5 100644 --- a/media-sound/mac/ChangeLog +++ b/media-sound/mac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mac # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/ChangeLog,v 1.27 2012/09/30 18:26:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/ChangeLog,v 1.28 2012/10/01 16:14:49 billie Exp $ + + 01 Oct 2012; Daniel Pielmeier <billie@gentoo.org> -mac-3.99.4.5.7.ebuild: + Remove old. 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> mac-3.99.4.5.7-r1.ebuild: alpha stable wrt #397617 diff --git a/media-sound/mac/mac-3.99.4.5.7.ebuild b/media-sound/mac/mac-3.99.4.5.7.ebuild deleted file mode 100644 index 790eb4464af8..000000000000 --- a/media-sound/mac/mac-3.99.4.5.7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/mac-3.99.4.5.7.ebuild,v 1.8 2011/08/07 13:14:45 billie Exp $ - -EAPI=4 - -inherit flag-o-matic versionator - -MY_PV=$(version_format_string '$1.$2-u$3-b$4') -PATCH=s$(get_version_component_range 5) -MY_P=${PN}-${MY_PV}-${PATCH} - -DESCRIPTION="Monkey's Audio Codecs" -HOMEPAGE="http://etree.org/shnutils/shntool/" -SRC_URI="http://etree.org/shnutils/shntool/support/formats/ape/unix/${MY_PV}-${PATCH}/${MY_P}.tar.gz" - -LICENSE="mac" -SLOT="0" -KEYWORDS="alpha amd64 ppc x86" -IUSE="mmx static-libs" - -RDEPEND="" -DEPEND="sys-apps/sed - mmx? ( dev-lang/yasm )" - -S=${WORKDIR}/${MY_P} - -RESTRICT="mirror" - -src_prepare() { - sed -i -e 's:-O3::' configure || die -} - -pkg_setup() { - append-cppflags -DSHNTOOL - use mmx && append-ldflags -Wl,-z,noexecstack -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable mmx assembly) -} - -src_install() { - default - - dodoc ChangeLog.shntool src/*.txt - dohtml src/Readme.htm - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die -} |