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 699ED1396D9 for ; Wed, 18 Oct 2017 07:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDAB32BC013; Wed, 18 Oct 2017 07:21:48 +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 A06932BC013 for ; Wed, 18 Oct 2017 07:21:48 +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 AC254340FBF for ; Wed, 18 Oct 2017 07:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8DAF828 for ; Wed, 18 Oct 2017 07:21:44 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1508311138.1bbb84cbb63ef4710f95a5bafa4b172d7b8fdb79.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libzen/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libzen/Manifest media-libs/libzen/libzen-0.4.36.ebuild X-VCS-Directories: media-libs/libzen/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 1bbb84cbb63ef4710f95a5bafa4b172d7b8fdb79 X-VCS-Branch: master Date: Wed, 18 Oct 2017 07:21:44 +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: 69852ea8-8b95-419b-90fc-546d4961f823 X-Archives-Hash: 627ff2235c0ab92c959a1761aa62fa8b commit: 1bbb84cbb63ef4710f95a5bafa4b172d7b8fdb79 Author: Tim Harder gentoo org> AuthorDate: Wed Oct 18 07:18:15 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Oct 18 07:18:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbb84cb media-libs/libzen: remove old media-libs/libzen/Manifest | 1 - media-libs/libzen/libzen-0.4.36.ebuild | 66 ---------------------------------- 2 files changed, 67 deletions(-) diff --git a/media-libs/libzen/Manifest b/media-libs/libzen/Manifest index 9523437795a..639fa7c3b99 100644 --- a/media-libs/libzen/Manifest +++ b/media-libs/libzen/Manifest @@ -1,2 +1 @@ -DIST libzen_0.4.36.tar.bz2 121379 SHA256 69ba2c1278b226dc83b141de63e804b417f527dfff8a816e5ffad87700f3ed5c SHA512 ee1c9288b4a276af2416c3551bd626f310c66af394ad733300834782a9be547dba2f7ed306f436d1fb21bcaeebd7250301a4202e298a1a44abfba8f5cbe44e7f WHIRLPOOL 57332d2eefdf41be431e89a42505dc5196e020b12b2c46c231cc73690aabbff09fe0aeb7ff3514f41cfe6e962f049b3d3389f8f5548a00ad0dffefac752827d9 DIST libzen_0.4.37.tar.bz2 121707 SHA256 d6e9b7084bbb828536b47698e0c60e381cf0cefc4a8d712bb81dac826ccd9ac1 SHA512 3b5bec79470bec054cfa759e753e3925fbd9f27e508c692c0b100fcf1599696bff462d92c08799646e6ffc74c176e7cc7509ae0754c4710d527494f59d95d12b WHIRLPOOL b02271eeff5146b41375229ed5a663354ad051f7187d63b9f9247352444b59a245d5f025f5bce047032d0234737b65ec654caaefb463afb12a7b1c361cc3d0c1 diff --git a/media-libs/libzen/libzen-0.4.36.ebuild b/media-libs/libzen/libzen-0.4.36.ebuild deleted file mode 100644 index 8245dd43506..00000000000 --- a/media-libs/libzen/libzen-0.4.36.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools multilib eutils - -MY_PN="ZenLib" -DESCRIPTION="Shared library for libmediainfo and mediainfo" -HOMEPAGE="https://github.com/MediaArea/ZenLib" -SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.bz2" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc static-libs" - -DEPEND="virtual/pkgconfig - doc? ( app-doc/doxygen )" - -S=${WORKDIR}/${MY_PN}/Project/GNU/Library - -src_prepare() { - default - sed -i 's:-O2::' configure.ac || die - eautoreconf -} - -src_configure() { - econf \ - --enable-unicode \ - --enable-shared \ - $(use_enable static-libs static) -} - -src_compile() { - default - - if use doc ; then - cd "${WORKDIR}"/${MY_PN}/Source/Doc - doxygen Doxyfile || die - fi -} - -src_install() { - default - - # remove since the pkgconfig file should be used instead - rm "${D}"/usr/bin/libzen-config - - insinto /usr/$(get_libdir)/pkgconfig - doins ${PN}.pc - - for x in ./ Format/Html Format/Http HTTP_Client ; do - insinto /usr/include/${MY_PN}/${x} - doins "${WORKDIR}"/${MY_PN}/Source/${MY_PN}/${x}/*.h - done - - dodoc "${WORKDIR}"/${MY_PN}/History.txt - if use doc ; then - docinto html - dodoc "${WORKDIR}"/${MY_PN}/Doc/* - fi - - prune_libtool_files -}