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 4CAFC1382C5 for ; Wed, 7 Feb 2018 19:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3CD5E09C1; Wed, 7 Feb 2018 19:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 71A67E09C1 for ; Wed, 7 Feb 2018 19:49:32 +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 5F946335C30 for ; Wed, 7 Feb 2018 19:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20FE11C5 for ; Wed, 7 Feb 2018 19:49:30 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1518032965.14b0fe34c926eb185ee696b37e9f6df432674859.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libburn/Manifest dev-libs/libburn/libburn-1.4.6.ebuild dev-libs/libburn/metadata.xml X-VCS-Directories: dev-libs/libburn/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 14b0fe34c926eb185ee696b37e9f6df432674859 X-VCS-Branch: master Date: Wed, 7 Feb 2018 19:49:30 +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: 9dd52580-799d-482d-8e1f-c2933bb83cc8 X-Archives-Hash: 234127c04946bca1d344700938b53ea6 commit: 14b0fe34c926eb185ee696b37e9f6df432674859 Author: Daniel Pielmeier gentoo org> AuthorDate: Wed Feb 7 19:49:25 2018 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Wed Feb 7 19:49:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b0fe34 dev-libs/libburn: Remove old. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libburn/Manifest | 1 - dev-libs/libburn/libburn-1.4.6.ebuild | 40 ----------------------------------- dev-libs/libburn/metadata.xml | 1 - 3 files changed, 42 deletions(-) diff --git a/dev-libs/libburn/Manifest b/dev-libs/libburn/Manifest index 7b110120fe9..a27c7ec9447 100644 --- a/dev-libs/libburn/Manifest +++ b/dev-libs/libburn/Manifest @@ -1,2 +1 @@ -DIST libburn-1.4.6.tar.gz 975088 BLAKE2B c4ece3700ab98b1e0d075a5f6d0f52c5b0653d177cd6074dd2d47c064569db17281cd43b468c8c563bf7d475e8586eb5c251a72e3a03e4d66855e0ffe9816095 SHA512 2bdbe832168ed430a66d8f733e9f28bf0c2fc8180673da383c4aa014448569614b9f0680d9f0ea5d61b2ed76bd8b9ecc38bd5a63788fc6b32ba0f4bdac2cee78 DIST libburn-1.4.8.tar.gz 977757 BLAKE2B 2a59adbd104238857cd848cb76c2da3e5ea61112607832c42bba2c47999218bf87563fe2a3901370d2a8cbbfbe2a6dfb1615efc6be10f7ee52d7f822917504f4 SHA512 e02c08078313abb19108bb394741d4bde1c5098c1a200129940744e03078d8350b6ac951bf5523872a343b3f9b7a4954dda60a3336997f975abdee6dbae9b87c diff --git a/dev-libs/libburn/libburn-1.4.6.ebuild b/dev-libs/libburn/libburn-1.4.6.ebuild deleted file mode 100644 index 53f8956fc4a..00000000000 --- a/dev-libs/libburn/libburn-1.4.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Open-source library for reading, mastering and writing optical discs" -HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home" -SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86" -IUSE="cdio debug static-libs track-src-odirect" - -RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )" -DEPEND="$RDEPEND - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable track-src-odirect) \ - --enable-pkg-check-modules \ - $(use_enable cdio libcdio) \ - --disable-ldconfig-at-install \ - $(use_enable debug) -} - -src_install() { - default - - dodoc CONTRIBUTORS doc/{comments,*.txt} - - docinto cdrskin - dodoc cdrskin/{*.txt,README} - docinto cdrskin/html - dodoc cdrskin/cdrskin_eng.html - - find "${D}" -name '*.la' -delete || die -} diff --git a/dev-libs/libburn/metadata.xml b/dev-libs/libburn/metadata.xml index 7553c2ab25f..5245cf4760a 100644 --- a/dev-libs/libburn/metadata.xml +++ b/dev-libs/libburn/metadata.xml @@ -12,6 +12,5 @@ discs. Read track input with O_DIRECT (see man 2 open), this may deliver a better write performance in some situations -Enable EXPERIMENTAL use of libcdio as system adapter