Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/irker: irker-1.16.ebuild ChangeLog
Date: Mon, 28 Jan 2013 08:40:52
Message-Id: 20130128084048.A98DF2171D@flycatcher.gentoo.org
1 patrick 13/01/28 08:40:48
2
3 Modified: ChangeLog
4 Added: irker-1.16.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.10 net-irc/irker/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 11 Dec 2012 05:50:18 -0000 1.9
24 +++ ChangeLog 28 Jan 2013 08:40:48 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-irc/irker
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.9 2012/12/11 05:50:18 patrick Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.10 2013/01/28 08:40:48 patrick Exp $
31 +
32 +*irker-1.16 (28 Jan 2013)
33 +
34 + 28 Jan 2013; Patrick Lauer <patrick@g.o> +irker-1.16.ebuild:
35 + Bump
36
37 *irker-1.15 (11 Dec 2012)
38
39
40
41
42 1.1 net-irc/irker/irker-1.16.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-1.16.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-1.16.ebuild?rev=1.1&content-type=text/plain
46
47 Index: irker-1.16.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-1.16.ebuild,v 1.1 2013/01/28 08:40:48 patrick Exp $
52
53 EAPI=4
54
55 inherit python
56
57 DESCRIPTION="Submission tools for IRC notifications"
58 HOMEPAGE="http://www.catb.org/esr/irker/"
59 SRC_URI="http://www.catb.org/esr/${PN}/${P}.tar.gz"
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64 DEPEND="app-text/docbook-xml-dtd:4.1.2
65 app-text/xmlto"
66 RDEPEND="=dev-lang/python-2*
67 dev-python/irc"
68
69 src_install() {
70 python_convert_shebangs 2 irkerd irkerhook.py
71 emake DESTDIR="${D}" install
72 # the irkerhook.py is not installed with the default makefile
73 dobin irkerhook.py
74 newinitd "${FILESDIR}/irker.init" irkerd
75 newconfd "${FILESDIR}/irker.conf.d" irkerd
76 }