diff options
Diffstat (limited to 'app-text/vlna/vlna-1.5.ebuild')
-rw-r--r-- | app-text/vlna/vlna-1.5.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-text/vlna/vlna-1.5.ebuild b/app-text/vlna/vlna-1.5.ebuild deleted file mode 100644 index 0a92337cd499..000000000000 --- a/app-text/vlna/vlna-1.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Add nonbreakable spaces after some prepositions in Czech texts" -HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/" -SRC_URI="ftp://math.feld.cvut.cz/pub/olsak/vlna/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_install() { - default - dodoc vlna.txt vlna.dvi -} |