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 97A701382C5 for ; Sun, 28 Jan 2018 16:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA964E0DCE; Sun, 28 Jan 2018 16:29:59 +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 9EA78E0DCE for ; Sun, 28 Jan 2018 16:29:59 +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 54819335C0C for ; Sun, 28 Jan 2018 16:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE9121AF for ; Sun, 28 Jan 2018 16:29:56 +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: <1517156989.b55c0d644fe51f9579c0ecadd66ccf3dbd842f4a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vips/Manifest media-libs/vips/metadata.xml media-libs/vips/vips-7.38.5-r1.ebuild X-VCS-Directories: media-libs/vips/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b55c0d644fe51f9579c0ecadd66ccf3dbd842f4a X-VCS-Branch: master Date: Sun, 28 Jan 2018 16:29:56 +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: 9d74533f-dd30-4e5b-94c7-7c8dda211abf X-Archives-Hash: 4554fb23c0be67b4f39cd553ed489957 commit: b55c0d644fe51f9579c0ecadd66ccf3dbd842f4a Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 28 16:29:49 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 28 16:29:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55c0d64 media-libs/vips: remove last rited package media-libs/vips/Manifest | 1 - media-libs/vips/metadata.xml | 15 ------- media-libs/vips/vips-7.38.5-r1.ebuild | 76 ----------------------------------- 3 files changed, 92 deletions(-) diff --git a/media-libs/vips/Manifest b/media-libs/vips/Manifest deleted file mode 100644 index 3d258ad8084..00000000000 --- a/media-libs/vips/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vips-7.38.5.tar.gz 3447505 BLAKE2B e0db7357054969618a7bc226a652425ee2cd2b0a4964ed5e575f62c7659796d7ba71439ec2a01efc10f615eb748119edbf66bf23b2b807b54fef49fc469f1efd SHA512 99b3a3efb32a976d17e5ce7d7d79e8bb708c148e981f866a8997a07f641866ba237cd677de9f7cafab30afb182a5bde7cc130368c8ff5d8f413d38801a24ed37 diff --git a/media-libs/vips/metadata.xml b/media-libs/vips/metadata.xml deleted file mode 100644 index c950b991df5..00000000000 --- a/media-libs/vips/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - graphics@gentoo.org - Gentoo Graphics Project - - - Enable support for the FITS image format through sci-libs/cfitsio - Enable support for reading images from Matlab files through sci-libs/matio - - - vips - - diff --git a/media-libs/vips/vips-7.38.5-r1.ebuild b/media-libs/vips/vips-7.38.5-r1.ebuild deleted file mode 100644 index 62f4c8af6f7..00000000000 --- a/media-libs/vips/vips-7.38.5-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils versionator python-single-r1 - -DESCRIPTION="VIPS Image Processing Library" -SRC_URI="http://www.vips.ecs.soton.ac.uk/supported/$(get_version_component_range 1-2)/${P}.tar.gz" -HOMEPAGE="http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS" - -RESTRICT="mirror" -LICENSE="LGPL-2.1" -SLOT="1" -KEYWORDS="~amd64 ~x86" -IUSE="cxx debug exif fits fftw imagemagick jpeg lcms matio openexr - +orc png python static-libs tiff webp" - -RDEPEND=">=dev-libs/glib-2.6:2 - dev-libs/libxml2 - sys-libs/zlib - >=x11-libs/pango-1.8 - fftw? ( sci-libs/fftw:3.0= ) - imagemagick? ( virtual/imagemagick-tools ) - lcms? ( media-libs/lcms ) - matio? ( >=sci-libs/matio-1.3.4 ) - openexr? ( >=media-libs/openexr-1.2.2 ) - exif? ( >=media-libs/libexif-0.6 ) - tiff? ( media-libs/tiff:0= ) - jpeg? ( virtual/jpeg:0= ) - fits? ( sci-libs/cfitsio ) - png? ( >=media-libs/libpng-1.2.9:0= ) - python? ( ${PYTHON_DEPS} ) - webp? ( media-libs/libwebp ) - orc? ( >=dev-lang/orc-0.4.11 )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable cxx) \ - $(use_with fftw) \ - $(use_with lcms) \ - $(use_with openexr OpenEXR) \ - $(use_with matio ) \ - $(use_with exif libexif) \ - $(use_with imagemagick magick) \ - $(use_with png) \ - $(use_with tiff) \ - $(use_with fits cfitsio) \ - $(use_with jpeg) \ - $(use_with orc) \ - $(use_with python) \ - $(use_with webp libwebp) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS THANKS TODO - - # 314101 - mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF} || die - rmdir "${ED}"/usr/share/doc/${PN}/ || die - dosym /usr/share/doc/${PF} /usr/share/doc/${PN} - - use python && python_optimize - prune_libtool_files -}