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 8E14F139085 for ; Tue, 31 Jan 2017 21:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86719E0D05; Tue, 31 Jan 2017 21:52: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 60FA3E0D05 for ; Tue, 31 Jan 2017 21:52:58 +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 1700B341130 for ; Tue, 31 Jan 2017 21:52:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9AED3C82 for ; Tue, 31 Jan 2017 21:52:54 +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: <1485899390.a382471545a2bbf4b48b49184807df313251bda9.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcuefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcuefile/libcuefile-477.ebuild X-VCS-Directories: media-libs/libcuefile/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a382471545a2bbf4b48b49184807df313251bda9 X-VCS-Branch: master Date: Tue, 31 Jan 2017 21:52:54 +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: e121702e-12d5-4547-ba09-f129617b0ff4 X-Archives-Hash: 9b1fc1219ac8a30e3129d388845bc288 commit: a382471545a2bbf4b48b49184807df313251bda9 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 31 21:49:50 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 31 21:49:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3824715 media-libs/libcuefile: Remove 477 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/libcuefile/libcuefile-477.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/media-libs/libcuefile/libcuefile-477.ebuild b/media-libs/libcuefile/libcuefile-477.ebuild deleted file mode 100644 index 74b08fe..00000000 --- a/media-libs/libcuefile/libcuefile-477.ebuild +++ /dev/null @@ -1,24 +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/libcuefile/trunk libcuefile-${PV} -# tar -cJf libcuefile-${PV}.tar.xz libcuefile-${PV} - -DESCRIPTION="Cue File 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_install() { - cmake-utils_src_install - insinto /usr/include - doins -r include/cuetools -}