From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AAB759CAD for ; Thu, 31 Mar 2016 20:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EED30E0888; Thu, 31 Mar 2016 20:36:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66765E0888 for ; Thu, 31 Mar 2016 20:36:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3494C340DC1 for ; Thu, 31 Mar 2016 20:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D3B20E for ; Thu, 31 Mar 2016 20:36:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1459456386.3b72a7b1f291f361f0862fe568c99645ec1592e2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-oss/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alsa-oss/Manifest media-libs/alsa-oss/alsa-oss-1.0.25-r1.ebuild media-libs/alsa-oss/alsa-oss-1.0.25.ebuild X-VCS-Directories: media-libs/alsa-oss/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3b72a7b1f291f361f0862fe568c99645ec1592e2 X-VCS-Branch: master Date: Thu, 31 Mar 2016 20:36:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7bdc6d8b-a0c7-41b3-a37f-f9df92ecb3bc X-Archives-Hash: f93ec058e5c3a71955af3a547885b5a9 commit: 3b72a7b1f291f361f0862fe568c99645ec1592e2 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 31 20:33:06 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 31 20:33:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b72a7b1 media-libs/alsa-oss: Removed old. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> media-libs/alsa-oss/Manifest | 1 - media-libs/alsa-oss/alsa-oss-1.0.25-r1.ebuild | 43 --------------------------- media-libs/alsa-oss/alsa-oss-1.0.25.ebuild | 38 ----------------------- 3 files changed, 82 deletions(-) diff --git a/media-libs/alsa-oss/Manifest b/media-libs/alsa-oss/Manifest index 7c48171..a7edbc9 100644 --- a/media-libs/alsa-oss/Manifest +++ b/media-libs/alsa-oss/Manifest @@ -1,2 +1 @@ -DIST alsa-oss-1.0.25.tar.bz2 253409 SHA256 ed823b8e42599951d896c1709615d4cf7cb1cb3a7c55c75ccee82e24ccaf28e3 SHA512 5380e5acf588dd56384f53afedc7704bfc5e3a7b886853061c53236f86312a8f0ca9b9adf6e69019569a3eb6fd3e89acfb715bb16101f50dcf961e84269c3cd2 WHIRLPOOL 27f19ae9b43d6941fdafb8e51ef0e7cd2667a6a6a8babf58303a0468bad02a33fd2562e91e5c92941083f7a0b2b4e17d4a001c41370bf6cddd29182b17ee4ca0 DIST alsa-oss-1.0.28.tar.bz2 291500 SHA256 3ae62caa88a0bc7b30ed836dcb794dc6ef4d3650439e2260db54cace7d5c6ad5 SHA512 7069b7d4d4c0b840608dcca99a660aae1f81f6ef45dcf48fc66553b05de260d033105aa685c8ca05fd4d157d12d83860746a05afdab4f310919c34fa235ab03e WHIRLPOOL 02c7dfadbd30baaf86094a0ffff996eec5bf67aed7f49dc915d29b9a0318345415a1bd9c776967e1dc9da3c9dd180169f61950fd1454fa28837e35631cb83efe 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 deleted file mode 100644 index 3294547..0000000 --- a/media-libs/alsa-oss/alsa-oss-1.0.25-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils multilib multilib-minimal - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="static-libs" - -RDEPEND=">=media-libs/alsa-lib-${PV}[${MULTILIB_USEDEP}] - abi_x86_32? ( - !