summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2018-03-27 19:06:21 +0300
committerMichał Górny <mgorny@gentoo.org>2018-03-29 21:22:30 +0200
commit569f0a1aebbc11b6d9133179074bf0d1d51fd2ce (patch)
tree14c7cbfd964ab2209c83e49e71bc349d3d23f498 /media-plugins/gimp-lqr
parentsci-mathematics/spin: Remove old (diff)
downloadgentoo-569f0a1aebbc11b6d9133179074bf0d1d51fd2ce.tar.gz
gentoo-569f0a1aebbc11b6d9133179074bf0d1d51fd2ce.tar.bz2
gentoo-569f0a1aebbc11b6d9133179074bf0d1d51fd2ce.zip
media-plugins/gimp-lqr: Remove old
Closes: https://github.com/gentoo/gentoo/pull/7647 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-plugins/gimp-lqr')
-rw-r--r--media-plugins/gimp-lqr/Manifest1
-rw-r--r--media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch22
-rw-r--r--media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild34
3 files changed, 0 insertions, 57 deletions
diff --git a/media-plugins/gimp-lqr/Manifest b/media-plugins/gimp-lqr/Manifest
index 339ed23c2770..9fd783078245 100644
--- a/media-plugins/gimp-lqr/Manifest
+++ b/media-plugins/gimp-lqr/Manifest
@@ -1,2 +1 @@
-DIST gimp-lqr-plugin-0.7.1.tar.bz2 783423 BLAKE2B a904c5d8b82fef4e00f0ea36b9e9060958f9469748c54c33d7908723c821883a738906b9ded12213e2c175e0daeb8a86965b93600e03185d95342320149eb550 SHA512 6c7b4d6c28e6736a4dbfd4d97f4624f67dce0c88b57ee8688c52f3731971a3128a1968bb91824a9a5b58bdb0ca4bf23d5ae0fbabc3e0b4b422ae723423631d3b
DIST gimp-lqr-plugin-0.7.2.tar.bz2 784455 BLAKE2B 699557848a2503fb64f428ca404fa2c9b1c114bb11b1664e2f2690496b0acb3fb6d3903979c5f7cd4f0972211284f8d7bcf914b339db90184d38e628706b3156 SHA512 bcbd72aa8e31a86261a2de35c0d9acdbe6bef9f612281a32239578e0bbd74ba154a5b7fe2b8bfee4ef3301333c0ebb749a12732497d82452720bf9be271048c4
diff --git a/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch b/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
deleted file mode 100644
index b309df4d6090..000000000000
--- a/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.ac.orig 2012-02-24 19:32:04.000000000 +0100
-+++ configure.ac 2012-02-24 19:32:20.000000000 +0100
-@@ -116,9 +116,6 @@
- fi
- AC_MSG_RESULT($have_gtk_2_12)
-
--if test "x$have_gtk_2_7" != "xyes"; then
-- CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
--fi
-
-
- AC_MSG_CHECKING([if GIMP is version 2.4.0 or newer])
-@@ -129,9 +126,6 @@
- fi
- AC_MSG_RESULT($have_gimp_2_4)
-
--if test "x$have_gimp_2_4" != "xyes"; then
-- CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
--fi
-
- AC_MSG_CHECKING([if we are on Win32])
- AC_LANG([C])
diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild b/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
deleted file mode 100644
index 862f2c55f029..000000000000
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils
-
-MY_P="${PN}-plugin-${PV}"
-
-DESCRIPTION="Content-aware resizing for the GIMP"
-HOMEPAGE="http://liquidrescale.wikidot.com/"
-SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-gfx/gimp
- media-libs/liblqr"
-DEPEND="dev-util/intltool
- ${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-no-deprecated.patch"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}