commit: 7618225fb04cb665bcd6bfe3e46ad99709e8b3d1
Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Nov 30 15:39:05 2018 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Nov 30 15:39:05 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7618225f
sci-biology/repeatmasker-libraries: update download URL
Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
.../repeatmasker-libraries-20150807.ebuild | 6 ++++--
...07.ebuild => repeatmasker-libraries-20160829.ebuild} | 6 ++++--
...07.ebuild => repeatmasker-libraries-20181026.ebuild} | 17 +++++++++--------
3 files changed, 17 insertions(+), 12 deletions(-)
diff --git
a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
index b767a2edb..ff9bbd89d 100644
--- a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
+++ b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -24,7 +24,9 @@ pkg_nofetch() {
einfo '"Repbase Update - RepeatMasker edition" link'
einfo 'which should take you to http://www.girinst.org/server/RepBase).'
einfo "Download repeatmaskerlibraries-${PV}.tar.gz and place it in
'${DISTDIR}"
- einfo "Older releases can be found at
http://www.girinst.org/server/archive"
+ einfo "Older releases can be found in archive:"
+ einfo "https://www.girinst.org/repbase/update"
+ einfo "This one at https://www.girinst.org/server/archive/RepBase20.08"
}
src_install() {
diff --git
a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20160829.ebuild
similarity index 79%
copy from
sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
copy to
sci-biology/repeatmasker-libraries/repeatmasker-libraries-20160829.ebuild
index b767a2edb..a30389e54 100644
--- a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
+++ b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20160829.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -24,7 +24,9 @@ pkg_nofetch() {
einfo '"Repbase Update - RepeatMasker edition" link'
einfo 'which should take you to http://www.girinst.org/server/RepBase).'
einfo "Download repeatmaskerlibraries-${PV}.tar.gz and place it in
'${DISTDIR}"
- einfo "Older releases can be found at
http://www.girinst.org/server/archive"
+ einfo "Older releases can be found in archive:"
+ einfo "https://www.girinst.org/repbase/update"
+ einfo "This one at https://www.girinst.org/server/archive/RepBase21.12"
}
src_install() {
diff --git
a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20181026.ebuild
similarity index 58%
copy from
sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
copy to
sci-biology/repeatmasker-libraries/repeatmasker-libraries-20181026.ebuild
index b767a2edb..d7b1821bd 100644
--- a/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20150807.ebuild
+++ b/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20181026.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="A special version of RepBase used by RepeatMasker"
HOMEPAGE="http://repeatmasker.org/"
-SRC_URI="repeatmaskerlibraries-${PV}.tar.gz"
+SRC_URI="RepBaseRepeatMaskerEdition-${PV}.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE=""
DEPEND=""
@@ -23,13 +23,14 @@ pkg_nofetch() {
einfo "Please register at http://www.girinst.org/ and go to"
einfo '"Repbase Update - RepeatMasker edition" link'
einfo 'which should take you to http://www.girinst.org/server/RepBase).'
- einfo "Download repeatmaskerlibraries-${PV}.tar.gz and place it in
'${DISTDIR}"
- einfo "Older releases can be found at
http://www.girinst.org/server/archive"
+ einfo "Download RepBaseRepeatMaskerEdition-${PV}.tar.gz and place it in
'${DISTDIR}"
+ einfo "Older releases can be found in archive:"
+ einfo "https://www.girinst.org/repbase/update"
+ einfo "This one at https://www.girinst.org/server/archive/RepBase23.10"
}
src_install() {
insinto /usr/share/repeatmasker/Libraries
- doins "${S}"/RepeatMaskerLib.embl
- dodoc README
- dohtml README.html
+ doins "${S}"/RMRBSeqs.embl
+ dodoc README.RMRBSeqs
}