summaryrefslogtreecommitdiff
path: root/net-irc/ircstats
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /net-irc/ircstats
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'net-irc/ircstats')
-rw-r--r--net-irc/ircstats/Manifest4
-rw-r--r--net-irc/ircstats/ircstats-1.2.ebuild (renamed from net-irc/ircstats/ircstats-1.1-r1.ebuild)19
2 files changed, 10 insertions, 13 deletions
diff --git a/net-irc/ircstats/Manifest b/net-irc/ircstats/Manifest
index c92362cff368..d05c1497b6da 100644
--- a/net-irc/ircstats/Manifest
+++ b/net-irc/ircstats/Manifest
@@ -1,3 +1,3 @@
-DIST IRCStats-1.1.tgz 47781 BLAKE2B dd37a9c27fb2072d8edb77eda07e3bcf197e7c43d624d60899fb3fea229e5efc6e0b4b49167aa18f2c6360680be3f56364696ec26865dd50b4bd5de13ae07147 SHA512 009beb7b0aac9138aed6f55131498eefcb004e4478e241dc17ce98b89af607b2599e8ab6879eb1dcd11c6cffad27ded3058bb875eb6516a87c830ed1eda5fe83
-EBUILD ircstats-1.1-r1.ebuild 868 BLAKE2B c988c86df938218e1512c06da0a466ff7b7e67868aecc807f8ed1afb2d23dff16117c3d9f8157cacc4aac32f724f035fa5fdac6aaa052969603f1674c53706ec SHA512 398fe2c5db0e3d25aad238dd549e20c82396fcf9fa1789b560a458610342443e1f41e3ddd96546209e53dd1e2a1ec5c2fd76b6656b35d92c705ed6a9770b01f8
+DIST IRCStats-1.2.tgz 48036 BLAKE2B ecdfd2be915f60af81d907b2347dba9c45e47416c4777d623d4cee04111a8dc57e35e31d303eab53a4424004e7ef57ebfef3b48c484fc27959807a302512d45c SHA512 195c0b5e954526d7c55eee74172db4d55487bc415eea393a780fdfce0886fd4ebc523309b4dbb1db0a2f5eb5d941db7d71e57234b75b11650ead30aa31017b03
+EBUILD ircstats-1.2.ebuild 741 BLAKE2B 3e77479cf8740bd13c305d6243b583a73e82a487e7788dc8bb103d0b8bdba022aca84c679e977dab7f87f8ecbb5df8528dfe021d8849db0a97d93ecba4425019 SHA512 a000f16b18f145156807a78ae918a6a364578fe0936466699b49b519d927f3574e65fc37dfd10d6b78fa758c7c150c9c77e00de1edd9e2a5d26176f2198da480
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-irc/ircstats/ircstats-1.1-r1.ebuild b/net-irc/ircstats/ircstats-1.2.ebuild
index d88b40d78f0b..d50345072372 100644
--- a/net-irc/ircstats/ircstats-1.1-r1.ebuild
+++ b/net-irc/ircstats/ircstats-1.2.ebuild
@@ -1,34 +1,31 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit eutils toolchain-funcs
MY_P="IRCStats-${PV}"
-DESCRIPTION="IRCStats tries to be a log analyzer for Linux similar to mIRCStats"
+DESCRIPTION="IRCStats is a Linux log analyzer"
HOMEPAGE="https://humdi.net/ircstats/"
SRC_URI="https://humdi.net/ircstats/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
S="${WORKDIR}"/${MY_P}
src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
+ default
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}
src_install() {
- dobin ircstats || die "dobin failed"
-
+ dobin ircstats
insinto /usr/share/ircstats
- doins -r html languages colors || die "doins failed"
-
- dodoc CHANGES README TODO ircstats.cfg || die "dodoc failed"
+ doins -r html languages colors
+ dodoc CHANGES README TODO ircstats.cfg
}
pkg_postinst() {