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 B5BB8139085 for ; Sun, 29 Jan 2017 07:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D94E0C97; Sun, 29 Jan 2017 07:31:58 +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 DAE4CE0C97 for ; Sun, 29 Jan 2017 07:31:57 +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 CDD4E341650 for ; Sun, 29 Jan 2017 07:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7242B3989 for ; Sun, 29 Jan 2017 07:31:55 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485675108.309c2772909420edb9cfbb2f1b7c73e6089e8341.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libreplaygain/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libreplaygain/libreplaygain-477.ebuild X-VCS-Directories: media-libs/libreplaygain/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 309c2772909420edb9cfbb2f1b7c73e6089e8341 X-VCS-Branch: master Date: Sun, 29 Jan 2017 07:31:55 +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: cd1dc7aa-5c65-49ed-94a5-9c613f6d8e7e X-Archives-Hash: 842b6dc149ed016cb06bb0bf71eff8d4 commit: 309c2772909420edb9cfbb2f1b7c73e6089e8341 Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 29 07:31:00 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 29 07:31:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309c2772 media-libs/libreplaygain: Remove 477 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/libreplaygain/libreplaygain-477.ebuild | 28 ----------------------- 1 file changed, 28 deletions(-) diff --git a/media-libs/libreplaygain/libreplaygain-477.ebuild b/media-libs/libreplaygain/libreplaygain-477.ebuild deleted file mode 100644 index 5e639c0..00000000 --- a/media-libs/libreplaygain/libreplaygain-477.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit cmake-utils - -# svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV} -# tar -cJf libreplaygain-${PV}.tar.xz libreplaygain-${PV} - -DESCRIPTION="Replay Gain library from Musepack" -HOMEPAGE="http://www.musepack.net/" -SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -src_prepare() { - sed -i -e '/CMAKE_C_FLAGS/d' CMakeLists.txt || die -} - -src_install() { - cmake-utils_src_install - insinto /usr/include - doins -r include/replaygain -}