diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-12-05 06:22:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-12-05 06:22:50 +0000 |
commit | 37e7bdd530a452d9fbf57c2487d7c3cf5fc89555 (patch) | |
tree | 35cc2f9277a7f797582ac6cfc59db0269297d3a5 | |
parent | Drop old. (diff) | |
download | gentoo-2-37e7bdd530a452d9fbf57c2487d7c3cf5fc89555.tar.gz gentoo-2-37e7bdd530a452d9fbf57c2487d7c3cf5fc89555.tar.bz2 gentoo-2-37e7bdd530a452d9fbf57c2487d7c3cf5fc89555.zip |
Bump
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | net-irc/irker/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/irker/irker-1.14.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/net-irc/irker/ChangeLog b/net-irc/irker/ChangeLog index e8bcf5ec33f1..9130ed157679 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.7 2012/11/13 06:39:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.8 2012/12/05 06:22:50 patrick Exp $ + +*irker-1.14 (05 Dec 2012) + + 05 Dec 2012; Patrick Lauer <patrick@gentoo.org> +irker-1.14.ebuild: + Bump *irker-1.13 (13 Nov 2012) diff --git a/net-irc/irker/irker-1.14.ebuild b/net-irc/irker/irker-1.14.ebuild new file mode 100644 index 000000000000..abd2832c3a74 --- /dev/null +++ b/net-irc/irker/irker-1.14.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-1.14.ebuild,v 1.1 2012/12/05 06:22:50 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 +} |