summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-07-03 17:03:53 +0000
committerChris Reffett <creffett@gentoo.org>2014-07-03 17:03:53 +0000
commite24c757eada293566efa83153ba9c96aadba9fb7 (patch)
treeec9d5b9f1a98ecd8b082170368788ff03f4d75cb /net-irc
parentUpdate multilib stable mask (diff)
downloadgentoo-2-e24c757eada293566efa83153ba9c96aadba9fb7.tar.gz
gentoo-2-e24c757eada293566efa83153ba9c96aadba9fb7.tar.bz2
gentoo-2-e24c757eada293566efa83153ba9c96aadba9fb7.zip
[QA] EAPI bump, remove old wrt bug 334597
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 28DB029C)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ircstats/ChangeLog8
-rw-r--r--net-irc/ircstats/ircstats-1.0.ebuild36
-rw-r--r--net-irc/ircstats/ircstats-1.1-r1.ebuild (renamed from net-irc/ircstats/ircstats-1.1.ebuild)5
3 files changed, 10 insertions, 39 deletions
diff --git a/net-irc/ircstats/ChangeLog b/net-irc/ircstats/ChangeLog
index f4d742567f79..023d88117aea 100644
--- a/net-irc/ircstats/ChangeLog
+++ b/net-irc/ircstats/ChangeLog
@@ -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 <creffett@gentoo.org> +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)
diff --git a/net-irc/ircstats/ircstats-1.0.ebuild b/net-irc/ircstats/ircstats-1.0.ebuild
deleted file mode 100644
index c45d2b879b95..000000000000
--- a/net-irc/ircstats/ircstats-1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 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.3 2012/11/21 17:52:30 ago 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="~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}"
-}
diff --git a/net-irc/ircstats/ircstats-1.1.ebuild b/net-irc/ircstats/ircstats-1.1-r1.ebuild
index 504ff827d670..60e7c9feb4bb 100644
--- a/net-irc/ircstats/ircstats-1.1.ebuild
+++ b/net-irc/ircstats/ircstats-1.1-r1.ebuild
@@ -1,8 +1,9 @@
# 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.ebuild,v 1.1 2014/01/14 06:52:11 patrick Exp $
+# $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 toolchain-funcs
+inherit eutils toolchain-funcs
MY_P="IRCStats-${PV}"