Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/sendxmpp: sendxmpp-1.24.ebuild ChangeLog
Date: Mon, 01 Jun 2015 11:05:39
Message-Id: 20150601110532.94C30A19@oystercatcher.gentoo.org
1 mrueg 15/06/01 11:05:32
2
3 Modified: ChangeLog
4 Added: sendxmpp-1.24.ebuild
5 Log:
6 Version bump by Ronny Boesger. See bug #541310.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.25 net-im/sendxmpp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/sendxmpp/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/sendxmpp/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/sendxmpp/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/sendxmpp/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 5 Aug 2014 18:34:16 -0000 1.24
24 +++ ChangeLog 1 Jun 2015 11:05:32 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-im/sendxmpp
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/sendxmpp/ChangeLog,v 1.24 2014/08/05 18:34:16 mrueg Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/sendxmpp/ChangeLog,v 1.25 2015/06/01 11:05:32 mrueg Exp $
31 +
32 +*sendxmpp-1.24 (01 Jun 2015)
33 +
34 + 01 Jun 2015; Manuel Rüger <mrueg@g.o> +sendxmpp-1.24.ebuild:
35 + Version bump by Ronny Boesger. See bug #541310.
36
37 05 Aug 2014; Manuel Rüger <mrueg@g.o> sendxmpp-1.23.ebuild:
38 Remove trailing '.' from DESCRIPTION.
39
40
41
42 1.1 net-im/sendxmpp/sendxmpp-1.24.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/sendxmpp/sendxmpp-1.24.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/sendxmpp/sendxmpp-1.24.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sendxmpp-1.24.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-im/sendxmpp/sendxmpp-1.24.ebuild,v 1.1 2015/06/01 11:05:32 mrueg Exp $
52
53 EAPI=5
54
55 inherit perl-module
56
57 DESCRIPTION="A perl-script to send xmpp (jabber), similar to what mail(1) does for mail"
58 HOMEPAGE="http://sendxmpp.hostname.sk/"
59 SRC_URI="https://github.com/lhost/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
64 IUSE=""
65
66 RDEPEND="dev-perl/Net-XMPP
67 dev-perl/Authen-SASL
68 virtual/perl-Getopt-Long"