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 5CF4F139694 for ; Thu, 15 Jun 2017 11:52:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D7F21C1B5; Thu, 15 Jun 2017 11:52:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8330E21C1B5 for ; Thu, 15 Jun 2017 11:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 686743418B6 for ; Thu, 15 Jun 2017 11:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DF224EBE for ; Thu, 15 Jun 2017 11:52:49 +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: <1497527562.10c92f6a2fdfd702168e2fdb70263348a486d0b5.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.3.8.ebuild X-VCS-Directories: dev-libs/libburn/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 10c92f6a2fdfd702168e2fdb70263348a486d0b5 X-VCS-Branch: master Date: Thu, 15 Jun 2017 11:52:49 +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: 19018af5-56c9-4c6b-9be3-45d3f97a4f96 X-Archives-Hash: 28045e137a6946e2cbe64a51a8186b55 commit: 10c92f6a2fdfd702168e2fdb70263348a486d0b5 Author: Daniel Pielmeier gentoo org> AuthorDate: Thu Jun 15 11:52:42 2017 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Thu Jun 15 11:52:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c92f6a dev-libs/libburn: Remove old. Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-libs/libburn/Manifest | 1 - dev-libs/libburn/libburn-1.3.8.ebuild | 42 ----------------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-libs/libburn/Manifest b/dev-libs/libburn/Manifest index d71c52393b7..a4aff9c2d49 100644 --- a/dev-libs/libburn/Manifest +++ b/dev-libs/libburn/Manifest @@ -1,2 +1 @@ -DIST libburn-1.3.8.tar.gz 967404 SHA256 46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283 SHA512 4f279319b49bc5f5d42751fcab16bfe949e14e6e1018f9138bcc9f8e10a298ecf9795780d5f8807c5c2bf1cc0332f931b709f1fb5809f30abb8054297370f3c6 WHIRLPOOL a814ab1c88b70b03788d490c1d6f9305878613d529fdd58df65a13bc683cf2e6c4e877192f85ffca07474a866115a34ef3932e838097e88db08d73554ed2ad3c DIST libburn-1.4.6.tar.gz 975088 SHA256 9d36faab25478c01122a65873133b7fc60eb5ffbe12710d5757a7c3574227071 SHA512 2bdbe832168ed430a66d8f733e9f28bf0c2fc8180673da383c4aa014448569614b9f0680d9f0ea5d61b2ed76bd8b9ecc38bd5a63788fc6b32ba0f4bdac2cee78 WHIRLPOOL 59e05928d2b5df73cac0514eef0f9d7fc133fa0d7256b0201daf702422b0d2b0a0e3c4ae0772faf681c5a17583d8d778501da048ea040deabdd49c19f5fd530b diff --git a/dev-libs/libburn/libburn-1.3.8.ebuild b/dev-libs/libburn/libburn-1.3.8.ebuild deleted file mode 100644 index 8c0d5b41858..00000000000 --- a/dev-libs/libburn/libburn-1.3.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Open-source library for reading, mastering and writing optical discs" -HOMEPAGE="http://libburnia-project.org" -SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm 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 - dohtml cdrskin/cdrskin_eng.html - - prune_libtool_files --all -}