summaryrefslogtreecommitdiff
path: root/net-irc/ircmap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /net-irc/ircmap
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'net-irc/ircmap')
-rw-r--r--net-irc/ircmap/Manifest4
-rw-r--r--net-irc/ircmap/ircmap-0.99-r1.ebuild (renamed from net-irc/ircmap/ircmap-0.99.ebuild)31
2 files changed, 17 insertions, 18 deletions
diff --git a/net-irc/ircmap/Manifest b/net-irc/ircmap/Manifest
index 46dbd4855b44..36f18028ffaf 100644
--- a/net-irc/ircmap/Manifest
+++ b/net-irc/ircmap/Manifest
@@ -1,3 +1,3 @@
-DIST ircmap.tar.gz 27944 BLAKE2B 8f8d04c64e250383d36c88e3c0d1f76ef961081a526b60e624da74f9cbac2fe04e9bc680e750703240c75a794ecfbd4f5e9b387b04db3752c172d3c704156421 SHA512 52ce62d7846e5e50525800af86b4296d427da21d129f68b83cd30daa75fdd9fe78c6615771e729c4ad5f8afe75f20b1cab0b6d4b01be4a7c2889524676b60ac9
-EBUILD ircmap-0.99.ebuild 1199 BLAKE2B af7ad4773f4c4552f32d14795fe9be1ca61b3890887c9c3d551150540e0cb4152a1305bb481fc990f95dd6a84351fd2db41deda22f5396c1be4751dbb5c87f8d SHA512 8c0e20c1873b35c7fe798b451f10370b30adebda146dba750d3bf0a8350bcdbd3ee7c68279d8009f416d6d462eefe2d3e59d5dd0f5b736b94f099aad46373378
+DIST ircmap-0.99.tar.gz 27944 BLAKE2B 8f8d04c64e250383d36c88e3c0d1f76ef961081a526b60e624da74f9cbac2fe04e9bc680e750703240c75a794ecfbd4f5e9b387b04db3752c172d3c704156421 SHA512 52ce62d7846e5e50525800af86b4296d427da21d129f68b83cd30daa75fdd9fe78c6615771e729c4ad5f8afe75f20b1cab0b6d4b01be4a7c2889524676b60ac9
+EBUILD ircmap-0.99-r1.ebuild 1116 BLAKE2B 35313669e28affcbe1753edd4b3ade869cd5daacdc6bb89343e759ca55464574ccb90c9ddc6165b7129efdd360a60e0d5fcc6eb4859887111d6e60fc6ab93458 SHA512 2c4a79560d41f32b37d768b034a72486b0ed86abe672b953a165ebe58f4c6a2302df708b1857511670a4ca749c2317942a85e1705bdd368753aee6c5ef2f7fab
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-irc/ircmap/ircmap-0.99.ebuild b/net-irc/ircmap/ircmap-0.99-r1.ebuild
index 61a38d5469ed..05d3f133fb3d 100644
--- a/net-irc/ircmap/ircmap-0.99.ebuild
+++ b/net-irc/ircmap/ircmap-0.99-r1.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="Scripts to treate diagrams of IRC networks using the LINKS command"
-HOMEPAGE="http://pasky.or.cz/~pasky/irc/"
-SRC_URI="http://pasky.ji.cz/~pasky/irc/${PN}.tar.gz"
+HOMEPAGE="http://pasky.or.cz/irc/"
+SRC_URI="http://pasky.or.cz/irc/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
-DEPEND="dev-lang/perl"
-RDEPEND="${RDEPEND}
- media-gfx/graphviz"
-DEPEND="${DEPEND}
- >=sys-apps/sed-4"
+RDEPEND="
+ media-gfx/graphviz
+ dev-lang/perl
+"
+BDEPEND="${RDEPEND}
+ >=sys-apps/sed-4
+"
+DEPEND=""
S="${WORKDIR}"/${PN}
src_compile() {
- eval $(perl -V:installprivlib)
-
sed -i \
- -e "s:/home/pasky/ircmap:${installprivlib}/ircmap:" \
+ -e "s:/home/pasky/ircmap:/usr/share/ircmap:" \
{ircmapC,ircmapR-aa,ircmapR-gvdot,ircmapR-ircnet,ircmapS}.pl
}
@@ -31,9 +32,7 @@ src_install () {
dodoc README
dobin ircmapS.pl ircmapC.pl ircmapR-aa.pl ircmapR-gvdot.pl ircmapR-ircnet.pl
- eval $(perl -V:installprivlib)
-
- insinto /"${installprivlib}"/ircmap
+ insinto /usr/share/ircmap
doins IHash.pm
}