public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/
Date: Fri, 15 Feb 2019 23:12:36 +0000 (UTC)	[thread overview]
Message-ID: <1550272307.efb3647a77f0436c4bf4008b9f97aabf53212fdf.monsieurp@gentoo> (raw)

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

net-irc/ircstats: version bump.

Signed-off-by: Patrice Clement <monsieurp <AT> 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 00000000000..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}"
+}


             reply	other threads:[~2019-02-15 23:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-15 23:12 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-30  4:45 [gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/ Sam James
2019-02-15 23:12 Patrice Clement
2018-05-20 23:26 Aaron Bauman
2017-11-25 14:39 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1550272307.efb3647a77f0436c4bf4008b9f97aabf53212fdf.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox