summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-03-14 11:04:35 -0400
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-15 23:27:01 +0100
commit290c7694c6edccc0d1226047a338d55e12c7f885 (patch)
tree1f0a84ccebd610962da447ff0ee476ee493c3da6 /media-gfx/qimgv
parentmedia-gfx/qimgv: version bump 0.6.2 (diff)
downloadgentoo-290c7694c6edccc0d1226047a338d55e12c7f885.tar.gz
gentoo-290c7694c6edccc0d1226047a338d55e12c7f885.tar.bz2
gentoo-290c7694c6edccc0d1226047a338d55e12c7f885.zip
media-gfx/qimgv: remove old
Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7461
Diffstat (limited to 'media-gfx/qimgv')
-rw-r--r--media-gfx/qimgv/qimgv-0.6.ebuild44
1 files changed, 0 insertions, 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 1d1623a2470c..000000000000
--- 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
-}