Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/coldsync: coldsync-2.2.5-r1.ebuild ChangeLog
Date: Sat, 26 Jul 2014 12:09:06
Message-Id: 20140726120900.F18662004E@flycatcher.gentoo.org
1 ssuominen 14/07/26 12:09:00
2
3 Modified: coldsync-2.2.5-r1.ebuild ChangeLog
4 Log:
5 Sanitize keywording: amd64 stable, sparc back to ~arch. Use EAPI=5.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.14 app-pda/coldsync/coldsync-2.2.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild?r1=1.13&r2=1.14
15
16 Index: coldsync-2.2.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- coldsync-2.2.5-r1.ebuild 31 Mar 2011 05:50:44 -0000 1.13
23 +++ coldsync-2.2.5-r1.ebuild 26 Jul 2014 12:09:00 -0000 1.14
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.13 2011/03/31 05:50:44 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.14 2014/07/26 12:09:00 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit eutils flag-o-matic perl-module toolchain-funcs
34
35 DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations"
36 @@ -11,7 +11,7 @@
37
38 LICENSE="Artistic"
39 SLOT="0"
40 -KEYWORDS="~amd64 ~ppc sparc x86"
41 +KEYWORDS="amd64 ~ppc ~sparc x86"
42 IUSE="nls perl"
43
44 RDEPEND="perl? ( dev-lang/perl )"
45 @@ -64,7 +64,7 @@
46 INSTALLMAN3DIR="${D}"/usr/share/man/man3 \
47 INSTALLSITEMAN3DIR="${D}"/usr/share/man/man3 \
48 INSTALLVENDORMAN3DIR="${D}"/usr/share/man/man3 \
49 - install || die
50 + install
51
52 if use perl; then
53 pushd perl/ColdSync
54
55
56
57 1.15 app-pda/coldsync/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/ChangeLog?rev=1.15&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/ChangeLog?rev=1.15&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/ChangeLog?r1=1.14&r2=1.15
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v
66 retrieving revision 1.14
67 retrieving revision 1.15
68 diff -u -r1.14 -r1.15
69 --- ChangeLog 24 Jun 2014 13:20:49 -0000 1.14
70 +++ ChangeLog 26 Jul 2014 12:09:00 -0000 1.15
71 @@ -1,6 +1,10 @@
72 # ChangeLog for app-pda/coldsync
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.14 2014/06/24 13:20:49 ssuominen Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.15 2014/07/26 12:09:00 ssuominen Exp $
76 +
77 + 26 Jul 2014; Samuli Suominen <ssuominen@g.o> coldsync-2.2.5-r1.ebuild,
78 + coldsync-3.0_pre4.ebuild:
79 + Sanitize keywording: amd64 stable, sparc back to ~arch. Use EAPI=5.
80
81 24 Jun 2014; Samuli Suominen <ssuominen@g.o>
82 +files/coldsync-3.0_pre4-texinfo-5.patch, coldsync-3.0_pre4.ebuild: