summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-02-06 08:45:12 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-02-06 08:45:12 +0000
commitfffdd4daafdd8d2bc60ffba2425c1b3470a156ed (patch)
tree335308d9398e2319478c8c29437699b51e070176 /net-irc/irker
parentBump (diff)
downloadgentoo-2-fffdd4daafdd8d2bc60ffba2425c1b3470a156ed.tar.gz
gentoo-2-fffdd4daafdd8d2bc60ffba2425c1b3470a156ed.tar.bz2
gentoo-2-fffdd4daafdd8d2bc60ffba2425c1b3470a156ed.zip
Bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/irker')
-rw-r--r--net-irc/irker/ChangeLog7
-rw-r--r--net-irc/irker/irker-1.17.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/net-irc/irker/ChangeLog b/net-irc/irker/ChangeLog
index 8711049e9cf9..5afb1e62c9b5 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.10 2013/01/28 08:40:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.11 2013/02/06 08:45:12 patrick Exp $
+
+*irker-1.17 (06 Feb 2013)
+
+ 06 Feb 2013; Patrick Lauer <patrick@gentoo.org> +irker-1.17.ebuild:
+ Bump
*irker-1.16 (28 Jan 2013)
diff --git a/net-irc/irker/irker-1.17.ebuild b/net-irc/irker/irker-1.17.ebuild
new file mode 100644
index 000000000000..694ab8f24926
--- /dev/null
+++ b/net-irc/irker/irker-1.17.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.17.ebuild,v 1.1 2013/02/06 08:45:12 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
+}