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 7F6D6138334 for ; Fri, 12 Oct 2018 16:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C891E09A5; Fri, 12 Oct 2018 16:12:07 +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 13441E09A5 for ; Fri, 12 Oct 2018 16:12:06 +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 23B4D335CE7 for ; Fri, 12 Oct 2018 16:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6CA73D9 for ; Fri, 12 Oct 2018 16:12:02 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539360702.d3041f184291dc7f922057652068081dfd270498.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libexif/libexif-0.6.21-r1.ebuild media-libs/libexif/libexif-0.6.21.ebuild X-VCS-Directories: media-libs/libexif/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d3041f184291dc7f922057652068081dfd270498 X-VCS-Branch: master Date: Fri, 12 Oct 2018 16:12:02 +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: 442be404-1f8f-4e32-bec6-b34422d46df4 X-Archives-Hash: e11e1b85aa733d3626c724bb85d005b0 commit: d3041f184291dc7f922057652068081dfd270498 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Oct 12 16:11:42 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Oct 12 16:11:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3041f18 media-libs/libexif: Security cleanup Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-libs/libexif/libexif-0.6.21-r1.ebuild | 45 ----------------------------- media-libs/libexif/libexif-0.6.21.ebuild | 40 ------------------------- 2 files changed, 85 deletions(-) diff --git a/media-libs/libexif/libexif-0.6.21-r1.ebuild b/media-libs/libexif/libexif-0.6.21-r1.ebuild deleted file mode 100644 index 31e267a53de..00000000000 --- a/media-libs/libexif/libexif-0.6.21-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils libtool multilib-minimal - -DESCRIPTION="Library for parsing, editing, and saving EXIF data" -HOMEPAGE="http://libexif.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc nls static-libs" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) - nls? ( sys-devel/gettext )" - -ECONF_SOURCE=${S} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch - sed -i -e '/FLAGS=/s:-g::' configure || die #390249 - elibtoolize # For *-bsd -} - -multilib_src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable nls) \ - $(use_enable doc docs) \ - --with-doc-dir="${EPREFIX}"/usr/share/doc/${PF} -} - -multilib_src_install() { - emake DESTDIR="${D}" install -} - -multilib_src_install_all() { - prune_libtool_files - rm -f "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING} -} diff --git a/media-libs/libexif/libexif-0.6.21.ebuild b/media-libs/libexif/libexif-0.6.21.ebuild deleted file mode 100644 index 61dd1b2d0ac..00000000000 --- a/media-libs/libexif/libexif-0.6.21.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils libtool - -DESCRIPTION="Library for parsing, editing, and saving EXIF data" -HOMEPAGE="http://libexif.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc nls static-libs" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch - sed -i -e '/FLAGS=/s:-g::' configure || die #390249 - elibtoolize # For *-bsd -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable nls) \ - $(use_enable doc docs) \ - --with-doc-dir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - emake DESTDIR="${D}" install - prune_libtool_files - rm -f "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING} -}