diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-08 21:13:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-08 21:13:22 +0000 |
commit | 40c8ebdfb4da2c935149ccf0964244e83d606439 (patch) | |
tree | af6cd69484a8c814833fcdff7135967ea93ea1e6 /app-emulation/emul-linux-x86-soundlibs | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-40c8ebdfb4da2c935149ccf0964244e83d606439.tar.gz gentoo-2-40c8ebdfb4da2c935149ccf0964244e83d606439.tar.bz2 gentoo-2-40c8ebdfb4da2c935149ccf0964244e83d606439.zip |
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20121202.ebuild | 26 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008.ebuild (renamed from app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224-r10.ebuild) | 2 |
3 files changed, 10 insertions, 28 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index 763186b989b0..68e9aadfd053 100644 --- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog +++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/emul-linux-x86-soundlibs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.104 2013/08/22 16:01:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.105 2013/10/08 21:13:22 pacho Exp $ + +*emul-linux-x86-soundlibs-20131008 (08 Oct 2013) + + 08 Oct 2013; Pacho Ramos <pacho@gentoo.org> + +emul-linux-x86-soundlibs-20131008.ebuild, + -emul-linux-x86-soundlibs-20121202.ebuild, + -emul-linux-x86-soundlibs-20130224-r10.ebuild: + Version bump, drop old 22 Aug 2013; Michał Górny <mgorny@gentoo.org> metadata.xml: Change maintainer to the Gentoo multilib project. diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20121202.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20121202.ebuild deleted file mode 100644 index 09170dbd7925..000000000000 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20121202.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20121202.ebuild,v 1.3 2013/02/03 01:00:01 ottxor Exp $ - -EAPI=5 -inherit emul-linux-x86 - -LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain" -KEYWORDS="-* amd64" -IUSE="alsa" - -RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV} - ~app-emulation/emul-linux-x86-medialibs-${PV} - !>=sci-libs/fftw-3.3.3-r1[abi_x86_32]" - -src_prepare() { - _ALLOWED="${S}/etc/env.d" - use alsa && _ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss" - ALLOWED="(${_ALLOWED})" - - emul-linux-x86_src_prepare - - if use alsa; then - mv -f "${S}"/usr/bin/aoss{,32} || die - fi -} diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224-r10.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008.ebuild index 250cb03b074d..e62dedf9efb0 100644 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224-r10.ebuild +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20130224-r10.ebuild,v 1.1 2013/07/30 12:12:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008.ebuild,v 1.1 2013/10/08 21:13:22 pacho Exp $ EAPI=5 inherit emul-linux-x86 |