summaryrefslogtreecommitdiff
path: root/app-misc/cbview
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
commit0c764edfecb7e9e124d4669acd98bed09e23b6c0 (patch)
tree2862ab17d2f88cb7c9614b7fbe579f25ae604b8d /app-misc/cbview
parentae1bf373db295b495e1f685d116e3411bf10df0b (diff)
gentoo auto-resync : 01:08:2022 - 03:14:32
Diffstat (limited to 'app-misc/cbview')
-rw-r--r--app-misc/cbview/Manifest2
-rw-r--r--app-misc/cbview/cbview-0.06-r2.ebuild (renamed from app-misc/cbview/cbview-0.06-r1.ebuild)10
2 files changed, 5 insertions, 7 deletions
diff --git a/app-misc/cbview/Manifest b/app-misc/cbview/Manifest
index bd268d94d979..220574b2df63 100644
--- a/app-misc/cbview/Manifest
+++ b/app-misc/cbview/Manifest
@@ -1,3 +1,3 @@
DIST cbview-0.06.tar.gz 16351 BLAKE2B 5e343eb00250d470b7e64d717b06ea1d048aace755ada2348c656443759a12c6912b7f766f066d0b2c2e7b6926ccb46472051f636646dddc288f64b66e752684 SHA512 4a680243a8c31fafad8826d1ead6d21fcce3642beef9ed82b19a7a75d78e7af32cd8d7800de15bd2b9a59241f81a295b7da8f7a80fa482b41fb589a274bfea06
-EBUILD cbview-0.06-r1.ebuild 537 BLAKE2B f1916cc5465b3a6870ea0625fcd7fdba2e9499233fc05860b8bd3881ded7623a117511270b4e2ede6de22a800fe73e0490b31dbf4c8fe51a738be5f07a53953b SHA512 c8aeadefc65a9c3423d3c5f38ebddfc2f344e328b78c05770cea1f11faee5b979891d428d05cd819d34168b690e539164d8e64891815cdf0a98b1b655dfddc2e
+EBUILD cbview-0.06-r2.ebuild 504 BLAKE2B 3ca7215fce69477d5215740c4988fb53f885265648a3e6389a47bc0f2d255b26ba1b3ba2837644a431ac1a04079da036a457baf15ab960abc867ec34375ccb39 SHA512 b43869dc4eb2ddc3d45581968312db9d1a58d8a6d86d0ddbf4ea211d16cc23f11efd6acb83adfab0caadc3d7f44e28eb7e22286fd8bdb128b74dc84a62b0c2d5
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/app-misc/cbview/cbview-0.06-r1.ebuild b/app-misc/cbview/cbview-0.06-r2.ebuild
index 8a9d8e740af2..c1d5fbab3465 100644
--- a/app-misc/cbview/cbview-0.06-r1.ebuild
+++ b/app-misc/cbview/cbview-0.06-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="viewer/converter for CBR/CBZ comic book archives"
HOMEPAGE="https://web.archive.org/web/20061108214126/http://elvine.org:80/code/cbview/"
@@ -10,10 +10,8 @@ SRC_URI="http://elvine.org/code/cbview/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
+RDEPEND="
dev-perl/Gtk2
dev-perl/String-ShellQuote
app-arch/unrar
@@ -21,5 +19,5 @@ DEPEND="${RDEPEND}
src_install() {
dobin cbview
- dodoc README TODO
+ einstalldocs
}