From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- net-irc/ircstats/Manifest | 1 + net-irc/ircstats/ircstats-1.1-r1.ebuild | 37 +++++++++++++++++++++++++++++++++ net-irc/ircstats/metadata.xml | 5 +++++ 3 files changed, 43 insertions(+) create mode 100644 net-irc/ircstats/Manifest create mode 100644 net-irc/ircstats/ircstats-1.1-r1.ebuild create mode 100644 net-irc/ircstats/metadata.xml (limited to 'net-irc/ircstats') diff --git a/net-irc/ircstats/Manifest b/net-irc/ircstats/Manifest new file mode 100644 index 000000000000..64402bce438e --- /dev/null +++ b/net-irc/ircstats/Manifest @@ -0,0 +1 @@ +DIST IRCStats-1.1.tgz 47781 SHA256 b75cf327fd543babecd1e25cef966786122ef1c713bd8016b115527cb2e6415a SHA512 009beb7b0aac9138aed6f55131498eefcb004e4478e241dc17ce98b89af607b2599e8ab6879eb1dcd11c6cffad27ded3058bb875eb6516a87c830ed1eda5fe83 WHIRLPOOL d9f219477007933d3f4f63a75d377710cb19829f1bce7bd7701749d83b32a09e5e2e533b65baa1693d7dd1c149119e12e49c9d0fb8d385952b6727bfc362d804 diff --git a/net-irc/ircstats/ircstats-1.1-r1.ebuild b/net-irc/ircstats/ircstats-1.1-r1.ebuild new file mode 100644 index 000000000000..dc520afc7261 --- /dev/null +++ b/net-irc/ircstats/ircstats-1.1-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +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}" +} diff --git a/net-irc/ircstats/metadata.xml b/net-irc/ircstats/metadata.xml new file mode 100644 index 000000000000..6ef15e900f17 --- /dev/null +++ b/net-irc/ircstats/metadata.xml @@ -0,0 +1,5 @@ + + + +net-irc + -- cgit v1.2.3-65-gdbad