summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-10 09:52:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-10 09:52:42 +0000
commit3a52886d1fb1b8ef14febbbd33c02907f5a8ebd1 (patch)
treee030f37c01771e77712fa6c8a5165864e036d4c6 /app-emulation/emul-linux-x86-soundlibs
parentamd64 stable, bug 304171 (diff)
downloadhistorical-3a52886d1fb1b8ef14febbbd33c02907f5a8ebd1.tar.gz
historical-3a52886d1fb1b8ef14febbbd33c02907f5a8ebd1.tar.bz2
historical-3a52886d1fb1b8ef14febbbd33c02907f5a8ebd1.zip
Remove old.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/ChangeLog6
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20081109.ebuild43
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/metadata.xml5
3 files changed, 6 insertions, 48 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
index 2dff978d12cb..0f71ad35a4c9 100644
--- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog
+++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/emul-linux-x86-soundlibs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.54 2010/01/29 22:48:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.55 2010/02/10 09:48:40 ssuominen Exp $
+
+ 10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ -emul-linux-x86-soundlibs-20081109.ebuild:
+ Remove old.
29 Jan 2010; Pacho Ramos <pacho@gentoo.org>
emul-linux-x86-soundlibs-20091231-r1.ebuild:
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20081109.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20081109.ebuild
deleted file mode 100644
index 571d1dbc17e5..000000000000
--- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20081109.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-20081109.ebuild,v 1.5 2009/12/30 19:52:47 pacho 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-${PV}
- =app-emulation/emul-linux-x86-medialibs-${PV}
- =app-emulation/emul-linux-x86-xlibs-${PV}"
-
-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
-}
diff --git a/app-emulation/emul-linux-x86-soundlibs/metadata.xml b/app-emulation/emul-linux-x86-soundlibs/metadata.xml
index 7bf1158286e0..96677fad3cfb 100644
--- a/app-emulation/emul-linux-x86-soundlibs/metadata.xml
+++ b/app-emulation/emul-linux-x86-soundlibs/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>amd64</herd>
- <use>
- <flag name="arts">Installs deprecated 32bit kde-base/arts:3.5 libs.</flag>
- </use>
+<herd>amd64</herd>
</pkgmetadata>