From: | "Tomas Chvatal (scarabeus)" <scarabeus@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in sci-geosciences/mtkbabel: ChangeLog mtkbabel-0.8.2.ebuild mtkbabel-0.8.ebuild |
Date: | Tue, 27 Apr 2010 10:44:09 |
Message-Id: | 20100427104407.975EC2C043@corvid.gentoo.org |
1 | scarabeus 10/04/27 10:44:07 |
2 | |
3 | Modified: ChangeLog |
4 | Added: mtkbabel-0.8.2.ebuild |
5 | Removed: mtkbabel-0.8.ebuild |
6 | Log: |
7 | Version bump. Drop older. |
8 | (Portage version: 2.2_rc67/cvs/Linux x86_64) |
9 | |
10 | Revision Changes Path |
11 | 1.4 sci-geosciences/mtkbabel/ChangeLog |
12 | |
13 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog?rev=1.4&view=markup |
14 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog?rev=1.4&content-type=text/plain |
15 | diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog?r1=1.3&r2=1.4 |
16 | |
17 | Index: ChangeLog |
18 | =================================================================== |
19 | RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog,v |
20 | retrieving revision 1.3 |
21 | retrieving revision 1.4 |
22 | diff -u -r1.3 -r1.4 |
23 | --- ChangeLog 15 Jan 2010 14:58:17 -0000 1.3 |
24 | +++ ChangeLog 27 Apr 2010 10:44:07 -0000 1.4 |
25 | @@ -1,6 +1,12 @@ |
26 | # ChangeLog for sci-geosciences/mtkbabel |
27 | # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 |
28 | -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog,v 1.3 2010/01/15 14:58:17 bangert Exp $ |
29 | +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog,v 1.4 2010/04/27 10:44:07 scarabeus Exp $ |
30 | + |
31 | +*mtkbabel-0.8.2 (27 Apr 2010) |
32 | + |
33 | + 27 Apr 2010; Tomáš Chvátal <scarabeus@g.o> -mtkbabel-0.8.ebuild, |
34 | + +mtkbabel-0.8.2.ebuild: |
35 | + Version bump. Drop older. |
36 | |
37 | 15 Jan 2010; Thilo Bangert <bangert@g.o> mtkbabel-0.8.ebuild: |
38 | die on dobin |
39 | |
40 | |
41 | |
42 | 1.1 sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild |
43 | |
44 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild?rev=1.1&view=markup |
45 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild?rev=1.1&content-type=text/plain |
46 | |
47 | Index: mtkbabel-0.8.2.ebuild |
48 | =================================================================== |
49 | # Copyright 1999-2010 Gentoo Foundation |
50 | # Distributed under the terms of the GNU General Public License v2 |
51 | # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild,v 1.1 2010/04/27 10:44:07 scarabeus Exp $ |
52 | |
53 | EAPI="3" |
54 | |
55 | DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger." |
56 | HOMEPAGE="http://sourceforge.net/projects/mtkbabel/" |
57 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
58 | |
59 | LICENSE="GPL-2" |
60 | SLOT="0" |
61 | KEYWORDS="~amd64 ~x86" |
62 | IUSE="" |
63 | |
64 | DEPEND="" |
65 | RDEPEND=" |
66 | dev-perl/Device-SerialPort |
67 | dev-perl/TimeDate |
68 | " |
69 | |
70 | src_install() { |
71 | doman mtkbabel.1 || die |
72 | dobin mtkbabel || die |
73 | dodoc MtkExtensionsv1.xsd README changelog || die |
74 | } |