diff options
Diffstat (limited to 'app-text/vlna/vlna-1.4.ebuild')
-rw-r--r-- | app-text/vlna/vlna-1.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/vlna/vlna-1.4.ebuild b/app-text/vlna/vlna-1.4.ebuild deleted file mode 100644 index 7ce5cfc3fb10..000000000000 --- a/app-text/vlna/vlna-1.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/vlna/vlna-1.4.ebuild,v 1.2 2010/02/02 22:01:54 abcd Exp $ - -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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc README README.en ChangeLog vlna.txt - insinto /usr/share/doc/${PF} - doins vlna.dvi -} |