diff options
Diffstat (limited to 'app-text/nfoview')
-rw-r--r-- | app-text/nfoview/Manifest | 4 | ||||
-rw-r--r-- | app-text/nfoview/nfoview-1.15.1.ebuild | 20 | ||||
-rw-r--r-- | app-text/nfoview/nfoview-9999.ebuild | 20 |
3 files changed, 20 insertions, 24 deletions
diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest index 2881a8ee19c5..25aace313d2b 100644 --- a/app-text/nfoview/Manifest +++ b/app-text/nfoview/Manifest @@ -1,4 +1,4 @@ DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426 -EBUILD nfoview-1.15.1.ebuild 900 BLAKE2B 0a928ff07a7d86cb40971c72c512919722685e1c13b511479c97e372de443fcda6742a447db24e392a4b69994346510698a970bdc73ca0e58b16a5b0b3656aac SHA512 f496971d2cb700f6841103428895a180fa9d850a3315da55fd44b0b56a2d0efd19b80d5e322016e5c73085c1d0d7d7ace8e7708cd5b792b2211960e238a7b57c -EBUILD nfoview-9999.ebuild 902 BLAKE2B 08a26ee3f992e59902f538deb2f06ee4f86b2d64ff2b1a977c955d30fe01db31dcc7996ba39af49cb9ad8af3dd0047a4cddd7656daca1b6e3ea27fbc4065fcaa SHA512 0bd096440050195340ffd808689bba988cfb891f4c2032e43eaa26f8d8df96671c56b06ca5c8366d823fcd00c0a3e817b69b1bf03b7e21bf8cd7ebd266922bfa +EBUILD nfoview-1.15.1.ebuild 842 BLAKE2B 7730db4262045788d0528425650fd3ea113616dce208e4432e4d9e8e1b371caf526bead621f6b2832598b5c70d93c125700f123cb4f1c377b65ea9503b7c6bbf SHA512 c84c7011845bcb522c33de62c70d1d02ef8709ed9902dd2d8dd1d13b9af9e559d974c090d7abbeda3672a76feb1948f06d78b3c688b2731631a134b7df40e841 +EBUILD nfoview-9999.ebuild 844 BLAKE2B b220d73669cf6149e399c65de520b1bcf4792bda60ca327bff958d9d05ef3816fc2c071e032a68bb459a65ce2a53f25e29275b878fe228deb35e5067dc1f0215 SHA512 73c9386c20e3609e2193c1ee015ec0fdc6a8749da2a61b6300065360bff821d9f042cae7bbbca577aa088db212c2c2ddc659441d86f8fc15a969309522d21302 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild index e96a9fe27f54..eacdccc7a4a3 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 58b524bbcffb..f8030006af37 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 } |