From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/
Date: Wed, 22 Mar 2017 07:17:43 +0000 (UTC) [thread overview]
Message-ID: <1490167054.970a89aeb7fb1cca729fa406c3bb8c86006c39ba.mgorny@gentoo> (raw)
commit: 970a89aeb7fb1cca729fa406c3bb8c86006c39ba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 16:51:20 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:17:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970a89ae
media-libs/vips: Remove old (python.eclass)
media-libs/vips/Manifest | 1 -
media-libs/vips/vips-7.26.3-r1.ebuild | 73 -----------------------------------
2 files changed, 74 deletions(-)
diff --git a/media-libs/vips/Manifest b/media-libs/vips/Manifest
index 7d551c6cda9..2ebc25c28ac 100644
--- a/media-libs/vips/Manifest
+++ b/media-libs/vips/Manifest
@@ -1,2 +1 @@
-DIST vips-7.26.3.tar.gz 3163591 SHA256 9acbe13f391bde2e1748e62a3f2e07a4319ad07c2502cc1ee4422f0a6cbd12a0 SHA512 7f2a21e2fac863d2ac43dc4a90f33e34a84d27035050357dba599e8a368b013d04f8ca03155dfc882e77004399800ae35fd40fa1919478e0b6ad0ba970806cb2 WHIRLPOOL 155843e1ba719b705e3ef3b994de0aaf6f2ba2cdb620b47fae74c9e4b2605f73987270539e77241a4fcef85e881a477de8eedd3b2bc955050eac3f9984ff4a8a
DIST vips-7.38.5.tar.gz 3447505 SHA256 495dc8ca70910eca33a867f0a7e6903b076d6dd9fbdf2ddbb2ffd4270f0fe00e SHA512 99b3a3efb32a976d17e5ce7d7d79e8bb708c148e981f866a8997a07f641866ba237cd677de9f7cafab30afb182a5bde7cc130368c8ff5d8f413d38801a24ed37 WHIRLPOOL a40d38956a476e74669288ba14f6a5c49f5485221c90e8455702bbfde411a871a5f31cfdeefa1329a17f773a14668af187e92189e4f592dba459a0b20a3c16ba
diff --git a/media-libs/vips/vips-7.26.3-r1.ebuild b/media-libs/vips/vips-7.26.3-r1.ebuild
deleted file mode 100644
index f86440b5f50..00000000000
--- a/media-libs/vips/vips-7.26.3-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-PYTHON_DEPEND="python? 2"
-inherit eutils versionator python
-
-# TODO:
-# matio? ( sci-libs/matio ) - in science overlay #269598 (wait for new release
-# after 1.3.4) or until somebody adds it to the tree.
-
-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://vips.sourceforge.net"
-
-LICENSE="LGPL-2.1"
-SLOT="1"
-KEYWORDS="amd64 x86"
-IUSE="debug exif fits fftw imagemagick jpeg lcms openexr +orc png python static-libs tiff"
-
-RDEPEND=">=dev-libs/glib-2.6:2
- >=dev-libs/liboil-0.3
- 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 )
- openexr? ( >=media-libs/openexr-1.2.2 )
- exif? ( >=media-libs/libexif-0.6 )
- tiff? ( media-libs/tiff )
- jpeg? ( virtual/jpeg )
- fits? ( sci-libs/cfitsio )
- png? ( >=media-libs/libpng-1.2.9 )
- orc? ( >=dev-lang/orc-0.4.11 )"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_with fftw fftw3) \
- $(use_with lcms) \
- $(use_with openexr OpenEXR) \
- $(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_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
-
- # 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}
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
next reply other threads:[~2017-03-22 7:17 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-22 7:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 23:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/ Ionen Wolkens
2024-12-19 18:56 Sam James
2024-12-16 8:42 Ionen Wolkens
2024-11-24 15:47 Jakov Smolić
2024-11-24 11:01 Ionen Wolkens
2024-11-04 16:15 Ionen Wolkens
2024-10-19 16:53 Ionen Wolkens
2024-10-03 14:04 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-04-27 12:11 Ionen Wolkens
2024-04-03 9:14 Arthur Zamarin
2024-03-13 12:56 Ionen Wolkens
2024-02-22 6:16 Ionen Wolkens
2024-01-31 22:47 Ionen Wolkens
2024-01-29 16:47 Arthur Zamarin
2024-01-24 8:35 Michał Górny
2024-01-16 5:46 Viorel Munteanu
2024-01-10 22:02 Ionen Wolkens
2024-01-10 22:01 Ionen Wolkens
2023-12-18 18:43 Ionen Wolkens
2023-11-11 21:21 Ionen Wolkens
2023-10-27 15:20 Michał Górny
2023-10-10 20:20 Ionen Wolkens
2023-09-18 16:58 Ionen Wolkens
2023-09-12 16:15 Ionen Wolkens
2023-08-15 15:09 Ionen Wolkens
2023-08-06 4:32 Ionen Wolkens
2023-07-20 15:32 Ionen Wolkens
2023-07-14 21:32 Ionen Wolkens
2023-05-21 20:43 Ionen Wolkens
2023-05-13 9:16 Ionen Wolkens
2023-05-12 10:58 Ionen Wolkens
2023-05-12 9:02 Ionen Wolkens
2018-01-28 16:29 Mikle Kolyada
2018-01-13 18:51 Ulrich Müller
2016-09-14 10:49 Andrew Savchenko
2016-03-20 19:12 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490167054.970a89aeb7fb1cca729fa406c3bb8c86006c39ba.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox