summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/irker/irker-1.20.ebuild')
-rw-r--r--net-irc/irker/irker-1.20.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-irc/irker/irker-1.20.ebuild b/net-irc/irker/irker-1.20.ebuild
deleted file mode 100644
index f55130f670ea..000000000000
--- a/net-irc/irker/irker-1.20.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}