[gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/

2020-08-29 Thread Sam James
commit: 4dd933fe80586639c7612f845a184c64a5a03936
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 04:45:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 04:45:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd933fe

net-irc/ircstats: respect CFLAGS, CC

Just needed to drop a misplaced 'default'!

Closes: https://bugs.gentoo.org/727776
Closes: https://bugs.gentoo.org/724972
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 net-irc/ircstats/ircstats-1.2.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/net-irc/ircstats/ircstats-1.2.ebuild 
b/net-irc/ircstats/ircstats-1.2.ebuild
index d5034507237..c893f91fb28 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}"
 }



[gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/

2019-02-15 Thread Patrice Clement
commit: a4955094bd90cba4ccd7c36db3d85cf97dcaf509
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Feb 14 22:57:16 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 15 23:12:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4955094

net-irc/ircstats: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-irc/ircstats/Manifest   |  1 -
 net-irc/ircstats/ircstats-1.1-r1.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/net-irc/ircstats/Manifest b/net-irc/ircstats/Manifest
index fd4c016ed94..d61a82e8ba5 100644
--- a/net-irc/ircstats/Manifest
+++ b/net-irc/ircstats/Manifest
@@ -1,2 +1 @@
-DIST IRCStats-1.1.tgz 47781 BLAKE2B 
dd37a9c27fb2072d8edb77eda07e3bcf197e7c43d624d60899fb3fea229e5efc6e0b4b49167aa18f2c6360680be3f56364696ec26865dd50b4bd5de13ae07147
 SHA512 
009beb7b0aac9138aed6f55131498eefcb004e4478e241dc17ce98b89af607b2599e8ab6879eb1dcd11c6cffad27ded3058bb875eb6516a87c830ed1eda5fe83
 DIST IRCStats-1.2.tgz 48036 BLAKE2B 
ecdfd2be915f60af81d907b2347dba9c45e47416c4777d623d4cee04111a8dc57e35e31d303eab53a4424004e7ef57ebfef3b48c484fc27959807a302512d45c
 SHA512 
195c0b5e954526d7c55eee74172db4d55487bc415eea393a780fdfce0886fd4ebc523309b4dbb1db0a2f5eb5d941db7d71e57234b75b11650ead30aa31017b03

diff --git a/net-irc/ircstats/ircstats-1.1-r1.ebuild 
b/net-irc/ircstats/ircstats-1.1-r1.ebuild
deleted file mode 100644
index d88b40d78f0..000
--- a/net-irc/ircstats/ircstats-1.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-MY_P="IRCStats-${PV}"
-
-DESCRIPTION="IRCStats tries to be a log analyzer for Linux similar to 
mIRCStats"
-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"
-}
-
-src_install() {
-   dobin ircstats || die "dobin failed"
-
-   insinto /usr/share/ircstats
-   doins -r html languages colors || die "doins failed"
-
-   dodoc CHANGES README TODO ircstats.cfg || die "dodoc failed"
-}
-
-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}"
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/

2019-02-15 Thread Patrice Clement
commit: efb3647a77f0436c4bf4008b9f97aabf53212fdf
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Feb 14 22:56:48 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 15 23:11:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb3647a

net-irc/ircstats: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-irc/ircstats/Manifest|  1 +
 net-irc/ircstats/ircstats-1.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/net-irc/ircstats/Manifest b/net-irc/ircstats/Manifest
index bdeee809b3a..fd4c016ed94 100644
--- a/net-irc/ircstats/Manifest
+++ b/net-irc/ircstats/Manifest
@@ -1 +1,2 @@
 DIST IRCStats-1.1.tgz 47781 BLAKE2B 
dd37a9c27fb2072d8edb77eda07e3bcf197e7c43d624d60899fb3fea229e5efc6e0b4b49167aa18f2c6360680be3f56364696ec26865dd50b4bd5de13ae07147
 SHA512 
009beb7b0aac9138aed6f55131498eefcb004e4478e241dc17ce98b89af607b2599e8ab6879eb1dcd11c6cffad27ded3058bb875eb6516a87c830ed1eda5fe83
+DIST IRCStats-1.2.tgz 48036 BLAKE2B 
ecdfd2be915f60af81d907b2347dba9c45e47416c4777d623d4cee04111a8dc57e35e31d303eab53a4424004e7ef57ebfef3b48c484fc27959807a302512d45c
 SHA512 
195c0b5e954526d7c55eee74172db4d55487bc415eea393a780fdfce0886fd4ebc523309b4dbb1db0a2f5eb5d941db7d71e57234b75b11650ead30aa31017b03

diff --git a/net-irc/ircstats/ircstats-1.2.ebuild 
b/net-irc/ircstats/ircstats-1.2.ebuild
new file mode 100644
index 000..d5034507237
--- /dev/null
+++ b/net-irc/ircstats/ircstats-1.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+MY_P="IRCStats-${PV}"
+
+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"
+
+S="${WORKDIR}"/${MY_P}
+
+src_compile() {
+   default
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   dobin ircstats
+   insinto /usr/share/ircstats
+   doins -r html languages colors
+   dodoc CHANGES README TODO ircstats.cfg
+}
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/

2018-05-20 Thread Aaron Bauman
commit: a6acac458e7ea516090a0c31b3c1f1bb02efbc8b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 20 12:03:24 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 20 23:25:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6acac45

net-irc/ircstats: use HTTPS

 net-irc/ircstats/ircstats-1.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/ircstats/ircstats-1.1-r1.ebuild 
b/net-irc/ircstats/ircstats-1.1-r1.ebuild
index bd1c79b01ba..d88b40d78f0 100644
--- a/net-irc/ircstats/ircstats-1.1-r1.ebuild
+++ b/net-irc/ircstats/ircstats-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ inherit eutils toolchain-funcs
 MY_P="IRCStats-${PV}"
 
 DESCRIPTION="IRCStats tries to be a log analyzer for Linux similar to 
mIRCStats"
-HOMEPAGE="http://humdi.net/ircstats/";
-SRC_URI="http://humdi.net/ircstats/${MY_P}.tgz";
+HOMEPAGE="https://humdi.net/ircstats/";
+SRC_URI="https://humdi.net/ircstats/${MY_P}.tgz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/

2017-11-25 Thread Patrick Lauer
commit: b3811bfa0eac4dfde252476f65ccf84737447433
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Nov 25 14:35:18 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Nov 25 14:39:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3811bfa

net-irc/ircstats: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-irc/ircstats/ircstats-1.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-irc/ircstats/ircstats-1.1-r1.ebuild 
b/net-irc/ircstats/ircstats-1.1-r1.ebuild
index 8beaf6a9a83..bd1c79b01ba 100644
--- a/net-irc/ircstats/ircstats-1.1-r1.ebuild
+++ b/net-irc/ircstats/ircstats-1.1-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=5
 
 inherit eutils toolchain-funcs