From f57ea76c2a978f351c8bc8f9db71ee739fd88058 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 9 Dec 2018 19:56:42 +0300 Subject: media-gfx/cropgui: Drop old Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- media-gfx/cropgui/cropgui-0.1.1-r3.ebuild | 52 ------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 media-gfx/cropgui/cropgui-0.1.1-r3.ebuild (limited to 'media-gfx/cropgui/cropgui-0.1.1-r3.ebuild') diff --git a/media-gfx/cropgui/cropgui-0.1.1-r3.ebuild b/media-gfx/cropgui/cropgui-0.1.1-r3.ebuild deleted file mode 100644 index 5cd92de32b5a..000000000000 --- a/media-gfx/cropgui/cropgui-0.1.1-r3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 - -DESCRIPTION="GUI for lossless cropping of jpeg images" -HOMEPAGE="http://emergent.unpythonic.net/01248401946" -SRC_URI="http://media.unpythonic.net/emergent-files/01248401946/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${PYTHON_DEPS} - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - sed -i -e '/Encoding/d' \ - -e '/Version/d' \ - -e '/MimeType/s/$/&;/' \ - -e '/Categories/s/Application;//' \ - cropgui.desktop || die 'sed on cropgui.desktop failed' - # bug 471530 - epatch "${FILESDIR}/${P}-PIL.patch" - - epatch_user -} - -install_cropgui_wrapper() { - python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade - make_wrapper "${PN}.tmp" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py" - python_newexe "${ED%/}/usr/bin/${PN}.tmp" "${PN}" - rm "${ED%/}/usr/bin/${PN}.tmp" || die -} - -src_install() { - python_moduleinto "${PN}" - python_foreach_impl install_cropgui_wrapper - - domenu "${PN}.desktop" - doicon "${PN}.png" -} -- cgit v1.2.3-65-gdbad