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-20071114.ebuild
@ 2007-11-14  6:51 Mike Doty (kingtaco)
  0 siblings, 0 replies; only message in thread
From: Mike Doty (kingtaco) @ 2007-11-14  6:51 UTC (permalink / raw
  To: gentoo-commits

kingtaco    07/11/14 06:51:44

  Modified:             ChangeLog
  Added:                emul-linux-x86-soundlibs-20071114.ebuild
  Log:
  New emul-linux-x86-* build system.  Latest x86 stable packages.
  (Portage version: 2.1.3.17)

Revision  Changes    Path
1.29                 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.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	29 Aug 2007 17:51:20 -0000	1.28
+++ ChangeLog	14 Nov 2007 06:51:43 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.28 2007/08/29 17:51:20 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.29 2007/11/14 06:51:43 kingtaco Exp $
+
+*emul-linux-x86-soundlibs-20071114 (14 Nov 2007)
+
+  14 Nov 2007; Mike Doty <kingtaco@gentoo.org>
+  +emul-linux-x86-soundlibs-20071114.ebuild:
+  New emul-linux-x86-* build system.  Latest x86 stable packages.
 
   29 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
   Removing herbs from metadata due to his retirement (see #88780 for reference).



1.1                  app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071114.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20071114.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-20071114.ebuild?rev=1.1&content-type=text/plain

Index: emul-linux-x86-soundlibs-20071114.ebuild
===================================================================
# Copyright 1999-2007 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-20071114.ebuild,v 1.1 2007/11/14 06:51:43 kingtaco Exp $

inherit emul-linux-x86

LICENSE="as-is BSD GPL-2 LGPL-2 LGPL-2.1"
KEYWORDS="-* ~amd64"

RDEPEND=">=app-emulation/emul-linux-x86-baselibs-20071114
		arts? ( >=app-emulation/emul-linux-x86-qtlibs-20071114 )
		>=app-emulation/emul-linux-x86-medialibs-20071114
		>=app-emulation/emul-linux-x86-xlibs-20071114"


src_unpack() {
	if use arts; then
		ALLOWED="(${S}/etc/env.d|${S}/usr/bin/esddsp|${S}/usr/kde/.*/bin/artsdsp|${S}/usr/bin/aoss)"
	else
		ALLOWED="(${S}/etc/env.d)"
	fi
	emul-linux-x86_src_unpack

	if use arts; then
		for f in ${S}/usr/bin/esddsp ${S}/usr/bin/aoss ${S}/usr/kde/*/bin/artsdsp ; do
			mv -f "$f"{,32}
		done
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-11-14  6:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14  6:51 [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20071114.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