Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssistats/
Date: Mon, 01 Apr 2019 21:27:13
Message-Id: 1554154024.64468f5903538cf7af5db7cdd97028dd9acf9655.monsieurp@gentoo
1 commit: 64468f5903538cf7af5db7cdd97028dd9acf9655
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 20:24:38 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 21:27:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64468f59
7
8 net-irc/irssistats: clean up old.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.9
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 net-irc/irssistats/irssistats-0.75.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/net-irc/irssistats/irssistats-0.75.ebuild b/net-irc/irssistats/irssistats-0.75.ebuild
17 deleted file mode 100644
18 index 0491ea7ebbd..00000000000
19 --- a/net-irc/irssistats/irssistats-0.75.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Generates HTML IRC stats based on irssi logs"
30 -HOMEPAGE="http://royale.zerezo.com/irssistats/"
31 -SRC_URI="http://royale.zerezo.com/irssistats/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -
36 -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
37 -IUSE=""
38 -
39 -DEPEND=""
40 -
41 -src_compile() {
42 - $(tc-getCC) -o irssistats ${CFLAGS} ${LDFLAGS} irssistats.c || die "compile failed"
43 -}
44 -
45 -src_install() {
46 - emake \
47 - PRE="${D}"/usr \
48 - DOC="${D}"/usr/share/doc/${PF} \
49 - install \
50 - || die "make install failed"
51 -}