public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2016-08-07  8:53 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2016-08-07  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a6df4ed2f90827f8dac83158e500a93626adbfe8
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:51:34 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:53:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6df4ed2

media-gfx/viewnior: version bump to 1.6

 media-gfx/viewnior/Manifest            |  1 +
 media-gfx/viewnior/viewnior-1.6.ebuild | 46 ++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index f5574d1..3f336fb 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1,2 +1,3 @@
 DIST viewnior-1.3.tar.gz 525015 SHA256 46c97c1a85361519b42fe008cfb8911e66f709f3a3a988c11047ab3726889f10 SHA512 1047422f73fc9bc7b7cbef1298f52bd1e59c0430bdcfa219061ec929c9c874f7872d3d6fbfcb44681f031deffd7fa5c2ffe2e98002df47ada8f432203feefa33 WHIRLPOOL 899a6f40fb4da994335cee5f21ee0613e60f7bbb3b1331730c25c44278f93da3c28abe08e3ddd61a1566c1c9117b24a743bf8336c4b72a0945fa333d6e5cfb03
 DIST viewnior-1.4.tar.gz 566470 SHA256 ea14f27d384962c0c429e123f1275938bacd2a636b995645aadf3d78c708616f SHA512 eef2efdbcb828f18b4fc4b6a63d191728dbb696b26a3bf4b0fd58c136182dc43486edd52f564f20fb5f773e472c9d7736d4ab7ae483f90c029071867cede9228 WHIRLPOOL 624ea88bdf4da57cfb7f740ef5b43468af2211895fd91a22338d7caef7458bbec86306bfbce738fc39219893451df866d1c1eeaa2fac92aeaef245b7276e5ff2
+DIST viewnior-1.6.tar.gz 168966 SHA256 89013f6d30c1c121d8cb6327d3ffc35a757fba1d777c24849d632afe244e60a0 SHA512 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617 WHIRLPOOL cc65f782617318902a90ee8e1b0fc7f3b8de7918f3f81375f08c98c5ce0149fbd01b5521f080ea38aefa0feae5c493fef16baaec5b2a543df05a9d57a5c6de5d

diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild
new file mode 100644
index 0000000..aff1db8
--- /dev/null
+++ b/media-gfx/viewnior/viewnior-1.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit fdo-mime gnome2-utils autotools
+
+MY_PN=Viewnior
+DESCRIPTION="Fast and simple image viewer"
+HOMEPAGE="http://siyanpanayotov.com/project/viewnior/ https://github.com/xsisqox/Viewnior"
+SRC_URI="https://github.com/xsisqox/${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}"
+
+S=${WORKDIR}/${MY_PN}-${P}
+
+src_prepare() {
+	# fix for bug #454230
+	sed -r -i "s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1:" configure.ac
+
+	eautoreconf
+	default
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2023-08-21 18:22 Andreas Sturmlechner
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2023-08-21 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     767c180e607c358e89cad04724f5635550d270c1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 17:52:08 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 18:22:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767c180e

media-gfx/viewnior: drop 1.8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.8.ebuild | 46 ----------------------------------
 1 file changed, 46 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild
deleted file mode 100644
index 3c7bc2cde40e..000000000000
--- a/media-gfx/viewnior/viewnior-1.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="Fast and simple image viewer"
-HOMEPAGE="https://siyanpanayotov.com/project/viewnior"
-SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/exiv2:0=
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-util/glib-utils
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN^}-${P}"
-
-src_prepare() {
-	# 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'
-
-	default
-}
-
-src_install() {
-	meson_src_install
-	doman man/viewnior.1
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2022-01-17  8:31 Jakov Smolić
  0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2022-01-17  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9cb0713aa225fabac4c5deab3c5938e5be83659d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 17 08:31:08 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 08:31:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb0713a

media-gfx/viewnior: Stabilize 1.8 amd64, #831247

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild
index 05444706ef80..3c7bc2cde40e 100644
--- a/media-gfx/viewnior/viewnior-1.8.ebuild
+++ b/media-gfx/viewnior/viewnior-1.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2022-01-16 17:26 Jakov Smolić
  0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2022-01-16 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e41ad5dd6ae71c92f8655ec75b2d9c1df79ea8fd
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 17:25:20 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 17:25:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41ad5dd

media-gfx/viewnior: Stabilize 1.8 x86, #831247

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild
index 176819f4274c..05444706ef80 100644
--- a/media-gfx/viewnior/viewnior-1.8.ebuild
+++ b/media-gfx/viewnior/viewnior-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2021-12-08 10:14 Yixun Lan
  0 siblings, 0 replies; 25+ messages in thread
From: Yixun Lan @ 2021-12-08 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3afc354062473b85806fb5e4eee2ce57fb9507e7
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Dec  6 18:44:39 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 10:11:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afc3540

media-gfx/viewnior: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild
index bfc5e7d7d105..176819f4274c 100644
--- a/media-gfx/viewnior/viewnior-1.8.ebuild
+++ b/media-gfx/viewnior/viewnior-1.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2021-11-29  7:33 Joonas Niilola
  0 siblings, 0 replies; 25+ messages in thread
From: Joonas Niilola @ 2021-11-29  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3129ce9d0d93d3e3d6ab50921f4ddcc6d8242caa
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Nov 21 20:48:02 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 07:28:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3129ce9d

media-gfx/viewnior: Version bump 1.8.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/23024
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/viewnior/Manifest            |  1 +
 media-gfx/viewnior/viewnior-1.8.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 3327279caaf6..7ce6c08a0f12 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1 +1,2 @@
 DIST viewnior-1.7.tar.gz 165719 BLAKE2B 906ab0b632fcc102ac62dd77d6742c2121c46cd92adc0dfe9ba772bf697eff356519dbb6219016a6470903c855aa4c9081f0d61ca1607d8d1b6d8e03236a19bc SHA512 5ba17d7b5ceeffa65b04213f179c1439b09ac44e412e0750dde159b118a714f28d3a290509a402b234e4e7ba5b185fc73eef65d418598f344911e4e2c1373fe5
+DIST viewnior-1.8.tar.gz 169219 BLAKE2B 6f6da16aa987acce8a48d24a645e1c033f113bb6e291da9f17810a7a04e5007d27c2f1afe3c62cc2d192003633a4128fb04a031160fbd51efbd0bb7dfabd8970 SHA512 0f9698801172ef6b8f5df4132526b2e605e9aa9fd69cf41a091a3623de9b2e84ca857e625aaa9e83f29df318f70a13fb458bac0df11ae46837b78ef257a00bee

diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild
new file mode 100644
index 000000000000..03ce179e58af
--- /dev/null
+++ b/media-gfx/viewnior/viewnior-1.8.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="Fast and simple image viewer"
+HOMEPAGE="https://siyanpanayotov.com/project/viewnior"
+SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/exiv2:0=
+	x11-libs/gtk+:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/glib-utils
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN^}-${P}"
+
+src_prepare() {
+	# 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'
+
+	default
+}
+
+src_install() {
+	meson_src_install
+	doman man/viewnior.1
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2021-11-29  7:33 Joonas Niilola
  0 siblings, 0 replies; 25+ messages in thread
From: Joonas Niilola @ 2021-11-29  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     255b36b99d6e398b3512ed971c1d032a56d7c945
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 07:29:09 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 07:29:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255b36b9

media-gfx/viewnior: add missing deps for 1.8

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.8.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-gfx/viewnior/viewnior-1.8.ebuild b/media-gfx/viewnior/viewnior-1.8.ebuild
index 03ce179e58af..bfc5e7d7d105 100644
--- a/media-gfx/viewnior/viewnior-1.8.ebuild
+++ b/media-gfx/viewnior/viewnior-1.8.ebuild
@@ -17,11 +17,13 @@ IUSE=""
 RDEPEND="
 	dev-libs/glib:2
 	media-gfx/exiv2:0=
+	x11-libs/gdk-pixbuf:2
 	x11-libs/gtk+:2
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
 	dev-util/glib-utils
+	sys-devel/gettext
 	virtual/pkgconfig
 "
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2021-03-15 19:37 Andreas Sturmlechner
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2021-03-15 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     af2adaafa15d4fb1dfe0525d7e05973539f946f7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 16:54:44 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 19:37:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2adaaf

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 <AT> gentoo.org>

 media-gfx/viewnior/Manifest               |  1 -
 media-gfx/viewnior/viewnior-1.6.ebuild    | 49 ---------------------------
 media-gfx/viewnior/viewnior-1.7-r1.ebuild | 56 -------------------------------
 3 files changed, 106 deletions(-)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 1a372a9de88..3327279caaf 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 501a6fa864c..00000000000
--- 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 65dbbf38b89..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2021-03-09  8:20 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-03-09  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e0baf466b478ee4a93ca1533453b73bb82dcec18
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 08:20:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 08:20:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0baf466

media-gfx/viewnior: Stabilize 1.7-r2 x86, #774924

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/viewnior/viewnior-1.7-r2.ebuild b/media-gfx/viewnior/viewnior-1.7-r2.ebuild
index 71d95bb73cc..10cdce44775 100644
--- a/media-gfx/viewnior/viewnior-1.7-r2.ebuild
+++ b/media-gfx/viewnior/viewnior-1.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2021-03-08 23:01 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-03-08 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     97d5bf354b456a46ed4dbf5fc9efe8ca669aae12
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  8 23:01:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  8 23:01:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d5bf35

media-gfx/viewnior: Stabilize 1.7-r2 amd64, #774924

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.7-r2.ebuild b/media-gfx/viewnior/viewnior-1.7-r2.ebuild
index 1c67cf68d56..71d95bb73cc 100644
--- a/media-gfx/viewnior/viewnior-1.7-r2.ebuild
+++ b/media-gfx/viewnior/viewnior-1.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/hellosiyan/${PN^}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2020-05-21  8:06 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2020-05-21  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ebf59c1b6e79ffc8a03230544ea360a3c0a92cf2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 08:05:00 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 21 08:05:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf59c1b

media-gfx/viewnior: x86 stable wrt bug #724030

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/viewnior/viewnior-1.7-r1.ebuild b/media-gfx/viewnior/viewnior-1.7-r1.ebuild
index 267e56adeb3..65dbbf38b89 100644
--- a/media-gfx/viewnior/viewnior-1.7-r1.ebuild
+++ b/media-gfx/viewnior/viewnior-1.7-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/hellosiyan/${MY_PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2020-05-21  7:53 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2020-05-21  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e689ccdbd311c846db007ccc6bbc7e9c3bd61d69
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 07:50:59 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 21 07:50:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e689ccdb

media-gfx/viewnior: amd64 stable wrt bug #724030

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.7-r1.ebuild b/media-gfx/viewnior/viewnior-1.7-r1.ebuild
index 57b9250ec62..267e56adeb3 100644
--- a/media-gfx/viewnior/viewnior-1.7-r1.ebuild
+++ b/media-gfx/viewnior/viewnior-1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/hellosiyan/${MY_PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2018-12-22 11:43 Andreas Sturmlechner
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2018-12-22 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9db6deb7b278af1631ecb35206446869715745e7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 11:42:51 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 11:43:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db6deb7

media-gfx/viewnior: Drop 1.7 (r0)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.7.ebuild | 40 ----------------------------------
 1 file changed, 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 cc0bc1afeae..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2018-12-22 11:43 Andreas Sturmlechner
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2018-12-22 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     07e995ef99cb67d0c6f4d9d959dbfcb671503156
Author:     tastytea <tastytea <AT> tastytea <DOT> de>
AuthorDate: Tue Nov 20 00:45:12 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 11:43:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e995ef

media-gfx/viewnior: Added Ronny Gutbrod as proxy-maintainer

Signed-off-by: Ronny Gutbrod <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/10451
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/viewnior/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/media-gfx/viewnior/metadata.xml b/media-gfx/viewnior/metadata.xml
index ad6627d4c88..441c94e6341 100644
--- a/media-gfx/viewnior/metadata.xml
+++ b/media-gfx/viewnior/metadata.xml
@@ -1,6 +1,14 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny Gutbrod</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">hellosiyan/Viewnior</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2018-12-22 11:43 Andreas Sturmlechner
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2018-12-22 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     65d608c760831acfdb3dc925be647bef6628e750
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 11:21:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 11:43:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d608c7

media-gfx/viewnior: Fix RDEPEND sorting/style

See also: https://github.com/gentoo/gentoo/pull/10451
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/viewnior/viewnior-1.7-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.7-r1.ebuild b/media-gfx/viewnior/viewnior-1.7-r1.ebuild
index 2ef58426b49..57b9250ec62 100644
--- a/media-gfx/viewnior/viewnior-1.7-r1.ebuild
+++ b/media-gfx/viewnior/viewnior-1.7-r1.ebuild
@@ -15,10 +15,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="media-gfx/exiv2:0=
+RDEPEND="
 	dev-libs/glib:2
-	x11-libs/gtk+:2"
-
+	media-gfx/exiv2:0=
+	x11-libs/gtk+:2
+"
 DEPEND="${RDEPEND}
 	dev-util/glib-utils
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2018-12-13  3:34 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2018-12-13  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3dc02f3a132b59e773770c0677d30b36207efcb8
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 03:30:52 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 03:32:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc02f3a

media-gfx/viewnior: version bump to 1.7

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/viewnior/Manifest            |  1 +
 media-gfx/viewnior/viewnior-1.7.ebuild | 40 ++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 0d63c302543..1a372a9de88 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1 +1,2 @@
 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.7.ebuild b/media-gfx/viewnior/viewnior-1.7.ebuild
new file mode 100644
index 00000000000..cc0bc1afeae
--- /dev/null
+++ b/media-gfx/viewnior/viewnior-1.7.ebuild
@@ -0,0 +1,40 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2018-10-20 18:52 Pacho Ramos
  0 siblings, 0 replies; 25+ messages in thread
From: Pacho Ramos @ 2018-10-20 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a5ae72a054ebbb118e82e807837a8e726f08a0fa
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 18:42:47 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 18:51:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ae72a0

media-gfx/viewnior: Needs dev-util/glib-utils

Closes: https://bugs.gentoo.org/668376
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-gfx/viewnior/viewnior-1.6.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild
index 1efc547aee7..501a6fa864c 100644
--- a/media-gfx/viewnior/viewnior-1.6.ebuild
+++ b/media-gfx/viewnior/viewnior-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,10 +17,13 @@ IUSE=""
 DEPEND="dev-libs/glib:2
 	media-gfx/exiv2
 	>=x11-libs/gtk+-2.20:2
-	x11-misc/shared-mime-info"
-RDEPEND="${DEPEND}"
+	x11-misc/shared-mime-info
+"
+RDEPEND="${DEPEND}
+	dev-util/glib-utils
+"
 
-S=${WORKDIR}/${MY_PN}-${P}
+S="${WORKDIR}/${MY_PN}-${P}"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2017-08-31 12:02 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2017-08-31 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d21af3599565e08b594cf926234fb63092eee58b
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 11:58:47 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 11:58:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21af359

media-gfx/viewnior: update github upstream metadata

 media-gfx/viewnior/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/viewnior/metadata.xml b/media-gfx/viewnior/metadata.xml
index 2913fd8b08d..029ef19d986 100644
--- a/media-gfx/viewnior/metadata.xml
+++ b/media-gfx/viewnior/metadata.xml
@@ -4,6 +4,6 @@
 	<longdescription lang="en">
 	</longdescription>
 	<upstream>
-		<remote-id type="github">xsisqox/Viewnior</remote-id>
+		<remote-id type="github">hellosiyan/Viewnior</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2017-08-31 12:02 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2017-08-31 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     595f999db650746d9aec52fb159e57c7561a562e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 12:00:37 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 12:01:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595f999d

media-gfx/viewnior: update SRC_URI and HOMEPAGE github page

 media-gfx/viewnior/viewnior-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild
index b98ebe15bea..1efc547aee7 100644
--- a/media-gfx/viewnior/viewnior-1.6.ebuild
+++ b/media-gfx/viewnior/viewnior-1.6.ebuild
@@ -6,8 +6,8 @@ inherit xdg-utils gnome2-utils autotools
 
 MY_PN=Viewnior
 DESCRIPTION="Fast and simple image viewer"
-HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/xsisqox/Viewnior"
-SRC_URI="https://github.com/xsisqox/${MY_PN}/archive/${P}.tar.gz"
+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"


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2017-08-31 12:02 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2017-08-31 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     fb94d19ef38174bcac207a539021602d56fbad0b
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 11:57:32 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 11:57:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb94d19e

media-gfx/viewnior: update from fdo-mime to xdg-utils eclass

 media-gfx/viewnior/viewnior-1.6.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild
index 6ae74e2e0ee..b98ebe15bea 100644
--- a/media-gfx/viewnior/viewnior-1.6.ebuild
+++ b/media-gfx/viewnior/viewnior-1.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils autotools
+inherit xdg-utils gnome2-utils autotools
 
 MY_PN=Viewnior
 DESCRIPTION="Fast and simple image viewer"
@@ -23,11 +23,12 @@ RDEPEND="${DEPEND}"
 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
-	default
 }
 
 pkg_preinst() {
@@ -35,11 +36,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2017-08-31 12:02 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2017-08-31 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b08979ba642d1ca22d986459425f79450165bca4
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 11:55:04 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 11:55:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08979ba

media-gfx/viewnior: use https for HOMEPAGE

 media-gfx/viewnior/viewnior-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild
index a536523a672..6ae74e2e0ee 100644
--- a/media-gfx/viewnior/viewnior-1.6.ebuild
+++ b/media-gfx/viewnior/viewnior-1.6.ebuild
@@ -6,7 +6,7 @@ inherit fdo-mime gnome2-utils autotools
 
 MY_PN=Viewnior
 DESCRIPTION="Fast and simple image viewer"
-HOMEPAGE="http://siyanpanayotov.com/project/viewnior/ https://github.com/xsisqox/Viewnior"
+HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/xsisqox/Viewnior"
 SRC_URI="https://github.com/xsisqox/${MY_PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2016-11-12  6:02 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2016-11-12  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c4810a0674fb7aaf07b4f88621259dfc90538468
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 05:56:56 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 05:56:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4810a06

media-gfx/viewnior: stabilize 1.6

 media-gfx/viewnior/viewnior-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild
index aff1db8..e34f3da 100644
--- a/media-gfx/viewnior/viewnior-1.6.ebuild
+++ b/media-gfx/viewnior/viewnior-1.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/xsisqox/${MY_PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-libs/glib:2


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2016-11-12  6:02 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2016-11-12  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b019288c41d0f8286148e3c1822e5c4a5f739384
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 05:57:18 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 05:57:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b019288c

media-gfx/viewnior: remove old

 media-gfx/viewnior/Manifest            |  1 -
 media-gfx/viewnior/viewnior-1.4.ebuild | 44 ----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index f35dedc..d71267b 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1,2 +1 @@
-DIST viewnior-1.4.tar.gz 566470 SHA256 ea14f27d384962c0c429e123f1275938bacd2a636b995645aadf3d78c708616f SHA512 eef2efdbcb828f18b4fc4b6a63d191728dbb696b26a3bf4b0fd58c136182dc43486edd52f564f20fb5f773e472c9d7736d4ab7ae483f90c029071867cede9228 WHIRLPOOL 624ea88bdf4da57cfb7f740ef5b43468af2211895fd91a22338d7caef7458bbec86306bfbce738fc39219893451df866d1c1eeaa2fac92aeaef245b7276e5ff2
 DIST viewnior-1.6.tar.gz 168966 SHA256 89013f6d30c1c121d8cb6327d3ffc35a757fba1d777c24849d632afe244e60a0 SHA512 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617 WHIRLPOOL cc65f782617318902a90ee8e1b0fc7f3b8de7918f3f81375f08c98c5ce0149fbd01b5521f080ea38aefa0feae5c493fef16baaec5b2a543df05a9d57a5c6de5d

diff --git a/media-gfx/viewnior/viewnior-1.4.ebuild b/media-gfx/viewnior/viewnior-1.4.ebuild
deleted file mode 100644
index c78edbf..00000000
--- a/media-gfx/viewnior/viewnior-1.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit fdo-mime gnome2-utils autotools
-
-DESCRIPTION="Fast and simple image viewer"
-HOMEPAGE="https://xsisqox.github.com/Viewnior/index.html"
-SRC_URI="https://www.dropbox.com/s/zytq0suabesv933/${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}"
-
-DOCS="AUTHORS ChangeLog* NEWS README TODO"
-
-src_prepare() {
-	# 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() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2016-08-07  8:53 Tim Harder
  0 siblings, 0 replies; 25+ messages in thread
From: Tim Harder @ 2016-08-07  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     77a793e22a8c1b873aebc835bc387aa684e4bcde
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:52:11 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:53:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a793e2

media-gfx/viewnior: remove old

 media-gfx/viewnior/Manifest            |  1 -
 media-gfx/viewnior/viewnior-1.3.ebuild | 44 ----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 3f336fb..f35dedc 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1,3 +1,2 @@
-DIST viewnior-1.3.tar.gz 525015 SHA256 46c97c1a85361519b42fe008cfb8911e66f709f3a3a988c11047ab3726889f10 SHA512 1047422f73fc9bc7b7cbef1298f52bd1e59c0430bdcfa219061ec929c9c874f7872d3d6fbfcb44681f031deffd7fa5c2ffe2e98002df47ada8f432203feefa33 WHIRLPOOL 899a6f40fb4da994335cee5f21ee0613e60f7bbb3b1331730c25c44278f93da3c28abe08e3ddd61a1566c1c9117b24a743bf8336c4b72a0945fa333d6e5cfb03
 DIST viewnior-1.4.tar.gz 566470 SHA256 ea14f27d384962c0c429e123f1275938bacd2a636b995645aadf3d78c708616f SHA512 eef2efdbcb828f18b4fc4b6a63d191728dbb696b26a3bf4b0fd58c136182dc43486edd52f564f20fb5f773e472c9d7736d4ab7ae483f90c029071867cede9228 WHIRLPOOL 624ea88bdf4da57cfb7f740ef5b43468af2211895fd91a22338d7caef7458bbec86306bfbce738fc39219893451df866d1c1eeaa2fac92aeaef245b7276e5ff2
 DIST viewnior-1.6.tar.gz 168966 SHA256 89013f6d30c1c121d8cb6327d3ffc35a757fba1d777c24849d632afe244e60a0 SHA512 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617 WHIRLPOOL cc65f782617318902a90ee8e1b0fc7f3b8de7918f3f81375f08c98c5ce0149fbd01b5521f080ea38aefa0feae5c493fef16baaec5b2a543df05a9d57a5c6de5d

diff --git a/media-gfx/viewnior/viewnior-1.3.ebuild b/media-gfx/viewnior/viewnior-1.3.ebuild
deleted file mode 100644
index 8d89fb9..0000000
--- a/media-gfx/viewnior/viewnior-1.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-inherit fdo-mime gnome2-utils autotools
-
-DESCRIPTION="Fast and simple image viewer"
-HOMEPAGE="https://xsisqox.github.com/Viewnior/index.html"
-SRC_URI="mirror://github/xsisqox/Viewnior/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-libs/glib:2
-	>=x11-libs/gtk+-2.20:2
-	x11-misc/shared-mime-info"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS ChangeLog* NEWS README TODO"
-
-src_prepare() {
-	# fix for bug #454230
-	sed -r -i "s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1:" configure.ac
-	sed -r -i "/^SHAVE_INIT/d" configure.ac
-
-	eautoreconf
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/
@ 2016-08-07  6:52 Pacho Ramos
  0 siblings, 0 replies; 25+ messages in thread
From: Pacho Ramos @ 2016-08-07  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     96f6cefde3313063228963ceb8ebf7440d14bef2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 06:40:31 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 06:40:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f6cefd

media-gfx/viewnior: Cleanup per bug #269977

Package-Manager: portage-2.3.0

 media-gfx/viewnior/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-gfx/viewnior/metadata.xml b/media-gfx/viewnior/metadata.xml
index e8c3124..2577434 100644
--- a/media-gfx/viewnior/metadata.xml
+++ b/media-gfx/viewnior/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>wired@gentoo.org</email>
-		<name>Alex Alexander</name>
-	</maintainer>
 	<longdescription lang="en">
 	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-08-21 18:22 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-07  8:53 [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/ Tim Harder
  -- strict thread matches above, loose matches on Subject: below --
2023-08-21 18:22 Andreas Sturmlechner
2022-01-17  8:31 Jakov Smolić
2022-01-16 17:26 Jakov Smolić
2021-12-08 10:14 Yixun Lan
2021-11-29  7:33 Joonas Niilola
2021-11-29  7:33 Joonas Niilola
2021-03-15 19:37 Andreas Sturmlechner
2021-03-09  8:20 Sam James
2021-03-08 23:01 Sam James
2020-05-21  8:06 Agostino Sarubbo
2020-05-21  7:53 Agostino Sarubbo
2018-12-22 11:43 Andreas Sturmlechner
2018-12-22 11:43 Andreas Sturmlechner
2018-12-22 11:43 Andreas Sturmlechner
2018-12-13  3:34 Tim Harder
2018-10-20 18:52 Pacho Ramos
2017-08-31 12:02 Tim Harder
2017-08-31 12:02 Tim Harder
2017-08-31 12:02 Tim Harder
2017-08-31 12:02 Tim Harder
2016-11-12  6:02 Tim Harder
2016-11-12  6:02 Tim Harder
2016-08-07  8:53 Tim Harder
2016-08-07  6:52 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox