summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-22 12:42:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-22 12:43:26 +0100
commit9db6deb7b278af1631ecb35206446869715745e7 (patch)
tree6779ddf94a509263e4edbecf8079d56d3bd9e5c6 /media-gfx/viewnior
parentmedia-gfx/viewnior: Fix RDEPEND sorting/style (diff)
downloadgentoo-9db6deb7b278af1631ecb35206446869715745e7.tar.gz
gentoo-9db6deb7b278af1631ecb35206446869715745e7.tar.bz2
gentoo-9db6deb7b278af1631ecb35206446869715745e7.zip
media-gfx/viewnior: Drop 1.7 (r0)
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/viewnior')
-rw-r--r--media-gfx/viewnior/viewnior-1.7.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-gfx/viewnior/viewnior-1.7.ebuild b/media-gfx/viewnior/viewnior-1.7.ebuild
deleted file mode 100644
index cc0bc1afeae5..000000000000
--- a/media-gfx/viewnior/viewnior-1.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit xdg-utils gnome2-utils meson
-
-MY_PN=Viewnior
-DESCRIPTION="Fast and simple image viewer"
-HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/hellosiyan/Viewnior"
-SRC_URI="https://github.com/hellosiyan/${MY_PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/glib:2
- media-gfx/exiv2:0=
- >=x11-libs/gtk+-2.20:2
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}
- dev-util/glib-utils
-"
-
-S="${WORKDIR}/${MY_PN}-${P}"
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}