diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-06-30 15:33:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-06-30 15:33:50 +0000 |
commit | 3f47f49465ec7f3a3626d1cec7b98283155bbf8f (patch) | |
tree | ec92925b3846bcc57eae9fc9b792c2a04d41fc73 /app-text/vlna/vlna-1.4.ebuild | |
parent | remove ol (diff) | |
download | gentoo-2-3f47f49465ec7f3a3626d1cec7b98283155bbf8f.tar.gz gentoo-2-3f47f49465ec7f3a3626d1cec7b98283155bbf8f.tar.bz2 gentoo-2-3f47f49465ec7f3a3626d1cec7b98283155bbf8f.zip |
remove old
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
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 -} |