Portage is a package management system used by Gentoo Linux
# ChangeLog for net-irc/ircstats
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v 1.3 2007/05/06 12:34:43 genone Exp $
06 May 2007; Marius Mauch
Replacing einfo with elog
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
*ircstats-1.0 (18 Aug 2005)
18 Aug 2005; Sven Wegener
+ircstats-1.0.ebuild:
Initial commit, ebuild modified from the one submitted by Maxwell
Grender-Jones to bug #98339.
DIST IRCStats-1.0.tgz 47907 RMD160 a43bb58bf8e3a42569628f4f7e1d31c9db23cee9 SHA1 fe4a943d9421147e82b4cdb433095f5827250a82 SHA256 1b8de1f1b996d14bec49d52892c942f055f59bb8da9fce767acdee42f337d064
EBUILD ircstats-1.0.ebuild 955 RMD160 8ca52cc98d9735ff6dcfa2930141a0e517746ba0 SHA1 7f2aec5fa21712570ec9fe5c589837354ade6cae SHA256 aec92c481bb18b2d811b3b9cbcfa7ec06d95da50470225b12084e7b52ea3b7cf
MISC ChangeLog 627 RMD160 8acbb4c3035cdd47c257b9691d9f543a92edf43f SHA1 47d522d2fd9ea301f50cf5443aeff5f470ae4a5a SHA256 7b9bbf1a957d76b7151e758ab8c363723a901ac4a0cfe8fa64b7d73b232d0a21
MISC metadata.xml 160 RMD160 279429d1df694561fc2b163cb81c09387b9d940c SHA1 97da1b72eecc5585c65717da08eaccc9bc1cf7cd SHA256 5e058419199e306612929b80a996e3d16c6b20de674a56bb60558d3d36524fe2
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ircstats-1.0.ebuild,v 1.2 2007/05/06 12:34:43 genone Exp $
inherit 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"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~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}"
}