Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-oss/
Date: Thu, 31 Mar 2016 20:36:26
Message-Id: 1459456386.3b72a7b1f291f361f0862fe568c99645ec1592e2.polynomial-c@gentoo
1 commit: 3b72a7b1f291f361f0862fe568c99645ec1592e2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 20:33:06 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 20:33:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b72a7b1
7
8 media-libs/alsa-oss: Removed old.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-libs/alsa-oss/Manifest | 1 -
14 media-libs/alsa-oss/alsa-oss-1.0.25-r1.ebuild | 43 ---------------------------
15 media-libs/alsa-oss/alsa-oss-1.0.25.ebuild | 38 -----------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/media-libs/alsa-oss/Manifest b/media-libs/alsa-oss/Manifest
19 index 7c48171..a7edbc9 100644
20 --- a/media-libs/alsa-oss/Manifest
21 +++ b/media-libs/alsa-oss/Manifest
22 @@ -1,2 +1 @@
23 -DIST alsa-oss-1.0.25.tar.bz2 253409 SHA256 ed823b8e42599951d896c1709615d4cf7cb1cb3a7c55c75ccee82e24ccaf28e3 SHA512 5380e5acf588dd56384f53afedc7704bfc5e3a7b886853061c53236f86312a8f0ca9b9adf6e69019569a3eb6fd3e89acfb715bb16101f50dcf961e84269c3cd2 WHIRLPOOL 27f19ae9b43d6941fdafb8e51ef0e7cd2667a6a6a8babf58303a0468bad02a33fd2562e91e5c92941083f7a0b2b4e17d4a001c41370bf6cddd29182b17ee4ca0
24 DIST alsa-oss-1.0.28.tar.bz2 291500 SHA256 3ae62caa88a0bc7b30ed836dcb794dc6ef4d3650439e2260db54cace7d5c6ad5 SHA512 7069b7d4d4c0b840608dcca99a660aae1f81f6ef45dcf48fc66553b05de260d033105aa685c8ca05fd4d157d12d83860746a05afdab4f310919c34fa235ab03e WHIRLPOOL 02c7dfadbd30baaf86094a0ffff996eec5bf67aed7f49dc915d29b9a0318345415a1bd9c776967e1dc9da3c9dd180169f61950fd1454fa28837e35631cb83efe
25
26 diff --git a/media-libs/alsa-oss/alsa-oss-1.0.25-r1.ebuild b/media-libs/alsa-oss/alsa-oss-1.0.25-r1.ebuild
27 deleted file mode 100644
28 index 3294547..0000000
29 --- a/media-libs/alsa-oss/alsa-oss-1.0.25-r1.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit autotools eutils multilib multilib-minimal
39 -
40 -MY_P="${P/_rc/rc}"
41 -S="${WORKDIR}/${MY_P}"
42 -
43 -DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer"
44 -HOMEPAGE="http://www.alsa-project.org/"
45 -SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
50 -IUSE="static-libs"
51 -
52 -RDEPEND=">=media-libs/alsa-lib-${PV}[${MULTILIB_USEDEP}]
53 - abi_x86_32? (
54 - !<app-emulation/emul-linux-x86-soundlibs-20140406-r1
55 - !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32]
56 - )"
57 -DEPEND="${RDEPEND}"
58 -PATCHES=( "${FILESDIR}/${PN}-1.0.12-hardened.patch" )
59 -
60 -multilib_src_configure() {
61 - ECONF_SOURCE=${S} \
62 - econf \
63 - $(use_enable static-libs static)
64 -}
65 -
66 -src_prepare() {
67 - eautoreconf
68 -}
69 -
70 -multilib_src_install_all() {
71 - einstalldocs
72 - prune_libtool_files --all
73 - sed -i -e 's:\${exec_prefix}/\\$LIB/::' "${D}/usr/bin/aoss" || die
74 -}
75
76 diff --git a/media-libs/alsa-oss/alsa-oss-1.0.25.ebuild b/media-libs/alsa-oss/alsa-oss-1.0.25.ebuild
77 deleted file mode 100644
78 index bd67706..0000000
79 --- a/media-libs/alsa-oss/alsa-oss-1.0.25.ebuild
80 +++ /dev/null
81 @@ -1,38 +0,0 @@
82 -# Copyright 1999-2014 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -# $Id$
85 -
86 -EAPI=4
87 -
88 -inherit autotools base multilib
89 -
90 -MY_P="${P/_rc/rc}"
91 -S="${WORKDIR}/${MY_P}"
92 -
93 -DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer"
94 -HOMEPAGE="http://www.alsa-project.org/"
95 -SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2"
96 -
97 -LICENSE="GPL-2"
98 -SLOT="0"
99 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
100 -IUSE="static-libs"
101 -
102 -RDEPEND=">=media-libs/alsa-lib-${PV}"
103 -DEPEND="${RDEPEND}"
104 -PATCHES=( "${FILESDIR}/${PN}-1.0.12-hardened.patch" )
105 -
106 -src_configure() {
107 - econf \
108 - $(use_enable static-libs static)
109 -}
110 -
111 -src_prepare() {
112 - eautoreconf
113 -}
114 -
115 -src_install() {
116 - emake DESTDIR="${D}" install || die "make install failed"
117 - sed -i -e 's:\${exec_prefix}/\\$LIB/::' "${D}/usr/bin/aoss"
118 - find "${D}" -name "*.la" -delete
119 -}