From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8CF0139085 for ; Sat, 4 Feb 2017 15:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B96A5E0EBD; Sat, 4 Feb 2017 15:40:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8B901E0EBD for ; Sat, 4 Feb 2017 15:40:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B1D1D3413C3 for ; Sat, 4 Feb 2017 15:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 590B13DC5 for ; Sat, 4 Feb 2017 15:40:04 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1486222775.10fea8181bbdc76b71bc36ed8528a7a40033a15f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sbc/Manifest media-libs/sbc/sbc-1.2.ebuild X-VCS-Directories: media-libs/sbc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 10fea8181bbdc76b71bc36ed8528a7a40033a15f X-VCS-Branch: master Date: Sat, 4 Feb 2017 15:40:04 +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: adce4370-c81b-4bba-a783-7204741d6fdc X-Archives-Hash: b3ab463348231901a3a028ec4e4f0014 commit: 10fea8181bbdc76b71bc36ed8528a7a40033a15f Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 4 15:31:34 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 4 15:39:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fea818 media-libs/sbc: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/sbc/Manifest | 1 - media-libs/sbc/sbc-1.2.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest index 25f68cd..3cd7ed9 100644 --- a/media-libs/sbc/Manifest +++ b/media-libs/sbc/Manifest @@ -1,2 +1 @@ -DIST sbc-1.2.tar.xz 246228 SHA256 c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc SHA512 65187dbe59e77da312f7dcc9a807959855ef8b6ff0be5403738f9a7b69035806f889d841209755c735525b81c1ba839e858a9ea8316defbc9dfa86104a35ca1d WHIRLPOOL 0496af202879d4f9dcd5cc470ae3cfbaab5e1badae9c9296aeeb082b5fee66657f482efa801d5aa91371e07261f76811d486b0ac2fd8de5e7c3a702505e596d2 DIST sbc-1.3.tar.xz 246292 SHA256 e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309 SHA512 c11cb1ede8abdb226d404ce34307d217b716b91cbe550ed90cb5387b062b7b97a6b7a81371de6f462d8c1429cb3299869a1bda347fa175e9d81cfa2bc2056c8b WHIRLPOOL 2237003adf9ed226e679034442f73ffe5b2088b51ba229e1435901c351be22c48cc111f86f219e81ad7b162c7e8df41420f329a037a825304d8c21a0c52e8e7f diff --git a/media-libs/sbc/sbc-1.2.ebuild b/media-libs/sbc/sbc-1.2.ebuild deleted file mode 100644 index 5a84498..00000000 --- a/media-libs/sbc/sbc-1.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils multilib multilib-minimal - -DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers" -HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/" -SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86" -IUSE="static-libs" - -# --enable-tester is building src/sbctester but the tarball is missing required -# .wav file to execute it -RESTRICT="test" - -DEPEND="virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog" - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - $(use_enable static-libs static) \ - --disable-tester -} - -multilib_src_install_all() { - prune_libtool_files -}