Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Text-Aspell: ChangeLog Text-Aspell-0.09.ebuild
Date: Fri, 19 Oct 2007 20:45:18
Message-Id: E1IiyYI-0003uI-Q6@stork.gentoo.org
1 ian 07/10/19 20:34:38
2
3 Modified: ChangeLog
4 Added: Text-Aspell-0.09.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.35 dev-perl/Text-Aspell/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Aspell/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Aspell/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Aspell/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 9 Aug 2007 15:18:51 -0000 1.34
23 +++ ChangeLog 19 Oct 2007 20:34:38 -0000 1.35
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Text-Aspell
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.34 2007/08/09 15:18:51 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.35 2007/10/19 20:34:38 ian Exp $
29 +
30 +*Text-Aspell-0.09 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Christian Hartmann <ian@g.o> +Text-Aspell-0.09.ebuild:
33 + Version bump
34
35 09 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
36 Text-Aspell-0.08.ebuild:
37
38
39
40 1.1 dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Text-Aspell-0.09.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild,v 1.1 2007/10/19 20:34:38 ian Exp $
50
51 inherit perl-module
52
53 DESCRIPTION="Perl interface to the GNU Aspell Library"
54 SRC_URI="mirror://cpan/authors/id/H/HA/HANK/${P}.tar.gz"
55 HOMEPAGE="http://search.cpan.org/~hank/"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic GPL-2 )"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
60 IUSE=""
61
62 # Disabling tests for now - see bug #147897 --ian
63 #SRC_TEST="do"
64
65 DEPEND="app-text/aspell
66 dev-lang/perl"
67
68
69
70 --
71 gentoo-commits@g.o mailing list