*/*: Discontinue Gentoo SuperH port
[gentoo.git] / app-text / vlna / vlna-1.5.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Add nonbreakable spaces after some prepositions in Czech texts"
7 HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/"
8 SRC_URI="ftp://math.feld.cvut.cz/pub/olsak/vlna/${P}.tar.gz"
9
10 LICENSE="Artistic"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
13 IUSE=""
14
15 src_install() {
16         default
17         dodoc vlna.txt vlna.dvi
18 }