Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/courier-unicode: courier-unicode-1.3.ebuild ChangeLog
Date: Mon, 29 Jun 2015 09:32:15
Message-Id: 20150629093152.E5C1D73F@oystercatcher.gentoo.org
1 hanno 15/06/29 09:31:52
2
3 Modified: ChangeLog
4 Added: courier-unicode-1.3.ebuild
5 Log:
6 courier-unicode bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A5880072BBB51E42)
9
10 Revision Changes Path
11 1.9 net-libs/courier-unicode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-unicode/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-unicode/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-unicode/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 15 May 2015 11:56:41 -0000 1.8
24 +++ ChangeLog 29 Jun 2015 09:31:52 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/courier-unicode
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v 1.8 2015/05/15 11:56:41 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v 1.9 2015/06/29 09:31:52 hanno Exp $
30 +
31 +*courier-unicode-1.3 (29 Jun 2015)
32 +
33 + 29 Jun 2015; Hanno Boeck <hanno@g.o> +courier-unicode-1.3.ebuild:
34 + Version bump.
35
36 15 May 2015; Pacho Ramos <pacho@g.o> courier-unicode-1.1.ebuild:
37 ppc stable wrt bug #548176
38
39
40
41 1.1 net-libs/courier-unicode/courier-unicode-1.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: courier-unicode-1.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.3.ebuild,v 1.1 2015/06/29 09:31:52 hanno Exp $
51
52 EAPI=5
53 inherit eutils
54
55 DESCRIPTION="Unicode library used by the courier mail server"
56 HOMEPAGE="http://www.courier-mta.org/"
57 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 src_install() {
64 default
65 prune_libtool_files
66 dodoc AUTHORS ChangeLog README
67 }