creffett    14/07/03 17:03:53

  Modified:             ChangeLog
  Added:                ircstats-1.1-r1.ebuild
  Removed:              ircstats-1.0.ebuild ircstats-1.1.ebuild
  Log:
  [QA] EAPI bump, remove old wrt bug 334597
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
28DB029C)

Revision  Changes    Path
1.6                  net-irc/ircstats/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircstats/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircstats/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircstats/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Jan 2014 06:52:11 -0000      1.5
+++ ChangeLog   3 Jul 2014 17:03:53 -0000       1.6
@@ -1,6 +1,12 @@
 # ChangeLog for net-irc/ircstats
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v 1.5 2014/01/14 
06:52:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v 1.6 2014/07/03 
17:03:53 creffett Exp $
+
+*ircstats-1.1-r1 (03 Jul 2014)
+
+  03 Jul 2014; Chris Reffett <[email protected]> +ircstats-1.1-r1.ebuild,
+  -ircstats-1.0.ebuild, -ircstats-1.1.ebuild:
+  [QA] EAPI bump, remove old wrt bug 334597
 
 *ircstats-1.1 (14 Jan 2014)
 



1.1                  net-irc/ircstats/ircstats-1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircstats/ircstats-1.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircstats/ircstats-1.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: ircstats-1.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ircstats-1.1-r1.ebuild,v 
1.1 2014/07/03 17:03:53 creffett Exp $
EAPI=5

inherit eutils 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="~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}"
}




Reply via email to