From fc637fb28da700da71ec2064d65ca5a7a31b9c6c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Aug 2019 18:16:17 +0100 Subject: gentoo resync : 18.08.2019 --- net-irc/ircmap/Manifest | 4 +-- net-irc/ircmap/ircmap-0.99-r1.ebuild | 50 +++++++++++++++++++++++++++++++++++ net-irc/ircmap/ircmap-0.99.ebuild | 51 ------------------------------------ 3 files changed, 52 insertions(+), 53 deletions(-) create mode 100644 net-irc/ircmap/ircmap-0.99-r1.ebuild delete mode 100644 net-irc/ircmap/ircmap-0.99.ebuild (limited to 'net-irc/ircmap') 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-r1.ebuild b/net-irc/ircmap/ircmap-0.99-r1.ebuild new file mode 100644 index 000000000000..05d3f133fb3d --- /dev/null +++ b/net-irc/ircmap/ircmap-0.99-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Scripts to treate diagrams of IRC networks using the LINKS command" +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="~amd64 x86" +IUSE="" + +RDEPEND=" + media-gfx/graphviz + dev-lang/perl +" +BDEPEND="${RDEPEND} + >=sys-apps/sed-4 +" +DEPEND="" + +S="${WORKDIR}"/${PN} + +src_compile() { + sed -i \ + -e "s:/home/pasky/ircmap:/usr/share/ircmap:" \ + {ircmapC,ircmapR-aa,ircmapR-gvdot,ircmapR-ircnet,ircmapS}.pl +} + +src_install () { + dodoc README + dobin ircmapS.pl ircmapC.pl ircmapR-aa.pl ircmapR-gvdot.pl ircmapR-ircnet.pl + + insinto /usr/share/ircmap + doins IHash.pm +} + +pkg_postinst() { + elog 'Usage:' + elog 'IRCSERVER="irc.generic.com ircmapS.pl [-options parameters] \' + elog '| tee /tmp/sendmethisifitdoesntwork \' + elog '| ircmapC.pl \' + elog '| tee /tmp/coredump \' + elog '| ircmapR-aa.pl > ${IRCSERVER}.txt' + elog '' + elog 'cat /tmp/coredump \' + elog '| ircmapR-gvdot.pl \' + elog '| dot -Tgif -o ${IRCSERVER}.gif' +} diff --git a/net-irc/ircmap/ircmap-0.99.ebuild b/net-irc/ircmap/ircmap-0.99.ebuild deleted file mode 100644 index 61a38d5469ed..000000000000 --- a/net-irc/ircmap/ircmap-0.99.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -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" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${RDEPEND} - media-gfx/graphviz" -DEPEND="${DEPEND} - >=sys-apps/sed-4" - -S="${WORKDIR}"/${PN} - -src_compile() { - eval $(perl -V:installprivlib) - - sed -i \ - -e "s:/home/pasky/ircmap:${installprivlib}/ircmap:" \ - {ircmapC,ircmapR-aa,ircmapR-gvdot,ircmapR-ircnet,ircmapS}.pl -} - -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 - doins IHash.pm -} - -pkg_postinst() { - elog 'Usage:' - elog 'IRCSERVER="irc.generic.com ircmapS.pl [-options parameters] \' - elog '| tee /tmp/sendmethisifitdoesntwork \' - elog '| ircmapC.pl \' - elog '| tee /tmp/coredump \' - elog '| ircmapR-aa.pl > ${IRCSERVER}.txt' - elog '' - elog 'cat /tmp/coredump \' - elog '| ircmapR-gvdot.pl \' - elog '| dot -Tgif -o ${IRCSERVER}.gif' -} -- cgit v1.2.3