Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/
Date: Sun, 28 Jan 2018 16:30:00
Message-Id: 1517156989.b55c0d644fe51f9579c0ecadd66ccf3dbd842f4a.zlogene@gentoo
1 commit: b55c0d644fe51f9579c0ecadd66ccf3dbd842f4a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 16:29:49 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 16:29:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55c0d64
7
8 media-libs/vips: remove last rited package
9
10 media-libs/vips/Manifest | 1 -
11 media-libs/vips/metadata.xml | 15 -------
12 media-libs/vips/vips-7.38.5-r1.ebuild | 76 -----------------------------------
13 3 files changed, 92 deletions(-)
14
15 diff --git a/media-libs/vips/Manifest b/media-libs/vips/Manifest
16 deleted file mode 100644
17 index 3d258ad8084..00000000000
18 --- a/media-libs/vips/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST vips-7.38.5.tar.gz 3447505 BLAKE2B e0db7357054969618a7bc226a652425ee2cd2b0a4964ed5e575f62c7659796d7ba71439ec2a01efc10f615eb748119edbf66bf23b2b807b54fef49fc469f1efd SHA512 99b3a3efb32a976d17e5ce7d7d79e8bb708c148e981f866a8997a07f641866ba237cd677de9f7cafab30afb182a5bde7cc130368c8ff5d8f413d38801a24ed37
22
23 diff --git a/media-libs/vips/metadata.xml b/media-libs/vips/metadata.xml
24 deleted file mode 100644
25 index c950b991df5..00000000000
26 --- a/media-libs/vips/metadata.xml
27 +++ /dev/null
28 @@ -1,15 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 - <maintainer type="project">
33 - <email>graphics@g.o</email>
34 - <name>Gentoo Graphics Project</name>
35 - </maintainer>
36 - <use>
37 - <flag name="fits">Enable support for the FITS image format through <pkg>sci-libs/cfitsio</pkg></flag>
38 - <flag name='matio'>Enable support for reading images from Matlab files through <pkg>sci-libs/matio</pkg></flag>
39 - </use>
40 - <upstream>
41 - <remote-id type="sourceforge">vips</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/media-libs/vips/vips-7.38.5-r1.ebuild b/media-libs/vips/vips-7.38.5-r1.ebuild
46 deleted file mode 100644
47 index 62f4c8af6f7..00000000000
48 --- a/media-libs/vips/vips-7.38.5-r1.ebuild
49 +++ /dev/null
50 @@ -1,76 +0,0 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -PYTHON_COMPAT=( python2_7 )
56 -inherit eutils versionator python-single-r1
57 -
58 -DESCRIPTION="VIPS Image Processing Library"
59 -SRC_URI="http://www.vips.ecs.soton.ac.uk/supported/$(get_version_component_range 1-2)/${P}.tar.gz"
60 -HOMEPAGE="http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS"
61 -
62 -RESTRICT="mirror"
63 -LICENSE="LGPL-2.1"
64 -SLOT="1"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE="cxx debug exif fits fftw imagemagick jpeg lcms matio openexr
67 - +orc png python static-libs tiff webp"
68 -
69 -RDEPEND=">=dev-libs/glib-2.6:2
70 - dev-libs/libxml2
71 - sys-libs/zlib
72 - >=x11-libs/pango-1.8
73 - fftw? ( sci-libs/fftw:3.0= )
74 - imagemagick? ( virtual/imagemagick-tools )
75 - lcms? ( media-libs/lcms )
76 - matio? ( >=sci-libs/matio-1.3.4 )
77 - openexr? ( >=media-libs/openexr-1.2.2 )
78 - exif? ( >=media-libs/libexif-0.6 )
79 - tiff? ( media-libs/tiff:0= )
80 - jpeg? ( virtual/jpeg:0= )
81 - fits? ( sci-libs/cfitsio )
82 - png? ( >=media-libs/libpng-1.2.9:0= )
83 - python? ( ${PYTHON_DEPS} )
84 - webp? ( media-libs/libwebp )
85 - orc? ( >=dev-lang/orc-0.4.11 )"
86 -DEPEND="${RDEPEND}
87 - dev-util/gtk-doc-am"
88 -
89 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
90 -
91 -pkg_setup() {
92 - use python && python-single-r1_pkg_setup
93 -}
94 -
95 -src_configure() {
96 - econf \
97 - $(use_enable debug) \
98 - $(use_enable cxx) \
99 - $(use_with fftw) \
100 - $(use_with lcms) \
101 - $(use_with openexr OpenEXR) \
102 - $(use_with matio ) \
103 - $(use_with exif libexif) \
104 - $(use_with imagemagick magick) \
105 - $(use_with png) \
106 - $(use_with tiff) \
107 - $(use_with fits cfitsio) \
108 - $(use_with jpeg) \
109 - $(use_with orc) \
110 - $(use_with python) \
111 - $(use_with webp libwebp) \
112 - $(use_enable static-libs static)
113 -}
114 -
115 -src_install() {
116 - emake DESTDIR="${D}" install
117 - dodoc AUTHORS ChangeLog NEWS THANKS TODO
118 -
119 - # 314101
120 - mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF} || die
121 - rmdir "${ED}"/usr/share/doc/${PN}/ || die
122 - dosym /usr/share/doc/${PF} /usr/share/doc/${PN}
123 -
124 - use python && python_optimize
125 - prune_libtool_files
126 -}