aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/staden_doc')
-rw-r--r--sci-biology/staden_doc/Manifest1
-rw-r--r--sci-biology/staden_doc/metadata.xml15
-rw-r--r--sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild42
3 files changed, 0 insertions, 58 deletions
diff --git a/sci-biology/staden_doc/Manifest b/sci-biology/staden_doc/Manifest
deleted file mode 100644
index 108aad2fe..000000000
--- a/sci-biology/staden_doc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST staden_doc-2.0.0b11-src.tar.gz 3184526 BLAKE2B cf67f702efd0743899b0f955434b815bdb695d28641069a4da981e5fe5de9091980b997e55d10897ff21fca1928f1afb787aa9a89d66ab658b14f8db9b35d110 SHA512 ca8aad2ab3ec660dbd8631bb65df95b10fa64e20d5d509925a03e277896ed8a2eebef89f6b170fe2acd0dd10e0075585620dd162b7b5c9153b248ee6dedd6ef1
diff --git a/sci-biology/staden_doc/metadata.xml b/sci-biology/staden_doc/metadata.xml
deleted file mode 100644
index 1ed1820a4..000000000
--- a/sci-biology/staden_doc/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mmokrejs@fold.natur.cuni.cz</email>
- <name>Martin Mokrejs</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">staden</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 5a70701b0..000000000
--- a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-
-LICENSE="staden"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-lang/perl
- app-text/texlive
- app-text/texi2html"
-BDEPEND="app-editors/emacs"
-RDEPEND="${DEPEND} ${BDEPEND}"
-
-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(){
-# default
-# # avoid running bundled texi2html code
-# sed -e "s#./tools/texi2html#texi2html#" -i manual/Makefile || die
-# }
-
-src_compile(){
- cd manual || die
- emake -j1 spotless || die
- cd .. || die
- emake -j1 unix PAPER=A4
-}
-
-src_install(){
- emake -j1 install prefix="${D}"/usr
- dodoc gkb547_gml.pdf
-}