summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-04-22 06:36:52 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-04-22 06:36:52 +0000
commit97d403524417dea621f1c5d39fa34d6c6c60481b (patch)
tree8637720c0612eb07c05b3665769ac286e6447dc6 /net-irc
parentVersion bump (diff)
downloadgentoo-2-97d403524417dea621f1c5d39fa34d6c6c60481b.tar.gz
gentoo-2-97d403524417dea621f1c5d39fa34d6c6c60481b.tar.bz2
gentoo-2-97d403524417dea621f1c5d39fa34d6c6c60481b.zip
Bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/irker/ChangeLog7
-rw-r--r--net-irc/irker/irker-1.18.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/net-irc/irker/ChangeLog b/net-irc/irker/ChangeLog
index 5afb1e62c9b5..834ab7df6ffb 100644
--- a/net-irc/irker/ChangeLog
+++ b/net-irc/irker/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/irker
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.11 2013/02/06 08:45:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.12 2013/04/22 06:36:52 patrick Exp $
+
+*irker-1.18 (22 Apr 2013)
+
+ 22 Apr 2013; Patrick Lauer <patrick@gentoo.org> +irker-1.18.ebuild:
+ Bump
*irker-1.17 (06 Feb 2013)
diff --git a/net-irc/irker/irker-1.18.ebuild b/net-irc/irker/irker-1.18.ebuild
new file mode 100644
index 000000000000..b59f3ac989c4
--- /dev/null
+++ b/net-irc/irker/irker-1.18.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-1.18.ebuild,v 1.1 2013/04/22 06:36:52 patrick Exp $
+
+EAPI=4
+
+inherit python
+
+DESCRIPTION="Submission tools for IRC notifications"
+HOMEPAGE="http://www.catb.org/esr/irker/"
+SRC_URI="http://www.catb.org/esr/${PN}/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="app-text/docbook-xml-dtd:4.1.2
+ app-text/xmlto"
+RDEPEND="=dev-lang/python-2*
+ dev-python/irc"
+
+src_install() {
+ python_convert_shebangs 2 irkerd irkerhook.py
+ emake DESTDIR="${D}" install
+ # the irkerhook.py is not installed with the default makefile
+ dobin irkerhook.py
+ newinitd "${FILESDIR}/irker.init" irkerd
+ newconfd "${FILESDIR}/irker.conf.d" irkerd
+}