From 526a89ab222016926fa201c004546d1e80904336 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 13 Oct 2012 20:52:57 +0000 Subject: Depend on dev-python/irc instead of dev-python/python-irclib. (Portage version: 2.2.0_alpha137/cvs/Linux x86_64) --- net-irc/irker/ChangeLog | 8 +++++++- net-irc/irker/irker-1.12-r1.ebuild | 28 ++++++++++++++++++++++++++++ net-irc/irker/irker-1.12.ebuild | 28 ---------------------------- 3 files changed, 35 insertions(+), 29 deletions(-) create mode 100644 net-irc/irker/irker-1.12-r1.ebuild delete mode 100644 net-irc/irker/irker-1.12.ebuild (limited to 'net-irc/irker') diff --git a/net-irc/irker/ChangeLog b/net-irc/irker/ChangeLog index 7347281fe32e..343405ac630a 100644 --- a/net-irc/irker/ChangeLog +++ b/net-irc/irker/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2012/10/13 05:53:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.2 2012/10/13 20:52:57 floppym Exp $ + +*irker-1.12-r1 (13 Oct 2012) + + 13 Oct 2012; Mike Gilbert +irker-1.12-r1.ebuild, + -irker-1.12.ebuild: + Depend on dev-python/irc instead of dev-python/python-irclib. *irker-1.12 (13 Oct 2012) diff --git a/net-irc/irker/irker-1.12-r1.ebuild b/net-irc/irker/irker-1.12-r1.ebuild new file mode 100644 index 000000000000..fc6c67ccc21f --- /dev/null +++ b/net-irc/irker/irker-1.12-r1.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.12-r1.ebuild,v 1.1 2012/10/13 20:52:57 floppym 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/xmlto + dev-python/irc" +RDEPEND="${DEPEND}" + +src_install() { + # the irkerhook.py is not installed with the default makefile + emake DESTDIR="${D}" install + cp ${S}/irkerhook.py ${D}/usr/bin/ || die "Failed to install the irkerhook" + mkdir -p ${D}/etc/init.d/ ${D}/etc/conf.d/ + cp ${FILESDIR}/irker.init ${D}/etc/init.d/irkerd || die "Failed to install init script" + chmod 755 ${D}/etc/init.d/irkerd # need to be executable + cp ${FILESDIR}/irker.conf.d ${D}/etc/conf.d/irkerd || die "Failed to install conf" +} diff --git a/net-irc/irker/irker-1.12.ebuild b/net-irc/irker/irker-1.12.ebuild deleted file mode 100644 index 2f4a6313438a..000000000000 --- a/net-irc/irker/irker-1.12.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.12.ebuild,v 1.1 2012/10/13 05:53:35 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/xmlto - >=dev-python/python-irclib-3.2.2" -RDEPEND="${DEPEND}" - -src_install() { - # the irkerhook.py is not installed with the default makefile - emake DESTDIR="${D}" install - cp ${S}/irkerhook.py ${D}/usr/bin/ || die "Failed to install the irkerhook" - mkdir -p ${D}/etc/init.d/ ${D}/etc/conf.d/ - cp ${FILESDIR}/irker.init ${D}/etc/init.d/irkerd || die "Failed to install init script" - chmod 755 ${D}/etc/init.d/irkerd # need to be executable - cp ${FILESDIR}/irker.conf.d ${D}/etc/conf.d/irkerd || die "Failed to install conf" -} -- cgit v1.2.3-65-gdbad