diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-04-01 22:24:38 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-01 23:27:04 +0200 |
commit | 64468f5903538cf7af5db7cdd97028dd9acf9655 (patch) | |
tree | 4508a2c0174e54ebdabfdd95e9354ef7767b5105 /net-irc | |
parent | net-analyzer/opsgenie-lamp: Command line client for the opsgenie service (diff) | |
download | gentoo-64468f5903538cf7af5db7cdd97028dd9acf9655.tar.gz gentoo-64468f5903538cf7af5db7cdd97028dd9acf9655.tar.bz2 gentoo-64468f5903538cf7af5db7cdd97028dd9acf9655.zip |
net-irc/irssistats: clean up old.
Package-Manager: Portage-2.3.43, Repoman-2.3.9
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/irssistats/irssistats-0.75.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-irc/irssistats/irssistats-0.75.ebuild b/net-irc/irssistats/irssistats-0.75.ebuild deleted file mode 100644 index 0491ea7ebbdc..000000000000 --- a/net-irc/irssistats/irssistats-0.75.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit toolchain-funcs - -DESCRIPTION="Generates HTML IRC stats based on irssi logs" -HOMEPAGE="http://royale.zerezo.com/irssistats/" -SRC_URI="http://royale.zerezo.com/irssistats/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="" - -src_compile() { - $(tc-getCC) -o irssistats ${CFLAGS} ${LDFLAGS} irssistats.c || die "compile failed" -} - -src_install() { - emake \ - PRE="${D}"/usr \ - DOC="${D}"/usr/share/doc/${PF} \ - install \ - || die "make install failed" -} |