Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-Stem-Snowball-Da: ChangeLog Lingua-Stem-Snowball-Da-1.01-r1.ebuild
Date: Thu, 04 Feb 2010 14:30:06
Message-Id: E1Nd2iY-0005lX-Uz@stork.gentoo.org
1 tove 10/02/04 14:30:02
2
3 Modified: ChangeLog Lingua-Stem-Snowball-Da-1.01-r1.ebuild
4 Log:
5 Fix LICENSE (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 18 Apr 2007 16:40:29 -0000 1.12
22 +++ ChangeLog 4 Feb 2010 14:30:02 -0000 1.13
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/Lingua-Stem-Snowball-Da
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.12 2007/04/18 16:40:29 ian Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.13 2010/02/04 14:30:02 tove Exp $
29 +
30 + 04 Feb 2010; Torsten Veller <tove@g.o>
31 + Lingua-Stem-Snowball-Da-1.01-r1.ebuild:
32 + Fix LICENSE (#301969). Maintenance
33
34 18 Apr 2007; Christian Hartmann <ian@g.o>
35 -Lingua-Stem-Snowball-Da-1.01.ebuild,
36
37
38
39 1.4 dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: Lingua-Stem-Snowball-Da-1.01-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- Lingua-Stem-Snowball-Da-1.01-r1.ebuild 10 Jul 2007 23:33:30 -0000 1.3
52 +++ Lingua-Stem-Snowball-Da-1.01-r1.ebuild 4 Feb 2010 14:30:02 -0000 1.4
53 @@ -1,35 +1,26 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild,v 1.3 2007/07/10 23:33:30 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild,v 1.4 2010/02/04 14:30:02 tove Exp $
59
60 +EAPI=2
61 +
62 +MODULE_AUTHOR=CINE
63 inherit perl-module multilib
64
65 DESCRIPTION="Porters stemming algorithm for Denmark"
66 -HOMEPAGE="http://search.cpan.org/~cine/"
67 -SRC_URI="mirror://cpan/authors/id/C/CI/CINE/${P}.tar.gz"
68
69 -LICENSE="Artistic"
70 +LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="amd64 ia64 ~ppc sparc x86"
73 IUSE=""
74
75 SRC_TEST="do"
76
77 -DEPEND="dev-lang/perl"
78 -
79 src_install() {
80 perl-module_src_install
81 - local version
82 - eval `perl '-V:version'`
83 - perl_version=${version}
84 - local myarch
85 - eval `perl '-V:archname'`
86 - myarch=${archname}
87 -
88 - if [ -f ${D}/usr/$(get_libdir)/perl5/vendor_perl/${perl_version}/Lingua/Stem/Snowball/stemmer.pl ]; then
89 - mv \
90 - ${D}/usr/$(get_libdir)/perl5/vendor_perl/${perl_version}/Lingua/Stem/Snowball/stemmer.pl \
91 - ${D}/usr/$(get_libdir)/perl5/vendor_perl/${perl_version}/Lingua/Stem/Snowball/da-stemmer.pl
92 +
93 + if [[ -f ${D}/${VENDOR_LIB}/Lingua/Stem/Snowball/stemmer.pl ]] ; then
94 + mv "${D}"/${VENDOR_LIB}/Lingua/Stem/Snowball/{,da-}stemmer.pl || die
95 fi
96 }