Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/
Date: Sat, 29 Oct 2016 21:00:10
Message-Id: 1477774795.2c9bfd4105d5bf6977a4c43020975931aa94d18a.dilfridge@gentoo
1 commit: 2c9bfd4105d5bf6977a4c43020975931aa94d18a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 20:59:47 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 20:59:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9bfd41
7
8 dev-perl/mecab-perl: Mirror distfile on dev.gentoo.org, dead project
9
10 Package-Manager: portage-2.3.2
11
12 dev-perl/mecab-perl/mecab-perl-0.996.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
16 index 2f64d7c..8e85f19 100644
17 --- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
18 +++ b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
19 @@ -1,14 +1,14 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI="5"
26 +EAPI=5
27
28 inherit perl-module
29
30 DESCRIPTION="Perl binding for MeCab"
31 -HOMEPAGE="http://mecab.sourceforge.net/"
32 -SRC_URI="https://mecab.googlecode.com/files/${P}.tar.gz"
33 +# HOMEPAGE="http://mecab.sourceforge.net/" dead project, no homepage found anymore
34 +SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
35
36 LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
37 SLOT="0"