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 E69FB138334 for ; Mon, 11 Jun 2018 00:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E53E0929; Mon, 11 Jun 2018 00:14:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC5FFE0929 for ; Mon, 11 Jun 2018 00:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9EB1335C8B for ; Mon, 11 Jun 2018 00:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A3A62CB for ; Mon, 11 Jun 2018 00:14:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528676009.fb1f243551d768417c4556824933fc99f23a8dbd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/twolame/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/twolame/twolame-0.3.13-r1.ebuild X-VCS-Directories: media-sound/twolame/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fb1f243551d768417c4556824933fc99f23a8dbd X-VCS-Branch: master Date: Mon, 11 Jun 2018 00:14:32 +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: 4870a6ee-2147-4700-803a-da9efa1fec37 X-Archives-Hash: a77086c770222a69362604ecb25ea455 commit: fb1f243551d768417c4556824933fc99f23a8dbd Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 11 00:13:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 11 00:13:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1f2435 media-sound/twolame: Drop 0.3.13-r1 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/twolame/twolame-0.3.13-r1.ebuild | 41 ---------------------------- 1 file changed, 41 deletions(-) diff --git a/media-sound/twolame/twolame-0.3.13-r1.ebuild b/media-sound/twolame/twolame-0.3.13-r1.ebuild deleted file mode 100644 index f3080949bd2..00000000000 --- a/media-sound/twolame/twolame-0.3.13-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all -inherit autotools-multilib - -DESCRIPTION="An optimised MPEG Audio Layer 2 (MP2) encoder" -HOMEPAGE="http://www.twolame.org" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND=">=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog README TODO ) - -src_prepare() { - sed -i -e '/CFLAGS/s:-O3::' configure || die - - if [[ ${CHOST} == *solaris* ]]; then - # libsndfile doesn't like -std=c99 on Solaris - sed -i -e '/CFLAGS/s:-std=c99::' configure || die - # configure isn't really bourne shell (comment 0) or dash (comment 6) - # compatible, bug #388885 - export CONFIG_SHELL=${BASH} - fi - - autotools-multilib_src_prepare -} - -src_install() { - autotools-multilib_src_install \ - pkgdocdir="${EPREFIX}/usr/share/doc/${PF}" -}