commit: 290c7694c6edccc0d1226047a338d55e12c7f885 Author: Jiayi Zhao <jeff.no.zhao <AT> gmail <DOT> com> AuthorDate: Wed Mar 14 15:04:35 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 15 22:27:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290c7694
media-gfx/qimgv: remove old Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7461 media-gfx/qimgv/qimgv-0.6.ebuild | 44 ---------------------------------------- 1 file changed, 44 deletions(-) diff --git a/media-gfx/qimgv/qimgv-0.6.ebuild b/media-gfx/qimgv/qimgv-0.6.ebuild deleted file mode 100644 index 1d1623a2470..00000000000 --- a/media-gfx/qimgv/qimgv-0.6.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils gnome2-utils xdg-utils - -DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5" -HOMEPAGE="https://github.com/easymodo/qimgv" -SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-video/mpv[libmpv] -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - # so cmake can find binaries - sed -i 's/build\/qimgv/${CMAKE_BINARY_DIR}\/qimgv/' CMakeLists.txt || die - - cmake-utils_src_prepare -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -}
