[gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/

2021-11-19 Thread Andreas K. Hüttel
commit: e39c98a981da633b072bafe4b1764dfebfaacfe1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 19 19:35:01 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Nov 19 19:40:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39c98a9

dev-perl/mecab-perl: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{mecab-perl-0.996.ebuild => mecab-perl-0.996-r1.ebuild}| 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild 
b/dev-perl/mecab-perl/mecab-perl-0.996-r1.ebuild
similarity index 80%
rename from dev-perl/mecab-perl/mecab-perl-0.996.ebuild
rename to dev-perl/mecab-perl/mecab-perl-0.996-r1.ebuild
index adbae9099c7d..3fba3b5a2cec 100644
--- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
+++ b/dev-perl/mecab-perl/mecab-perl-0.996-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 inherit perl-module
 
@@ -12,10 +12,10 @@ 
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
 LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
 SLOT="0"
 KEYWORDS="amd64 ~ia64 x86"
-IUSE=""
 
-DEPEND="~app-text/mecab-${PV}"
-RDEPEND="${DEPEND}"
+RDEPEND="~app-text/mecab-${PV}"
+BDEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README test.pl )
 HTML_DOCS=( bindings.html )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/

2018-07-20 Thread Akinori Hattori
commit: 45a8a104200010ad52d8b263793ff6d0971e4e4f
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Jul 20 14:01:39 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Jul 20 14:01:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a8a104

dev-perl/mecab-perl: update HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/mecab-perl/mecab-perl-0.996.ebuild |  6 +++---
 dev-perl/mecab-perl/metadata.xml| 16 +---
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild 
b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
index 379e10184b5..58c968211d7 100644
--- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
+++ b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit perl-module
 
 DESCRIPTION="Perl binding for MeCab"
-# HOMEPAGE="http://mecab.sourceforge.net/"; dead project, no homepage found 
anymore
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz";
+HOMEPAGE="http://taku910.github.io/mecab/";
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN%-*}/${P}.tar.gz";
 
 LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
 SLOT="0"

diff --git a/dev-perl/mecab-perl/metadata.xml b/dev-perl/mecab-perl/metadata.xml
index 5952bee026a..82adca0f7b8 100644
--- a/dev-perl/mecab-perl/metadata.xml
+++ b/dev-perl/mecab-perl/metadata.xml
@@ -1,11 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-c...@gentoo.org
-Cjk
-  
-  
-mecab
-  
+   
+   c...@gentoo.org
+   Cjk
+   
+   
+   taku910/mecab
+   mecab
+   mecab
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/

2018-07-20 Thread Akinori Hattori
commit: 3e455da8e4875793247ddbf271f7c5ff5a514c6f
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Jul 20 14:05:26 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Jul 20 14:05:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e455da8

dev-perl/mecab-perl: update to EAPI 6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/mecab-perl/mecab-perl-0.996.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild 
b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
index 58c968211d7..adbae9099c7 100644
--- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
+++ b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
 
 inherit perl-module
 
@@ -17,8 +17,10 @@ IUSE=""
 DEPEND="~app-text/mecab-${PV}"
 RDEPEND="${DEPEND}"
 
+DOCS=( AUTHORS README test.pl )
+HTML_DOCS=( bindings.html )
+
 src_install() {
perl-module_src_install
-   dohtml bindings.html
-   dodoc test.pl
+   einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/

2017-09-06 Thread Michał Górny
commit: 6bb0e6aa44b7d75faf90cb8e3885012538923c92
Author: Francesco Turco  fastmail  fm>
AuthorDate: Sun Sep  3 16:05:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  6 20:52:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb0e6aa

dev-perl/mecab-perl: use HTTPS for links to dev.gentoo.org

 dev-perl/mecab-perl/mecab-perl-0.996.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild 
b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
index c962e54c7cd..379e10184b5 100644
--- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
+++ b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit perl-module
 
 DESCRIPTION="Perl binding for MeCab"
 # HOMEPAGE="http://mecab.sourceforge.net/"; dead project, no homepage found 
anymore
-SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz";
+SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz";
 
 LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/

2016-10-29 Thread Andreas Hüttel
commit: 2c9bfd4105d5bf6977a4c43020975931aa94d18a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 29 20:59:47 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct 29 20:59:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9bfd41

dev-perl/mecab-perl: Mirror distfile on dev.gentoo.org, dead project

Package-Manager: portage-2.3.2

 dev-perl/mecab-perl/mecab-perl-0.996.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild 
b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
index 2f64d7c..8e85f19 100644
--- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
+++ b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI=5
 
 inherit perl-module
 
 DESCRIPTION="Perl binding for MeCab"
-HOMEPAGE="http://mecab.sourceforge.net/";
-SRC_URI="https://mecab.googlecode.com/files/${P}.tar.gz";
+# HOMEPAGE="http://mecab.sourceforge.net/"; dead project, no homepage found 
anymore
+SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz";
 
 LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
 SLOT="0"