diff options
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/Manifest | 2 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.73-r1.ebuild | 17 |
2 files changed, 8 insertions, 11 deletions
diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest index e91693173271..98db24df4faf 100644 --- a/net-irc/pisg/Manifest +++ b/net-irc/pisg/Manifest @@ -1,3 +1,3 @@ DIST pisg-0.73.tar.gz 236539 BLAKE2B 148d73419f958f9c0c7ec2db522f7c5c198bd22f7df25064fcf1771d9bbef4177556faae5edb60060a3167c9b8a01e533c48a742fb795c371c680f8bce5114af SHA512 290656fc556090fa8a263eaf123bad8e12b0ac50a2c1eb4619c50faf70fd3ee8afc7a8d97dbc4ff6338dd0fa9f73f7b19c60ca996b6612def95f1c494b3ef91e -EBUILD pisg-0.73-r1.ebuild 944 BLAKE2B 20b069cd1345cb3379b2d2f2f97b40e7003fa0c9dd31c753a96b4878d79987e0b0a532de2723972045d7110037477eec62cdca3a9861b85dc0c0d812feb115d5 SHA512 f69cd3c303d560c94acd01141f955b4b966039dea6070af06401bae3ad7615553084739cfeb50a62dad131654e4e8b48eeaaae9f99aa098081dde2165aaf7afa +EBUILD pisg-0.73-r1.ebuild 886 BLAKE2B 8a8831cfed353be9c8e87f3f9df34fc0a7fee29a5b07ecb0c207c711c3ddf9556f46336731f01c2a3a951d8d06ebd9df8799feacb9c8b614a1f55f3435c614b9 SHA512 b3ded4412cc2e267f248dcc0b81e503fe3e27c1bcbfdc0245d11ac88343ed1bfa419a50f6d69f15bffbaf31538d0e60879a3b24940150e3f7c28fa656b0672af MISC metadata.xml 241 BLAKE2B 7866f09039b1b4926d7e870b8292039c0ca87323de3966428a9d0846ffee64ed027510b9aad12007e12324956c3ae3fc915f1cf57dd02571e51447d580870165 SHA512 1fb73fbdd72b001e72b07c527a4b50a52fc0dd03645230521f018cf0f26cd3a31fef6d09099a8d5a991278404661e3654331999bb85b59d5fac94e78481d9493 diff --git a/net-irc/pisg/pisg-0.73-r1.ebuild b/net-irc/pisg/pisg-0.73-r1.ebuild index 4a1954fff342..e440a36c0925 100644 --- a/net-irc/pisg/pisg-0.73-r1.ebuild +++ b/net-irc/pisg/pisg-0.73-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit perl-module @@ -13,22 +13,17 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" - RDEPEND="dev-perl/Text-Iconv" -DEPEND=">=sys-apps/sed-4" src_prepare() { + default + sed -i \ -e 's!lang\.txt!/usr/share/pisg/lang.txt!' \ -e 's!layout/!/usr/share/pisg/layout/!' \ modules/Pisg.pm || die "sed failed" } -src_compile() { - einfo "Nothing to compile" -} - src_install() { perl_set_version @@ -43,7 +38,9 @@ src_install() { dodoc docs/{FORMATS,pisg-doc.txt} \ docs/dev/API pisg.cfg README doman docs/pisg.1 - dohtml docs/pisg-doc.html + + docinto html + dodoc docs/pisg-doc.html } pkg_postinst() { |