summaryrefslogtreecommitdiff
path: root/app-text/crf++
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-12-17 18:09:27 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-12-17 18:18:36 +0900
commit8bd33d6d63781f86dac10b4d48008a57cdaa90ad (patch)
treedcb01d273a7f13ef3d5e72c0a14fa5ec966aa624 /app-text/crf++
parentc6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc (diff)
downloadgentoo-8bd33d6d63781f86dac10b4d48008a57cdaa90ad.tar.gz
gentoo-8bd33d6d63781f86dac10b4d48008a57cdaa90ad.tar.xz
app-text/crf++: update HOMEPAGE and SRC_URI
Closes: https://bugs.gentoo.org/614458 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-text/crf++')
-rw-r--r--app-text/crf++/crf++-0.54.ebuild2
-rw-r--r--app-text/crf++/crf++-0.58.ebuild4
-rw-r--r--app-text/crf++/metadata.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/app-text/crf++/crf++-0.54.ebuild b/app-text/crf++/crf++-0.54.ebuild
index 3a48217d279..40689e9a48f 100644
--- a/app-text/crf++/crf++-0.54.ebuild
+++ b/app-text/crf++/crf++-0.54.ebuild
@@ -6,7 +6,7 @@ inherit autotools eutils
MY_P="${P/crf/CRF}"
DESCRIPTION="Yet Another CRF toolkit for segmenting/labelling sequential data"
-HOMEPAGE="http://crfpp.sourceforge.net/"
+HOMEPAGE="https://taku910.github.io/crfpp/"
SRC_URI="mirror://sourceforge/crfpp/${MY_P}.tar.gz"
LICENSE="|| ( BSD LGPL-2.1 )"
diff --git a/app-text/crf++/crf++-0.58.ebuild b/app-text/crf++/crf++-0.58.ebuild
index 63fcdca38b6..9f0bb22fa51 100644
--- a/app-text/crf++/crf++-0.58.ebuild
+++ b/app-text/crf++/crf++-0.58.ebuild
@@ -6,8 +6,8 @@ inherit autotools eutils
MY_P="${P/crf/CRF}"
DESCRIPTION="Yet Another CRF toolkit for segmenting/labelling sequential data"
-HOMEPAGE="https://crfpp.googlecode.com/svn/trunk/doc/index.html"
-SRC_URI="https://crfpp.googlecode.com/files/${MY_P}.tar.gz"
+HOMEPAGE="https://taku910.github.io/crfpp/"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
LICENSE="|| ( BSD LGPL-2.1 )"
SLOT="0"
diff --git a/app-text/crf++/metadata.xml b/app-text/crf++/metadata.xml
index 4fea4cf917d..edc6c2bf83c 100644
--- a/app-text/crf++/metadata.xml
+++ b/app-text/crf++/metadata.xml
@@ -13,6 +13,6 @@
Information Extraction and Text Chunking.
</longdescription>
<upstream>
- <remote-id type="sourceforge">crfpp</remote-id>
+ <remote-id type="github">taku910/crfpp</remote-id>
</upstream>
</pkgmetadata>