* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/
@ 2016-10-29 21:00 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-10-29 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 2c9bfd4105d5bf6977a4c43020975931aa94d18a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:59:47 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 20:59:55 2016 +0000
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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/
@ 2017-09-06 20:52 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-09-06 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 6bb0e6aa44b7d75faf90cb8e3885012538923c92
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Sep 3 16:05:16 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 6 20:52:37 2017 +0000
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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/
@ 2018-07-20 14:05 Akinori Hattori
0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori @ 2018-07-20 14:05 UTC (permalink / raw
To: gentoo-commits
commit: 3e455da8e4875793247ddbf271f7c5ff5a514c6f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 14:05:26 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 14:05:26 2018 +0000
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
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/
@ 2018-07-20 14:05 Akinori Hattori
0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori @ 2018-07-20 14:05 UTC (permalink / raw
To: gentoo-commits
commit: 45a8a104200010ad52d8b263793ff6d0971e4e4f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 14:01:39 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 14:01:39 2018 +0000
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">mecab</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">taku910/mecab</remote-id>
+ <remote-id type="google-code">mecab</remote-id>
+ <remote-id type="sourceforge">mecab</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/
@ 2021-11-19 19:40 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-19 19:40 UTC (permalink / raw
To: gentoo-commits
commit: e39c98a981da633b072bafe4b1764dfebfaacfe1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 19:35:01 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 19:40:02 2021 +0000
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 <dilfridge <AT> 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 )
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-19 19:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-29 21:00 [gentoo-commits] repo/gentoo:master commit in: dev-perl/mecab-perl/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2017-09-06 20:52 Michał Górny
2018-07-20 14:05 Akinori Hattori
2018-07-20 14:05 Akinori Hattori
2021-11-19 19:40 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox