diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-12-17 18:09:27 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-12-17 18:18:36 +0900 |
commit | 8bd33d6d63781f86dac10b4d48008a57cdaa90ad (patch) | |
tree | dcb01d273a7f13ef3d5e72c0a14fa5ec966aa624 | |
parent | app-text/crf++: fix build with sys-devel/automake-1.13 (diff) | |
download | gentoo-8bd33d6d63781f86dac10b4d48008a57cdaa90ad.tar.gz gentoo-8bd33d6d63781f86dac10b4d48008a57cdaa90ad.tar.bz2 gentoo-8bd33d6d63781f86dac10b4d48008a57cdaa90ad.zip |
app-text/crf++: update HOMEPAGE and SRC_URI
Closes: https://bugs.gentoo.org/614458
Package-Manager: Portage-2.3.13, Repoman-2.3.4
-rw-r--r-- | app-text/crf++/crf++-0.54.ebuild | 2 | ||||
-rw-r--r-- | app-text/crf++/crf++-0.58.ebuild | 4 | ||||
-rw-r--r-- | app-text/crf++/metadata.xml | 2 |
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 3a48217d2796..40689e9a48f1 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 63fcdca38b66..9f0bb22fa51e 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 4fea4cf917d6..edc6c2bf83c2 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> |