diff options
author | Till Schäfer <till2.schaefer@uni-dortmund.de> | 2019-01-04 22:55:40 +0100 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-01-07 13:05:43 -0800 |
commit | 6e22148aabeadc5ec480fc72513ee05781b5b7ff (patch) | |
tree | a329998c4daadeb2034e8c40f01bf76817f7eff6 /app-text/nfoview | |
parent | app-text/nfoview: bump to version 1.26 (diff) | |
download | gentoo-6e22148aabeadc5ec480fc72513ee05781b5b7ff.tar.gz gentoo-6e22148aabeadc5ec480fc72513ee05781b5b7ff.tar.bz2 gentoo-6e22148aabeadc5ec480fc72513ee05781b5b7ff.zip |
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@uni-dortmund.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-text/nfoview')
-rw-r--r-- | app-text/nfoview/nfoview-1.23.ebuild | 10 | ||||
-rw-r--r-- | app-text/nfoview/nfoview-1.24.ebuild | 10 | ||||
-rw-r--r-- | 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 5b1cf0483c63..9eb90a2288e3 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 5b1cf0483c63..9eb90a2288e3 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 5b1cf0483c63..fd688874d731 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 |