Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/files/, media-plugins/gimp-lqr/
Date: Thu, 29 Mar 2018 19:23:10
Message-Id: 1522351350.569f0a1aebbc11b6d9133179074bf0d1d51fd2ce.mgorny@gentoo
1 commit: 569f0a1aebbc11b6d9133179074bf0d1d51fd2ce
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 27 16:06:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 19:22:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569f0a1a
7
8 media-plugins/gimp-lqr: Remove old
9
10 Closes: https://github.com/gentoo/gentoo/pull/7647
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 media-plugins/gimp-lqr/Manifest | 1 -
14 .../gimp-lqr/files/gimp-lqr-no-deprecated.patch | 22 --------------
15 media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild | 34 ----------------------
16 3 files changed, 57 deletions(-)
17
18 diff --git a/media-plugins/gimp-lqr/Manifest b/media-plugins/gimp-lqr/Manifest
19 index 339ed23c277..9fd78307824 100644
20 --- a/media-plugins/gimp-lqr/Manifest
21 +++ b/media-plugins/gimp-lqr/Manifest
22 @@ -1,2 +1 @@
23 -DIST gimp-lqr-plugin-0.7.1.tar.bz2 783423 BLAKE2B a904c5d8b82fef4e00f0ea36b9e9060958f9469748c54c33d7908723c821883a738906b9ded12213e2c175e0daeb8a86965b93600e03185d95342320149eb550 SHA512 6c7b4d6c28e6736a4dbfd4d97f4624f67dce0c88b57ee8688c52f3731971a3128a1968bb91824a9a5b58bdb0ca4bf23d5ae0fbabc3e0b4b422ae723423631d3b
24 DIST gimp-lqr-plugin-0.7.2.tar.bz2 784455 BLAKE2B 699557848a2503fb64f428ca404fa2c9b1c114bb11b1664e2f2690496b0acb3fb6d3903979c5f7cd4f0972211284f8d7bcf914b339db90184d38e628706b3156 SHA512 bcbd72aa8e31a86261a2de35c0d9acdbe6bef9f612281a32239578e0bbd74ba154a5b7fe2b8bfee4ef3301333c0ebb749a12732497d82452720bf9be271048c4
25
26 diff --git a/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch b/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
27 deleted file mode 100644
28 index b309df4d609..00000000000
29 --- a/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 ---- configure.ac.orig 2012-02-24 19:32:04.000000000 +0100
33 -+++ configure.ac 2012-02-24 19:32:20.000000000 +0100
34 -@@ -116,9 +116,6 @@
35 - fi
36 - AC_MSG_RESULT($have_gtk_2_12)
37 -
38 --if test "x$have_gtk_2_7" != "xyes"; then
39 -- CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
40 --fi
41 -
42 -
43 - AC_MSG_CHECKING([if GIMP is version 2.4.0 or newer])
44 -@@ -129,9 +126,6 @@
45 - fi
46 - AC_MSG_RESULT($have_gimp_2_4)
47 -
48 --if test "x$have_gimp_2_4" != "xyes"; then
49 -- CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
50 --fi
51 -
52 - AC_MSG_CHECKING([if we are on Win32])
53 - AC_LANG([C])
54
55 diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild b/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
56 deleted file mode 100644
57 index 862f2c55f02..00000000000
58 --- a/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
59 +++ /dev/null
60 @@ -1,34 +0,0 @@
61 -# Copyright 1999-2013 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI="4"
65 -
66 -inherit autotools eutils
67 -
68 -MY_P="${PN}-plugin-${PV}"
69 -
70 -DESCRIPTION="Content-aware resizing for the GIMP"
71 -HOMEPAGE="http://liquidrescale.wikidot.com/"
72 -SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2"
73 -
74 -LICENSE="GPL-2"
75 -SLOT="0"
76 -KEYWORDS="amd64 x86"
77 -IUSE=""
78 -
79 -RDEPEND="media-gfx/gimp
80 - media-libs/liblqr"
81 -DEPEND="dev-util/intltool
82 - ${RDEPEND}"
83 -
84 -S="${WORKDIR}/${MY_P}"
85 -
86 -src_prepare() {
87 - epatch "${FILESDIR}/${PN}-no-deprecated.patch"
88 - eautoreconf
89 -}
90 -
91 -src_install() {
92 - emake DESTDIR="${D}" install
93 - dodoc AUTHORS BUGS ChangeLog NEWS README TODO
94 -}