commit: 1f20448abd17e3d27a26ed55235480644aad03ab Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Jan 18 15:24:29 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Jan 18 15:24:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f20448a
sci-biology/staden_doc: fix fetch, EAPI bump Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - .../staden_doc/staden_doc-2.0.0_beta11.ebuild | 11 ++---- .../staden_doc/staden_doc-2.0.0_beta9.ebuild | 43 ---------------------- 3 files changed, 4 insertions(+), 51 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 6938af860..5eb83663f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -106,4 +106,3 @@ sci-biology/SnpEff sci-biology/snphylo sci-biology/SPAdes sci-biology/sra_sdk -sci-biology/staden_doc diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild index 8d9011858..ab95f08b6 100644 --- a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild +++ b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild @@ -1,24 +1,21 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils +EAPI=7 DESCRIPTION="Documentation files for the staden package" HOMEPAGE="https://sourceforge.net/projects/staden" SRC_URI="https://sourceforge.net/projects/staden/files/staden/${PV/_beta/b}/staden_doc-${PV/_beta/b}-src.tar.gz" -# https://sourceforge.net/p/staden/code/HEAD/tree/staden/trunk/doc/ LICENSE="staden" SLOT="0" KEYWORDS="" -IUSE="" DEPEND="dev-lang/perl app-text/texlive app-text/texi2html" -RDEPEND="${DEPEND}" +BDEPEND="app-editors/emacs" +RDEPEND="${DEPEND} ${BDEPEND}" S="${WORKDIR}"/staden_doc-${PV/_beta/b}-src diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild deleted file mode 100644 index 8d9011858..000000000 --- a/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Documentation files for the staden package" -HOMEPAGE="https://sourceforge.net/projects/staden" -SRC_URI="https://sourceforge.net/projects/staden/files/staden/${PV/_beta/b}/staden_doc-${PV/_beta/b}-src.tar.gz" -# https://sourceforge.net/p/staden/code/HEAD/tree/staden/trunk/doc/ - -LICENSE="staden" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-lang/perl - app-text/texlive - app-text/texi2html" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/staden_doc-${PV/_beta/b}-src - -# do not use texi2html-5 because it fails with: -# texi2html -menu -verbose -split_chapter -index_chars interface.htmlinfo -# Unknown option: index_char -# src_prepare(){ -# # avoid running bundled texi2html code -# sed -e "s#./tools/texi2html#texi2html#" -i manual/Makefile || die -# } - -src_compile(){ - cd manual || die - make -j 1 spotless || die - cd .. || die - emake -j 1 unix PAPER=A4 -} - -src_install(){ - emake -j 1 install prefix="${D}"/usr - dodoc gkb547_gml.pdf -}
