summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-29 08:31:00 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-29 08:31:48 +0100
commit309c2772909420edb9cfbb2f1b7c73e6089e8341 (patch)
tree382b405f6cce35a563caf6e7b52064c937bc0031
parentdev-ruby/yard: add 0.9.8 (diff)
downloadgentoo-309c2772909420edb9cfbb2f1b7c73e6089e8341.tar.gz
gentoo-309c2772909420edb9cfbb2f1b7c73e6089e8341.tar.bz2
gentoo-309c2772909420edb9cfbb2f1b7c73e6089e8341.zip
media-libs/libreplaygain: Remove 477 (r0)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--media-libs/libreplaygain/libreplaygain-477.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/libreplaygain/libreplaygain-477.ebuild b/media-libs/libreplaygain/libreplaygain-477.ebuild
deleted file mode 100644
index 5e639c00ae45..000000000000
--- 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
-}