Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcuefile/
Date: Tue, 31 Jan 2017 21:53:01
Message-Id: 1485899390.a382471545a2bbf4b48b49184807df313251bda9.johu@gentoo
1 commit: a382471545a2bbf4b48b49184807df313251bda9
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 21:49:50 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 21:49:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3824715
7
8 media-libs/libcuefile: Remove 477 (r0)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/libcuefile/libcuefile-477.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/media-libs/libcuefile/libcuefile-477.ebuild b/media-libs/libcuefile/libcuefile-477.ebuild
16 deleted file mode 100644
17 index 74b08fe..00000000
18 --- a/media-libs/libcuefile/libcuefile-477.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -inherit cmake-utils
27 -
28 -# svn export http://svn.musepack.net/libcuefile/trunk libcuefile-${PV}
29 -# tar -cJf libcuefile-${PV}.tar.xz libcuefile-${PV}
30 -
31 -DESCRIPTION="Cue File library from Musepack"
32 -HOMEPAGE="http://www.musepack.net/"
33 -SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
34 -
35 -LICENSE="LGPL-2.1"
36 -SLOT="0"
37 -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"
38 -IUSE=""
39 -
40 -src_install() {
41 - cmake-utils_src_install
42 - insinto /usr/include
43 - doins -r include/cuetools
44 -}