public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20091004_rc1.ebuild
@ 2009-10-04 17:56 Mike Doty (kingtaco)
  0 siblings, 0 replies; only message in thread
From: Mike Doty (kingtaco) @ 2009-10-04 17:56 UTC (permalink / raw
  To: gentoo-commits

kingtaco    09/10/04 17:56:49

  Modified:             ChangeLog
  Added:                emul-linux-x86-soundlibs-20091004_rc1.ebuild
  Log:
  new emul rc
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 app-emulation/emul-linux-x86-soundlibs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	31 Jul 2009 17:30:34 -0000	1.43
+++ ChangeLog	4 Oct 2009 17:56:49 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.43 2009/07/31 17:30:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.44 2009/10/04 17:56:49 kingtaco Exp $
+
+*emul-linux-x86-soundlibs-20091004_rc1 (04 Oct 2009)
+
+  04 Oct 2009; Mike Doty <kingtaco@gentoo.org>
+  +emul-linux-x86-soundlibs-20091004_rc1.ebuild:
+  new emul rc
 
   31 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
   emul-linux-x86-soundlibs-20080316.ebuild,



1.1                  app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091004_rc1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091004_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20091004_rc1.ebuild?rev=1.1&content-type=text/plain

Index: emul-linux-x86-soundlibs-20091004_rc1.ebuild
===================================================================
# Copyright 1999-2009 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-20091004_rc1.ebuild,v 1.1 2009/10/04 17:56:49 kingtaco Exp $

EAPI=1
inherit emul-linux-x86

LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1 Adobe-SourceCode"
KEYWORDS="-* ~amd64"
IUSE="+arts esd alsa"

RDEPEND=">=app-emulation/emul-linux-x86-baselibs-20091004_rc1
		>=app-emulation/emul-linux-x86-medialibs-20091004_rc1
		>=app-emulation/emul-linux-x86-xlibs-20091004_rc1
		>=app-emulation/emul-linux-x86-qtlibs-20091004_rc1"

QA_DT_HASH="usr/lib32/.*"

src_unpack() {
	_ALLOWED="${S}/etc/env.d"

	if use alsa; then
		_ALLOWED="${_ALLOWED}|${S}/usr/bin/aoss"
	fi

	if use esd; then
		_ALLOWED="${_ALLOWED}|${S}/usr/bin/esddsp"
	fi

	if use arts; then
		_ALLOWED="${_ALLOWED}|${S}/usr/kde/.*/bin/artsdsp"
	fi
	ALLOWED="(${_ALLOWED})"

	emul-linux-x86_src_unpack

	mv -f "${S}"/usr/bin/aoss{,32}
	mv -f "${S}"/usr/kde/3.5/bin/artsdsp{,32}
	mv -f "${S}"/usr/bin/esddsp{,32}

	if ! use arts; then
		rm -rf "${S}"/usr/kde/
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-04 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 17:56 [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20091004_rc1.ebuild Mike Doty (kingtaco)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox