summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-15 17:54:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-15 20:37:23 +0100
commitaf2adaafa15d4fb1dfe0525d7e05973539f946f7 (patch)
treec72af6cb755b4054391a7adcad313e137ee421e4 /media-gfx/viewnior
parentgames-engines/gargoyle: Drop 2011.1-r1 (diff)
downloadgentoo-af2adaafa15d4fb1dfe0525d7e05973539f946f7.tar.gz
gentoo-af2adaafa15d4fb1dfe0525d7e05973539f946f7.tar.bz2
gentoo-af2adaafa15d4fb1dfe0525d7e05973539f946f7.zip
media-gfx/viewnior: Drop 1.6 and 1.7-r1
Bug: https://bugs.gentoo.org/774924 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/viewnior')
-rw-r--r--media-gfx/viewnior/Manifest1
-rw-r--r--media-gfx/viewnior/viewnior-1.6.ebuild49
-rw-r--r--media-gfx/viewnior/viewnior-1.7-r1.ebuild56
3 files changed, 0 insertions, 106 deletions
diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 1a372a9de88c..3327279caaf6 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1,2 +1 @@
-DIST viewnior-1.6.tar.gz 168966 BLAKE2B 1a04ec6ee4e05da8d0721115826d2550c7d24b4299c105eb6de7ec3fe74b350b49605dbe5246a5acd93562fd904923053ab99a5741b929abd99ace8b2ad148cc SHA512 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617
DIST viewnior-1.7.tar.gz 165719 BLAKE2B 906ab0b632fcc102ac62dd77d6742c2121c46cd92adc0dfe9ba772bf697eff356519dbb6219016a6470903c855aa4c9081f0d61ca1607d8d1b6d8e03236a19bc SHA512 5ba17d7b5ceeffa65b04213f179c1439b09ac44e412e0750dde159b118a714f28d3a290509a402b234e4e7ba5b185fc73eef65d418598f344911e4e2c1373fe5
diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild
deleted file mode 100644
index 501a6fa864c3..000000000000
--- a/media-gfx/viewnior/viewnior-1.6.ebuild
+++ /dev/null
@@ -1,49 +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 autotools
-
-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
- >=x11-libs/gtk+-2.20:2
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}
- dev-util/glib-utils
-"
-
-S="${WORKDIR}/${MY_PN}-${P}"
-
-src_prepare() {
- default
-
- # fix for bug #454230
- sed -r -i "s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1:" configure.ac
-
- eautoreconf
-}
-
-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
-}
diff --git a/media-gfx/viewnior/viewnior-1.7-r1.ebuild b/media-gfx/viewnior/viewnior-1.7-r1.ebuild
deleted file mode 100644
index 65dbbf38b891..000000000000
--- a/media-gfx/viewnior/viewnior-1.7-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils meson xdg-utils
-
-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=""
-
-RDEPEND="
- dev-libs/glib:2
- media-gfx/exiv2:0=
- x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}
- dev-util/glib-utils
- virtual/pkgconfig
- x11-misc/shared-mime-info
-"
-
-S="${WORKDIR}/${MY_PN}-${P}"
-
-PATCHES=(
- "${FILESDIR}/0.17-Replace-calls-to-getenv-with-g_getenv.patch"
-)
-
-src_prepare() {
- default
- # That script would update icon cache and desktop database
- sed -i "s/meson.add_install_script('meson_post_install.py')//" meson.build || die 'Failed to remove post-install-script invocation from meson.build'
- # Don't let meson compress the manpage
- sed -i "s/subdir('man')//" meson.build || die 'Failed to remove manpage compression from meson.build'
-}
-
-src_install() {
- meson_src_install
- doman man/viewnior.1
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}