diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-02-14 23:57:16 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-16 00:12:27 +0100 |
commit | a4955094bd90cba4ccd7c36db3d85cf97dcaf509 (patch) | |
tree | e090267843a1b73702d81b3ae5a51efff6ac2e49 /net-irc | |
parent | net-irc/ircstats: version bump. (diff) | |
download | gentoo-a4955094bd90cba4ccd7c36db3d85cf97dcaf509.tar.gz gentoo-a4955094bd90cba4ccd7c36db3d85cf97dcaf509.tar.bz2 gentoo-a4955094bd90cba4ccd7c36db3d85cf97dcaf509.zip |
net-irc/ircstats: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ircstats/Manifest | 1 | ||||
-rw-r--r-- | net-irc/ircstats/ircstats-1.1-r1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/net-irc/ircstats/Manifest b/net-irc/ircstats/Manifest index fd4c016ed94f..d61a82e8ba58 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 d88b40d78f0b..000000000000 --- 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}" -} |