From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- net-irc/ircstats/Manifest | 2 +- net-irc/ircstats/ircstats-1.2.ebuild | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'net-irc/ircstats') diff --git a/net-irc/ircstats/Manifest b/net-irc/ircstats/Manifest index d05c1497b6da..5974ed61f4a3 100644 --- a/net-irc/ircstats/Manifest +++ b/net-irc/ircstats/Manifest @@ -1,3 +1,3 @@ DIST IRCStats-1.2.tgz 48036 BLAKE2B ecdfd2be915f60af81d907b2347dba9c45e47416c4777d623d4cee04111a8dc57e35e31d303eab53a4424004e7ef57ebfef3b48c484fc27959807a302512d45c SHA512 195c0b5e954526d7c55eee74172db4d55487bc415eea393a780fdfce0886fd4ebc523309b4dbb1db0a2f5eb5d941db7d71e57234b75b11650ead30aa31017b03 -EBUILD ircstats-1.2.ebuild 741 BLAKE2B 3e77479cf8740bd13c305d6243b583a73e82a487e7788dc8bb103d0b8bdba022aca84c679e977dab7f87f8ecbb5df8528dfe021d8849db0a97d93ecba4425019 SHA512 a000f16b18f145156807a78ae918a6a364578fe0936466699b49b519d927f3574e65fc37dfd10d6b78fa758c7c150c9c77e00de1edd9e2a5d26176f2198da480 +EBUILD ircstats-1.2.ebuild 741 BLAKE2B fa4a64c52db42495a819ab21fa4e8f5fc6b122be955b4080e580af7547b35664fecaeb490619b1df3f7f92495f26bcf9df2fa1daf59171425d5ae3507d6905a0 SHA512 09dbcf7aa46b941cf52d83262097d0ebe0049a7c63eb10183a19dd720583d88743f02b2a78d074bc64f58dd7d23aedf7c245bc575594fb5d2495bfd6887e6865 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/net-irc/ircstats/ircstats-1.2.ebuild b/net-irc/ircstats/ircstats-1.2.ebuild index d50345072372..c893f91fb286 100644 --- a/net-irc/ircstats/ircstats-1.2.ebuild +++ b/net-irc/ircstats/ircstats-1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs MY_P="IRCStats-${PV}" @@ -14,10 +14,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}"/${MY_P} +S="${WORKDIR}/${MY_P}" src_compile() { - default emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } @@ -29,6 +28,6 @@ src_install() { } pkg_postinst() { - elog "The IRCStats files have been installed in /usr/share/ircstats" - elog "You can find an example ircstats.cfg in /usr/share/doc/${PF}" + elog "The IRCStats files have been installed in ${EROOT}/usr/share/ircstats" + elog "You can find an example ircstats.cfg in ${EROOT}/usr/share/doc/${PF}" } -- cgit v1.2.3