* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2017-04-24 9:31 Pacho Ramos
0 siblings, 0 replies; 29+ messages in thread
From: Pacho Ramos @ 2017-04-24 9:31 UTC (permalink / raw
To: gentoo-commits
commit: 7672b0ff531b7f3f87530a2cd6eebcfed72e7d35
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 08:38:31 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 09:30:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7672b0ff
app-text/nfoview: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-text/nfoview/nfoview-1.15.1.ebuild | 4 ++--
app-text/nfoview/nfoview-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild
index 27c36f03e6d..e96a9fe27f5 100644
--- a/app-text/nfoview/nfoview-1.15.1.ebuild
+++ b/app-text/nfoview/nfoview-1.15.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1 fdo-mime gnome2-utils
if [[ ${PV} == "9999" ]] ; then
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index 2799221477f..58b524bbcff 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1 fdo-mime gnome2-utils
if [[ ${PV} == "9999" ]] ; then
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2024-05-28 15:27 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2024-05-28 15:27 UTC (permalink / raw
To: gentoo-commits
commit: b2257c2b89023c1c72d0db774c4a58c0f9ce8990
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 15:13:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 15:27:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2257c2b
app-text/nfoview: Enable py3.12
Closes: https://bugs.gentoo.org/929363
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/nfoview/nfoview-1.28.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.28.1-r1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
index 015d8780b5e0..117424916274 100644
--- a/app-text/nfoview/nfoview-1.28.1-r1.ebuild
+++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 virtualx xdg
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2023-02-25 19:08 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2023-02-25 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 13cda782bd89b95cf0dd361cc47ac6a34dbc53ce
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Sat Feb 25 12:33:23 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:52:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cda782
app-text/nfoview: enable py3.11
PEP517 migration is not applied, since this is the last
version of the package using distutils.
Closes: https://bugs.gentoo.org/896638
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/29786
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/nfoview/nfoview-1.28.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/nfoview/nfoview-1.28.1-r1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
index a349bf6e8039..015d8780b5e0 100644
--- a/app-text/nfoview/nfoview-1.28.1-r1.ebuild
+++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 virtualx xdg
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2022-05-20 13:28 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2022-05-20 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Fri May 20 11:46:14 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 20 13:27:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6daa22
app-text/nfoview: revert PEP 517 migration
causes location errors for include files
Closes: https://bugs.gentoo.org/846563
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/25572
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/{nfoview-1.28.1.ebuild => nfoview-1.28.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
similarity index 96%
rename from app-text/nfoview/nfoview-1.28.1.ebuild
rename to app-text/nfoview/nfoview-1.28.1-r1.ebuild
index 6fbe3ae73b90..227f00ed1eda 100644
--- a/app-text/nfoview/nfoview-1.28.1.ebuild
+++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
@@ -3,8 +3,8 @@
EAPI=8
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 virtualx xdg
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2022-05-20 3:27 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-05-20 3:27 UTC (permalink / raw
To: gentoo-commits
commit: 9b6edb1bbe2f8f12c824e707fd199a983fbfd9ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 03:20:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 20 03:20:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6edb1b
app-text/nfoview: simplify test machinery
- Only spawn virtx once for tests
- Use EPYTEST_DESELECT
- Avoid nonfatal trap with virtx/epytest/die [0]
[0] https://projects.gentoo.org/python/guide/distutils.html#running-tests-with-virtualx
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/nfoview/nfoview-1.28.1.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1.ebuild
index 931ecf18db47..6fbe3ae73b90 100644
--- a/app-text/nfoview/nfoview-1.28.1.ebuild
+++ b/app-text/nfoview/nfoview-1.28.1.ebuild
@@ -29,12 +29,13 @@ RDEPEND="${DEPEND}
media-fonts/cascadia-code
x11-libs/gtk+:3[introspection]"
+EPYTEST_DESELECT=(
+ "nfoview/test/test_util.py::TestModule::test_show_uri__unix"
+ "nfoview/test/test_util.py::TestModule::test_show_uri__windows"
+)
+
distutils_enable_tests pytest
-python_test() {
- local deselect=(
- --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__unix'
- --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__windows'
- )
- virtx epytest "${deselect[@]}"
+src_test() {
+ virtx distutils-r1_src_test
}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2022-05-20 1:17 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-05-20 1:17 UTC (permalink / raw
To: gentoo-commits
commit: c252f49d67248382f973a24214c4afdc61b78d08
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Thu May 19 16:01:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 20 01:16:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c252f49d
app-text/nfoview: temporarily remove live ebuild
upstream build system changes are WIP
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/25561
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/nfoview/nfoview-9999.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
deleted file mode 100644
index c619ae9688c5..000000000000
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-BDEPEND="${PYTHON_DEPS}
- sys-devel/gettext"
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/cascadia-code"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2022-05-20 1:17 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-05-20 1:17 UTC (permalink / raw
To: gentoo-commits
commit: 29de707aac13b0f6de8b660111be3b6631d076ab
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Thu May 19 15:56:27 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 20 01:16:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29de707a
app-text/nfoview: remove outdated versions
Closes: https://bugs.gentoo.org/845600
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/nfoview/Manifest | 2 --
app-text/nfoview/nfoview-1.27.1.ebuild | 40 ---------------------------------
app-text/nfoview/nfoview-1.28-r1.ebuild | 40 ---------------------------------
3 files changed, 82 deletions(-)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index e72415e88d61..358784e45e64 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,3 +1 @@
-DIST nfoview-1.27.1.tar.gz 60211 BLAKE2B 777d9f42a08a17d3790996ff76819a0b74c6e1f01625019259524e6e5cee9afc72ae463085071e4a23cefeebaf5b14f1bbeae949446356ed1aaebebaaf53e230 SHA512 7066995954997a20aec27ff820c0f0a067835e219f9029f696b2885a85c4714b32fc8d474291433f64d9b28e81e5f4c24989a6447affc7b206cef453342a05d2
DIST nfoview-1.28.1.tar.gz 62571 BLAKE2B 5ecfd83e9429f3d616d9b633a5f3042308df06253065946ea13c66f71dd937a2325f252e04812894d000fea3364337378c4d91b2c54ee530c9d225ce7752dc90 SHA512 55179791b1a8058777a8a8527758687ab5924e00086d1c85a95759d85eb65ec46f072ba5bd5521629f39737437002eb6cf4070bc25b0e9246c511c32c6b08e99
-DIST nfoview-1.28.tar.gz 61164 BLAKE2B 7fb1f150d343d5133e411486f3bff7315765187920dc5821de7d717f3381b6126263585a23fdb7847403ae992ee98b7503f7313a312adb0e6b2fb992e69da4a8 SHA512 652ed3a5dd3cad547c6c0f93a0c686c42e9fc58e2f90a682432cbcb865a1b6ab6cb55424ed68128718c0c867ad353d170ecf54619f7006445cb9761bced2bbd3
diff --git a/app-text/nfoview/nfoview-1.27.1.ebuild b/app-text/nfoview/nfoview-1.27.1.ebuild
deleted file mode 100644
index 446109f53d49..000000000000
--- a/app-text/nfoview/nfoview-1.27.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 xdg-utils
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-BDEPEND="${PYTHON_DEPS}
- sys-devel/gettext"
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/terminus-font"
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/app-text/nfoview/nfoview-1.28-r1.ebuild b/app-text/nfoview/nfoview-1.28-r1.ebuild
deleted file mode 100644
index eccd3ea00f3e..000000000000
--- a/app-text/nfoview/nfoview-1.28-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 virtualx xdg
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-BDEPEND="${PYTHON_DEPS}
- sys-devel/gettext"
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/cascadia-code
- x11-libs/gtk+:3[introspection]"
-
-distutils_enable_tests pytest
-
-python_test() {
- local deselect=(
- --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__unix'
- --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__windows'
- )
- virtx epytest "${deselect[@]}"
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2022-05-20 1:17 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-05-20 1:17 UTC (permalink / raw
To: gentoo-commits
commit: 9a8c430b2d03c8a005a2fbd007e06ee2fb58ad6e
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Thu May 19 14:39:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 20 01:16:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8c430b
app-text/nfoview: bump to 1.28.1
add PYTHON_COMPAT python3_10
update to EAPI8
migrating to PEP 517
Bug: https://bugs.gentoo.org/845600
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/nfoview/Manifest | 1 +
app-text/nfoview/nfoview-1.28.1.ebuild | 40 ++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index e7f92bafe55d..e72415e88d61 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1,3 @@
DIST nfoview-1.27.1.tar.gz 60211 BLAKE2B 777d9f42a08a17d3790996ff76819a0b74c6e1f01625019259524e6e5cee9afc72ae463085071e4a23cefeebaf5b14f1bbeae949446356ed1aaebebaaf53e230 SHA512 7066995954997a20aec27ff820c0f0a067835e219f9029f696b2885a85c4714b32fc8d474291433f64d9b28e81e5f4c24989a6447affc7b206cef453342a05d2
+DIST nfoview-1.28.1.tar.gz 62571 BLAKE2B 5ecfd83e9429f3d616d9b633a5f3042308df06253065946ea13c66f71dd937a2325f252e04812894d000fea3364337378c4d91b2c54ee530c9d225ce7752dc90 SHA512 55179791b1a8058777a8a8527758687ab5924e00086d1c85a95759d85eb65ec46f072ba5bd5521629f39737437002eb6cf4070bc25b0e9246c511c32c6b08e99
DIST nfoview-1.28.tar.gz 61164 BLAKE2B 7fb1f150d343d5133e411486f3bff7315765187920dc5821de7d717f3381b6126263585a23fdb7847403ae992ee98b7503f7313a312adb0e6b2fb992e69da4a8 SHA512 652ed3a5dd3cad547c6c0f93a0c686c42e9fc58e2f90a682432cbcb865a1b6ab6cb55424ed68128718c0c867ad353d170ecf54619f7006445cb9761bced2bbd3
diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1.ebuild
new file mode 100644
index 000000000000..931ecf18db47
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.28.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 virtualx xdg
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+HOMEPAGE="https://otsaloma.io/nfoview/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+BDEPEND="${PYTHON_DEPS}
+ sys-devel/gettext"
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ media-fonts/cascadia-code
+ x11-libs/gtk+:3[introspection]"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local deselect=(
+ --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__unix'
+ --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__windows'
+ )
+ virtx epytest "${deselect[@]}"
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2021-06-18 14:47 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2021-06-18 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 0e7323dbbf69ea2cf0549b1d8d4de63189633b8d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 14:46:33 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 14:47:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7323db
app-text/nfoview: revbump due to updated RDEPEND
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/{nfoview-1.28.ebuild => nfoview-1.28-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28-r1.ebuild
similarity index 100%
rename from app-text/nfoview/nfoview-1.28.ebuild
rename to app-text/nfoview/nfoview-1.28-r1.ebuild
^ permalink raw reply [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2021-06-18 14:47 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2021-06-18 14:47 UTC (permalink / raw
To: gentoo-commits
commit: ad567322e26c6847d93300f9fea3e180898ee101
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Fri Jun 18 10:35:34 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 14:47:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad567322
app-text/nfoview: enable pytest
use distutils_enable_tests pytest
Closes: https://bugs.gentoo.org/796287
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/nfoview-1.28.ebuild | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28.ebuild
index c619ae9688c..2b8c11296e6 100644
--- a/app-text/nfoview/nfoview-1.28.ebuild
+++ b/app-text/nfoview/nfoview-1.28.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
@@ -6,7 +6,7 @@ EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1 xdg
+inherit distutils-r1 virtualx xdg
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
@@ -27,3 +27,13 @@ BDEPEND="${PYTHON_DEPS}
DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/cascadia-code"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local deselect=(
+ --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__unix'
+ --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__windows'
+ )
+ virtx epytest "${deselect[@]}"
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2021-06-18 14:47 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2021-06-18 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 066baf1974e0dc0348de4373d02429ded86bef6f
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Fri Jun 18 13:05:44 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 14:47:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066baf19
app-text/nfoview: add missing dep
- x11-libs/gtk+:3[introspection]
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/21304
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/nfoview-1.28.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28.ebuild
index 2b8c11296e6..eccd3ea00f3 100644
--- a/app-text/nfoview/nfoview-1.28.ebuild
+++ b/app-text/nfoview/nfoview-1.28.ebuild
@@ -26,7 +26,8 @@ BDEPEND="${PYTHON_DEPS}
sys-devel/gettext"
DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
- media-fonts/cascadia-code"
+ media-fonts/cascadia-code
+ x11-libs/gtk+:3[introspection]"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2020-12-16 8:18 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-12-16 8:18 UTC (permalink / raw
To: gentoo-commits
commit: 2cf54f0e0d11e51893565513d4f8df80dce1d951
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 08:18:01 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 08:18:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf54f0e
app-text/nfoview: simplify ebuild
* No need to declare blank IUSE (default)
* Use xdg.eclass for its lovely auto-cache updater
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/nfoview/nfoview-1.28.ebuild | 13 +------------
app-text/nfoview/nfoview-9999.ebuild | 13 +------------
2 files changed, 2 insertions(+), 24 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28.ebuild
index d8afed88183..7118320a046 100644
--- a/app-text/nfoview/nfoview-1.28.ebuild
+++ b/app-text/nfoview/nfoview-1.28.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit distutils-r1 xdg-utils
+inherit distutils-r1 xdg
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
@@ -21,20 +21,9 @@ HOMEPAGE="https://otsaloma.io/nfoview/"
LICENSE="GPL-3+"
SLOT="0"
-IUSE=""
BDEPEND="${PYTHON_DEPS}
sys-devel/gettext"
DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/cascadia-code"
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index d8afed88183..7118320a046 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit distutils-r1 xdg-utils
+inherit distutils-r1 xdg
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
@@ -21,20 +21,9 @@ HOMEPAGE="https://otsaloma.io/nfoview/"
LICENSE="GPL-3+"
SLOT="0"
-IUSE=""
BDEPEND="${PYTHON_DEPS}
sys-devel/gettext"
DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/cascadia-code"
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2020-12-16 8:18 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-12-16 8:18 UTC (permalink / raw
To: gentoo-commits
commit: b05be2fa06fa2b7fc7b103bb1ee1d7cee7164013
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Dec 14 14:41:52 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 08:14:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05be2fa
app-text/nfoview: update live to latest changes
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/18650
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/nfoview/nfoview-9999.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index a6e9e5a10d6..d8afed88183 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit distutils-r1 gnome2-utils xdg-utils
+inherit distutils-r1 xdg-utils
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
@@ -22,16 +23,18 @@ LICENSE="GPL-3+"
SLOT="0"
IUSE=""
+BDEPEND="${PYTHON_DEPS}
+ sys-devel/gettext"
DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
- media-fonts/terminus-font"
+ media-fonts/cascadia-code"
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2020-12-16 8:18 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-12-16 8:18 UTC (permalink / raw
To: gentoo-commits
commit: ff2e7dc094e6f0c90ef9a419b2d930e8f164f26a
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Dec 14 14:38:02 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 08:14:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2e7dc0
app-text/nfoview: add python3_9 compatibility
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/nfoview/nfoview-1.28.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28.ebuild
index ac3f5a72209..d8afed88183 100644
--- a/app-text/nfoview/nfoview-1.28.ebuild
+++ b/app-text/nfoview/nfoview-1.28.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 xdg-utils
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2020-06-15 10:57 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-06-15 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 5d7783e153e8748fde38814da9bacf68585542e3
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Jun 8 15:13:36 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 10:57:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7783e1
app-text/nfoview: cleanup old versions
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/16122
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/Manifest | 2 --
app-text/nfoview/nfoview-1.26.ebuild | 37 ----------------------------------
app-text/nfoview/nfoview-1.27.ebuild | 39 ------------------------------------
3 files changed, 78 deletions(-)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index 1bae13e5764..e7f92bafe55 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,4 +1,2 @@
-DIST nfoview-1.26.tar.gz 117468 BLAKE2B 7fec761774ee66f1f5845d2d49cf99644d522c6fe402bdfd578e12371b58b3ac5a80b77959c92531ff54362c2234d043fa219b50730158c91310ba67b491f729 SHA512 2e697e3a49aa85fe0865ad9f281ea830e692335682658061f2aaaa1c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336
DIST nfoview-1.27.1.tar.gz 60211 BLAKE2B 777d9f42a08a17d3790996ff76819a0b74c6e1f01625019259524e6e5cee9afc72ae463085071e4a23cefeebaf5b14f1bbeae949446356ed1aaebebaaf53e230 SHA512 7066995954997a20aec27ff820c0f0a067835e219f9029f696b2885a85c4714b32fc8d474291433f64d9b28e81e5f4c24989a6447affc7b206cef453342a05d2
-DIST nfoview-1.27.tar.gz 60094 BLAKE2B 3186de6d04b50aa4388f606a49f8c2f13a0fe3494d49a1dbbd2ffc84cc039f03f47223e3aed469c32c3fbb01d277cba7f53290056dbcc7fec8e0eeec7ebcb596 SHA512 157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5
DIST nfoview-1.28.tar.gz 61164 BLAKE2B 7fb1f150d343d5133e411486f3bff7315765187920dc5821de7d717f3381b6126263585a23fdb7847403ae992ee98b7503f7313a312adb0e6b2fb992e69da4a8 SHA512 652ed3a5dd3cad547c6c0f93a0c686c42e9fc58e2f90a682432cbcb865a1b6ab6cb55424ed68128718c0c867ad353d170ecf54619f7006445cb9761bced2bbd3
diff --git a/app-text/nfoview/nfoview-1.26.ebuild b/app-text/nfoview/nfoview-1.26.ebuild
deleted file mode 100644
index a6e9e5a10d6..00000000000
--- a/app-text/nfoview/nfoview-1.26.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/terminus-font"
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/app-text/nfoview/nfoview-1.27.ebuild b/app-text/nfoview/nfoview-1.27.ebuild
deleted file mode 100644
index 568e5c1e57b..00000000000
--- a/app-text/nfoview/nfoview-1.27.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 xdg-utils
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-BDEPEND="${PYTHON_DEPS}
- sys-devel/gettext"
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/terminus-font"
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2020-06-15 10:57 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-06-15 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 70ee82fb8ac7c99ee2637711f2a5cb5f2a995be5
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Jun 8 15:10:01 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 10:57:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ee82fb
app-text/nfoview: bump to 1.28
default font changed to media-fonts/cascadia-code
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/Manifest | 1 +
app-text/nfoview/nfoview-1.28.ebuild | 40 ++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index 9c10a725ed5..1bae13e5764 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,3 +1,4 @@
DIST nfoview-1.26.tar.gz 117468 BLAKE2B 7fec761774ee66f1f5845d2d49cf99644d522c6fe402bdfd578e12371b58b3ac5a80b77959c92531ff54362c2234d043fa219b50730158c91310ba67b491f729 SHA512 2e697e3a49aa85fe0865ad9f281ea830e692335682658061f2aaaa1c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336
DIST nfoview-1.27.1.tar.gz 60211 BLAKE2B 777d9f42a08a17d3790996ff76819a0b74c6e1f01625019259524e6e5cee9afc72ae463085071e4a23cefeebaf5b14f1bbeae949446356ed1aaebebaaf53e230 SHA512 7066995954997a20aec27ff820c0f0a067835e219f9029f696b2885a85c4714b32fc8d474291433f64d9b28e81e5f4c24989a6447affc7b206cef453342a05d2
DIST nfoview-1.27.tar.gz 60094 BLAKE2B 3186de6d04b50aa4388f606a49f8c2f13a0fe3494d49a1dbbd2ffc84cc039f03f47223e3aed469c32c3fbb01d277cba7f53290056dbcc7fec8e0eeec7ebcb596 SHA512 157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5
+DIST nfoview-1.28.tar.gz 61164 BLAKE2B 7fb1f150d343d5133e411486f3bff7315765187920dc5821de7d717f3381b6126263585a23fdb7847403ae992ee98b7503f7313a312adb0e6b2fb992e69da4a8 SHA512 652ed3a5dd3cad547c6c0f93a0c686c42e9fc58e2f90a682432cbcb865a1b6ab6cb55424ed68128718c0c867ad353d170ecf54619f7006445cb9761bced2bbd3
diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28.ebuild
new file mode 100644
index 00000000000..ac3f5a72209
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.28.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1 xdg-utils
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+HOMEPAGE="https://otsaloma.io/nfoview/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+BDEPEND="${PYTHON_DEPS}
+ sys-devel/gettext"
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ media-fonts/cascadia-code"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2020-04-21 12:45 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2020-04-21 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 30bb283628933bb6e0eaadd14e32a37fb4d4c8c1
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Apr 13 11:01:13 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 12:44:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bb2836
app-text/nfoview: bump to version 1.27.1
PYTHON_COMPAT added python3_8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/15329
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/Manifest | 1 +
app-text/nfoview/nfoview-1.27.1.ebuild | 40 ++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index 7bbfa1dafa1..9c10a725ed5 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1,3 @@
DIST nfoview-1.26.tar.gz 117468 BLAKE2B 7fec761774ee66f1f5845d2d49cf99644d522c6fe402bdfd578e12371b58b3ac5a80b77959c92531ff54362c2234d043fa219b50730158c91310ba67b491f729 SHA512 2e697e3a49aa85fe0865ad9f281ea830e692335682658061f2aaaa1c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336
+DIST nfoview-1.27.1.tar.gz 60211 BLAKE2B 777d9f42a08a17d3790996ff76819a0b74c6e1f01625019259524e6e5cee9afc72ae463085071e4a23cefeebaf5b14f1bbeae949446356ed1aaebebaaf53e230 SHA512 7066995954997a20aec27ff820c0f0a067835e219f9029f696b2885a85c4714b32fc8d474291433f64d9b28e81e5f4c24989a6447affc7b206cef453342a05d2
DIST nfoview-1.27.tar.gz 60094 BLAKE2B 3186de6d04b50aa4388f606a49f8c2f13a0fe3494d49a1dbbd2ffc84cc039f03f47223e3aed469c32c3fbb01d277cba7f53290056dbcc7fec8e0eeec7ebcb596 SHA512 157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5
diff --git a/app-text/nfoview/nfoview-1.27.1.ebuild b/app-text/nfoview/nfoview-1.27.1.ebuild
new file mode 100644
index 00000000000..cf88d098479
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.27.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1 xdg-utils
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+HOMEPAGE="https://otsaloma.io/nfoview/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+BDEPEND="${PYTHON_DEPS}
+ sys-devel/gettext"
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ media-fonts/terminus-font"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2019-09-27 5:05 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2019-09-27 5:05 UTC (permalink / raw
To: gentoo-commits
commit: 5917e0160d5104a910652a987cba863f305fe85e
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Wed Sep 25 14:49:47 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 05:05:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5917e016
app-text/nfoview: clean old ebuilds
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/13038
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/Manifest | 2 --
app-text/nfoview/nfoview-1.23.ebuild | 37 ------------------------------------
app-text/nfoview/nfoview-1.24.ebuild | 37 ------------------------------------
3 files changed, 76 deletions(-)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index 16309ae8357..7bbfa1dafa1 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,4 +1,2 @@
-DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
-DIST nfoview-1.24.tar.gz 86037 BLAKE2B 5d565680864f1a73a64d9557e69eda0771dc164f12018ac8964fb1c2225005c1bb881c7b9035c7baed2021838e3a291e52fb5af84cf9c271c046cfddd684270c SHA512 91ad1f9f972b7681655b429c0910475012bd2231e51c6db5659b19fb869779d1de10dadc1d6461fa7d577c051af9b74f1d463543a429e1dca438a4ff17ac2293
DIST nfoview-1.26.tar.gz 117468 BLAKE2B 7fec761774ee66f1f5845d2d49cf99644d522c6fe402bdfd578e12371b58b3ac5a80b77959c92531ff54362c2234d043fa219b50730158c91310ba67b491f729 SHA512 2e697e3a49aa85fe0865ad9f281ea830e692335682658061f2aaaa1c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336
DIST nfoview-1.27.tar.gz 60094 BLAKE2B 3186de6d04b50aa4388f606a49f8c2f13a0fe3494d49a1dbbd2ffc84cc039f03f47223e3aed469c32c3fbb01d277cba7f53290056dbcc7fec8e0eeec7ebcb596 SHA512 157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5
diff --git a/app-text/nfoview/nfoview-1.23.ebuild b/app-text/nfoview/nfoview-1.23.ebuild
deleted file mode 100644
index b7aa96c2ddb..00000000000
--- a/app-text/nfoview/nfoview-1.23.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/terminus-font"
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
diff --git a/app-text/nfoview/nfoview-1.24.ebuild b/app-text/nfoview/nfoview-1.24.ebuild
deleted file mode 100644
index b7aa96c2ddb..00000000000
--- a/app-text/nfoview/nfoview-1.24.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/terminus-font"
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2019-09-27 5:05 Joonas Niilola
0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2019-09-27 5:05 UTC (permalink / raw
To: gentoo-commits
commit: 35a09f21d078122f928f3d3cd6a5c811c1e46184
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Wed Sep 25 14:34:50 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 05:05:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a09f21
app-text/nfoview: bump to version 1.27
migrate to EAPI 7
add gettext dependency
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/nfoview/Manifest | 1 +
app-text/nfoview/nfoview-1.27.ebuild | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index 0db66da8ac0..16309ae8357 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,3 +1,4 @@
DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
DIST nfoview-1.24.tar.gz 86037 BLAKE2B 5d565680864f1a73a64d9557e69eda0771dc164f12018ac8964fb1c2225005c1bb881c7b9035c7baed2021838e3a291e52fb5af84cf9c271c046cfddd684270c SHA512 91ad1f9f972b7681655b429c0910475012bd2231e51c6db5659b19fb869779d1de10dadc1d6461fa7d577c051af9b74f1d463543a429e1dca438a4ff17ac2293
DIST nfoview-1.26.tar.gz 117468 BLAKE2B 7fec761774ee66f1f5845d2d49cf99644d522c6fe402bdfd578e12371b58b3ac5a80b77959c92531ff54362c2234d043fa219b50730158c91310ba67b491f729 SHA512 2e697e3a49aa85fe0865ad9f281ea830e692335682658061f2aaaa1c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336
+DIST nfoview-1.27.tar.gz 60094 BLAKE2B 3186de6d04b50aa4388f606a49f8c2f13a0fe3494d49a1dbbd2ffc84cc039f03f47223e3aed469c32c3fbb01d277cba7f53290056dbcc7fec8e0eeec7ebcb596 SHA512 157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5
diff --git a/app-text/nfoview/nfoview-1.27.ebuild b/app-text/nfoview/nfoview-1.27.ebuild
new file mode 100644
index 00000000000..3229ddf95d7
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.27.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1 xdg-utils
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+HOMEPAGE="https://otsaloma.io/nfoview/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+BDEPEND="${PYTHON_DEPS}
+ sys-devel/gettext"
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ media-fonts/terminus-font"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2019-01-07 21:06 Georgy Yakovlev
0 siblings, 0 replies; 29+ messages in thread
From: Georgy Yakovlev @ 2019-01-07 21:06 UTC (permalink / raw
To: gentoo-commits
commit: 9ac727d83f9a2ea4aece3e76dc0f4a465e133f3f
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Fri Jan 4 21:54:02 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 21:05:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac727d8
app-text/nfoview: bump to version 1.26
* remove pkg_preinst
* fix license
* capitalize description
* add python_targets_python3_7
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10669
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-text/nfoview/Manifest | 1 +
app-text/nfoview/nfoview-1.26.ebuild | 37 ++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index c529440fbf6..0db66da8ac0 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1,3 @@
DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
DIST nfoview-1.24.tar.gz 86037 BLAKE2B 5d565680864f1a73a64d9557e69eda0771dc164f12018ac8964fb1c2225005c1bb881c7b9035c7baed2021838e3a291e52fb5af84cf9c271c046cfddd684270c SHA512 91ad1f9f972b7681655b429c0910475012bd2231e51c6db5659b19fb869779d1de10dadc1d6461fa7d577c051af9b74f1d463543a429e1dca438a4ff17ac2293
+DIST nfoview-1.26.tar.gz 117468 BLAKE2B 7fec761774ee66f1f5845d2d49cf99644d522c6fe402bdfd578e12371b58b3ac5a80b77959c92531ff54362c2234d043fa219b50730158c91310ba67b491f729 SHA512 2e697e3a49aa85fe0865ad9f281ea830e692335682658061f2aaaa1c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336
diff --git a/app-text/nfoview/nfoview-1.26.ebuild b/app-text/nfoview/nfoview-1.26.ebuild
new file mode 100644
index 00000000000..fd688874d73
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.26.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit distutils-r1 gnome2-utils xdg-utils
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+HOMEPAGE="https://otsaloma.io/nfoview/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ media-fonts/terminus-font"
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2019-01-07 21:06 Georgy Yakovlev
0 siblings, 0 replies; 29+ messages in thread
From: Georgy Yakovlev @ 2019-01-07 21:06 UTC (permalink / raw
To: gentoo-commits
commit: 6e22148aabeadc5ec480fc72513ee05781b5b7ff
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Fri Jan 4 21:55:40 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 21:05:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e22148a
app-text/nfoview: sync other ebuilds to 1.26
* exclude python_targets_python3_7 for non live ebuilds
Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-text/nfoview/nfoview-1.23.ebuild | 10 +++-------
app-text/nfoview/nfoview-1.24.ebuild | 10 +++-------
app-text/nfoview/nfoview-9999.ebuild | 12 ++++--------
3 files changed, 10 insertions(+), 22 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.23.ebuild b/app-text/nfoview/nfoview-1.23.ebuild
index 5b1cf0483c6..9eb90a2288e 100644
--- a/app-text/nfoview/nfoview-1.23.ebuild
+++ b/app-text/nfoview/nfoview-1.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,10 +15,10 @@ else
KEYWORDS="~amd64 ~x86"
fi
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
HOMEPAGE="https://otsaloma.io/nfoview/"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
IUSE=""
@@ -26,10 +26,6 @@ DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/terminus-font"
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update
diff --git a/app-text/nfoview/nfoview-1.24.ebuild b/app-text/nfoview/nfoview-1.24.ebuild
index 5b1cf0483c6..9eb90a2288e 100644
--- a/app-text/nfoview/nfoview-1.24.ebuild
+++ b/app-text/nfoview/nfoview-1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,10 +15,10 @@ else
KEYWORDS="~amd64 ~x86"
fi
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
HOMEPAGE="https://otsaloma.io/nfoview/"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
IUSE=""
@@ -26,10 +26,6 @@ DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/terminus-font"
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index 5b1cf0483c6..fd688874d73 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
inherit distutils-r1 gnome2-utils xdg-utils
@@ -15,10 +15,10 @@ else
KEYWORDS="~amd64 ~x86"
fi
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
HOMEPAGE="https://otsaloma.io/nfoview/"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
IUSE=""
@@ -26,10 +26,6 @@ DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/terminus-font"
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2018-04-26 10:19 David Seifert
0 siblings, 0 replies; 29+ messages in thread
From: David Seifert @ 2018-04-26 10:19 UTC (permalink / raw
To: gentoo-commits
commit: 64b7bf85dca6f37504846754a3f01bb8bc4b482c
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Wed Apr 25 15:28:11 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 10:18:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b7bf85
app-text/nfoview: bump to 1.24
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8132
app-text/nfoview/Manifest | 1 +
app-text/nfoview/nfoview-1.24.ebuild | 41 ++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index d5aa3037cca..c529440fbf6 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1 +1,2 @@
DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
+DIST nfoview-1.24.tar.gz 86037 BLAKE2B 5d565680864f1a73a64d9557e69eda0771dc164f12018ac8964fb1c2225005c1bb881c7b9035c7baed2021838e3a291e52fb5af84cf9c271c046cfddd684270c SHA512 91ad1f9f972b7681655b429c0910475012bd2231e51c6db5659b19fb869779d1de10dadc1d6461fa7d577c051af9b74f1d463543a429e1dca438a4ff17ac2293
diff --git a/app-text/nfoview/nfoview-1.24.ebuild b/app-text/nfoview/nfoview-1.24.ebuild
new file mode 100644
index 00000000000..5b1cf0483c6
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.24.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1 gnome2-utils xdg-utils
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+HOMEPAGE="https://otsaloma.io/nfoview/"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ media-fonts/terminus-font"
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2018-01-16 9:48 Michael Palimaka
0 siblings, 0 replies; 29+ messages in thread
From: Michael Palimaka @ 2018-01-16 9:48 UTC (permalink / raw
To: gentoo-commits
commit: d55cf041e460fce3bc2b5c53354598f6722f2b26
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Jan 15 13:59:10 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 09:47:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55cf041
app-text/nfoview: remove outdated/broken version
Bug: https://bugs.gentoo.org/614314
Closes: https://github.com/gentoo/gentoo/pull/6868
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-text/nfoview/Manifest | 1 -
app-text/nfoview/nfoview-1.15.1.ebuild | 41 ----------------------------------
2 files changed, 42 deletions(-)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index 161606dad25..d5aa3037cca 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1 @@
-DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426
DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild
deleted file mode 100644
index eacdccc7a4a..00000000000
--- a/app-text/nfoview/nfoview-1.15.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
- inherit git-r3
-else
- SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="http://home.gna.org/nfoview/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- media-fonts/terminus-font"
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2018-01-09 1:47 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2018-01-09 1:47 UTC (permalink / raw
To: gentoo-commits
commit: af81e02443d5a1f2f76cd9f233dd4a45f8c3506f
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Jan 8 21:51:33 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 01:47:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af81e024
app-text/nfoview: fix bad distfile name
renamed from "${PV}.tar.gz" to "${P}.tar.gz"
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6801
app-text/nfoview/Manifest | 2 +-
app-text/nfoview/nfoview-1.23.ebuild | 2 +-
app-text/nfoview/nfoview-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index b11d2108ccf..161606dad25 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1,2 @@
-DIST 1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426
+DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
diff --git a/app-text/nfoview/nfoview-1.23.ebuild b/app-text/nfoview/nfoview-1.23.ebuild
index 860d9eb9b04..5b1cf0483c6 100644
--- a/app-text/nfoview/nfoview-1.23.ebuild
+++ b/app-text/nfoview/nfoview-1.23.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
inherit git-r3
else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index 860d9eb9b04..5b1cf0483c6 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
inherit git-r3
else
- SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2018-01-08 20:10 Craig Andrews
0 siblings, 0 replies; 29+ messages in thread
From: Craig Andrews @ 2018-01-08 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 7c46804777a3d57b6bb851f2867aab5c3a2c4403
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Jan 8 19:21:02 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 20:10:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c468047
app-text/nfoview: add proxy maintainer
Till Schäfer <till2.schaefer <AT> uni-dortmund.de> is added as proxy
maintainer.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-text/nfoview/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/app-text/nfoview/metadata.xml b/app-text/nfoview/metadata.xml
index 6f49eba8f49..1ff1c3a7865 100644
--- a/app-text/nfoview/metadata.xml
+++ b/app-text/nfoview/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>till2.schaefer@uni-dortmund.de</email>
+ <name>Till Schäfer</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2018-01-08 20:10 Craig Andrews
0 siblings, 0 replies; 29+ messages in thread
From: Craig Andrews @ 2018-01-08 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 932d336280c30af195c739fe799fb2c9657bd91a
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 20:10:11 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 20:10:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932d3362
app-text/nfoview: add upstream information to metadata
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-text/nfoview/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-text/nfoview/metadata.xml b/app-text/nfoview/metadata.xml
index 1ff1c3a7865..f49632fab59 100644
--- a/app-text/nfoview/metadata.xml
+++ b/app-text/nfoview/metadata.xml
@@ -9,4 +9,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">otsaloma/nfoview</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2018-01-08 20:10 Craig Andrews
0 siblings, 0 replies; 29+ messages in thread
From: Craig Andrews @ 2018-01-08 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 834fadaabc9fdc0d09a8c2380d536b62ad08a0ca
Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Mon Jan 8 19:31:00 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 20:10:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834fadaa
app-text/nfoview: version bump to 1.23
Closes: https://bugs.gentoo.org/643902
Closes: https://bugs.gentoo.org/614314
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-text/nfoview/Manifest | 1 +
app-text/nfoview/{nfoview-9999.ebuild => nfoview-1.23.ebuild} | 6 +++---
app-text/nfoview/nfoview-9999.ebuild | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index e7249561d0a..b11d2108ccf 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1 +1,2 @@
+DIST 1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-1.23.ebuild
similarity index 82%
copy from app-text/nfoview/nfoview-9999.ebuild
copy to app-text/nfoview/nfoview-1.23.ebuild
index f8030006af3..860d9eb9b04 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-1.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,12 +11,12 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
inherit git-r3
else
- SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="http://home.gna.org/nfoview/"
+HOMEPAGE="https://otsaloma.io/nfoview/"
LICENSE="GPL-3"
SLOT="0"
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index f8030006af3..860d9eb9b04 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,12 +11,12 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
inherit git-r3
else
- SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
+ SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="http://home.gna.org/nfoview/"
+HOMEPAGE="https://otsaloma.io/nfoview/"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2017-12-25 19:17 David Seifert
0 siblings, 0 replies; 29+ messages in thread
From: David Seifert @ 2017-12-25 19:17 UTC (permalink / raw
To: gentoo-commits
commit: d4c26979beb5eb3b50ce32bbf623fb4da457186a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 16:32:07 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 19:15:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c26979
app-text/nfoview: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-text/nfoview/nfoview-1.15.1.ebuild | 20 +++++++++-----------
app-text/nfoview/nfoview-9999.ebuild | 20 +++++++++-----------
2 files changed, 18 insertions(+), 22 deletions(-)
diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild
index e96a9fe27f5..eacdccc7a4a 100644
--- a/app-text/nfoview/nfoview-1.15.1.ebuild
+++ b/app-text/nfoview/nfoview-1.15.1.ebuild
@@ -1,17 +1,15 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=6
PYTHON_COMPAT=( python3_{4,5,6} )
-inherit distutils-r1 fdo-mime gnome2-utils
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
- https://github.com/otsaloma/nfoview.git"
- inherit git-2
- SRC_URI=""
- #KEYWORDS=""
+inherit distutils-r1 gnome2-utils xdg-utils
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
else
SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
KEYWORDS="amd64 x86"
@@ -24,7 +22,7 @@ LICENSE="GPL-3"
SLOT="0"
IUSE=""
-DEPEND="dev-python/pygobject:3"
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/terminus-font"
@@ -34,10 +32,10 @@ pkg_preinst() {
pkg_postinst() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index 58b524bbcff..f8030006af3 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -1,17 +1,15 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=6
PYTHON_COMPAT=( python3_{4,5,6} )
-inherit distutils-r1 fdo-mime gnome2-utils
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
- https://github.com/otsaloma/nfoview.git"
- inherit git-2
- SRC_URI=""
- #KEYWORDS=""
+inherit distutils-r1 gnome2-utils xdg-utils
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
+ inherit git-r3
else
SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
@@ -24,7 +22,7 @@ LICENSE="GPL-3"
SLOT="0"
IUSE=""
-DEPEND="dev-python/pygobject:3"
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-fonts/terminus-font"
@@ -34,10 +32,10 @@ pkg_preinst() {
pkg_postinst() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
@ 2016-04-24 12:07 Pacho Ramos
0 siblings, 0 replies; 29+ messages in thread
From: Pacho Ramos @ 2016-04-24 12:07 UTC (permalink / raw
To: gentoo-commits
commit: d81be02ade73c869e17d80ad2411af548166c30e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:25:54 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:06:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81be02a
app-text/nfoview: Drop old version using eapi3 with gnome2-utils.eclass
Package-Manager: portage-2.2.28
app-text/nfoview/Manifest | 1 -
app-text/nfoview/nfoview-1.10.ebuild | 48 ------------------------------------
2 files changed, 49 deletions(-)
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index aa2741d..7f7fdfb 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1 @@
-DIST nfoview-1.10.tar.gz 102058 SHA256 49e771c059824563aa518e163c68da0c08b04bc174521d2ecff7934a550d4b49 SHA512 6114a6944b7886a6def01cd47649109d5e16921128cd8be122cb3395831038037b45160c3f0449e31fbb2bec88ac1e2c07294a5aaceea51a4fea93b7ea4440af WHIRLPOOL 348eb59e68320591f6a6713ca3ce20e44b0c9d07d35edf791619a66c85fec811b6d12951c0690ed5b6650b5a6e8491612a1d426cdbe6121d5e5d29b8c861feb1
DIST nfoview-1.15.1.tar.xz 88400 SHA256 ed7643a781e9a96a904b1165dbefd0440fa029d25819233f0543925bb7067b1e SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426 WHIRLPOOL da47cc6275fec9a8d01d2bd38eabbf66188eec7c7e6cd657f3ebfbe4b51f010a3dcbd29faad7978aa504a8faa191959d8a3d36b0f54c301c84d3a2b089a4309a
diff --git a/app-text/nfoview/nfoview-1.10.ebuild b/app-text/nfoview/nfoview-1.10.ebuild
deleted file mode 100644
index c436277..0000000
--- a/app-text/nfoview/nfoview-1.10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="3:3.2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.*"
-
-inherit distutils fdo-mime gnome2-utils
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
- https://github.com/otsaloma/nfoview.git"
- inherit git-2
- SRC_URI=""
- #KEYWORDS=""
-else
- SRC_URI="http://download.gna.org/nfoview/1.10/${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
-HOMEPAGE="http://home.gna.org/nfoview/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pygobject:3"
-RDEPEND="${DEPEND}
- media-fonts/terminus-font"
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
- distutils_pkg_postrm
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
end of thread, other threads:[~2024-05-28 15:27 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 9:31 [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-05-28 15:27 Michał Górny
2023-02-25 19:08 Michał Górny
2022-05-20 13:28 Joonas Niilola
2022-05-20 3:27 Sam James
2022-05-20 1:17 Sam James
2022-05-20 1:17 Sam James
2022-05-20 1:17 Sam James
2021-06-18 14:47 Joonas Niilola
2021-06-18 14:47 Joonas Niilola
2021-06-18 14:47 Joonas Niilola
2020-12-16 8:18 Sam James
2020-12-16 8:18 Sam James
2020-12-16 8:18 Sam James
2020-06-15 10:57 Joonas Niilola
2020-06-15 10:57 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2019-09-27 5:05 Joonas Niilola
2019-09-27 5:05 Joonas Niilola
2019-01-07 21:06 Georgy Yakovlev
2019-01-07 21:06 Georgy Yakovlev
2018-04-26 10:19 David Seifert
2018-01-16 9:48 Michael Palimaka
2018-01-09 1:47 Andreas Sturmlechner
2018-01-08 20:10 Craig Andrews
2018-01-08 20:10 Craig Andrews
2018-01-08 20:10 Craig Andrews
2017-12-25 19:17 David Seifert
2016-04-24 12:07 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox