summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-01-28 08:40:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-01-28 08:40:48 +0000
commit5c285ab1c231f05437b039937e4cc339166a760f (patch)
tree11234f50abc2b572caef04c07362e54486cbcb3e /net-irc
parentsci-visualization/gri: Drop bad test, #454032 (diff)
downloadgentoo-2-5c285ab1c231f05437b039937e4cc339166a760f.tar.gz
gentoo-2-5c285ab1c231f05437b039937e4cc339166a760f.tar.bz2
gentoo-2-5c285ab1c231f05437b039937e4cc339166a760f.zip
Bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/irker/ChangeLog9
-rw-r--r--net-irc/irker/irker-1.16.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/net-irc/irker/ChangeLog b/net-irc/irker/ChangeLog
index 95c28f7311be..8711049e9cf9 100644
--- a/net-irc/irker/ChangeLog
+++ b/net-irc/irker/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/irker
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.9 2012/12/11 05:50:18 patrick Exp $
+# 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 $
+
+*irker-1.16 (28 Jan 2013)
+
+ 28 Jan 2013; Patrick Lauer <patrick@gentoo.org> +irker-1.16.ebuild:
+ Bump
*irker-1.15 (11 Dec 2012)
diff --git a/net-irc/irker/irker-1.16.ebuild b/net-irc/irker/irker-1.16.ebuild
new file mode 100644
index 000000000000..df4b283582be
--- /dev/null
+++ b/net-irc/irker/irker-1.16.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.16.ebuild,v 1.1 2013/01/28 08:40:48 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
+}