diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-04 07:43:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-04 07:43:44 +0000 |
commit | 203b076083a9af5f875c318f18431323a9afedd2 (patch) | |
tree | 58870ee4fcca3a30641a0e01e880de50e10b6a4c /app-text/vlna/vlna-1.2.ebuild | |
parent | remove old (diff) | |
download | gentoo-2-203b076083a9af5f875c318f18431323a9afedd2.tar.gz gentoo-2-203b076083a9af5f875c318f18431323a9afedd2.tar.bz2 gentoo-2-203b076083a9af5f875c318f18431323a9afedd2.zip |
remove old
(Portage version: 2.2_rc35/cvs/Linux x86_64)
Diffstat (limited to 'app-text/vlna/vlna-1.2.ebuild')
-rw-r--r-- | app-text/vlna/vlna-1.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-text/vlna/vlna-1.2.ebuild b/app-text/vlna/vlna-1.2.ebuild deleted file mode 100644 index 024e98ad0cdc..000000000000 --- a/app-text/vlna/vlna-1.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/vlna/vlna-1.2.ebuild,v 1.9 2005/05/16 04:26:37 usata Exp $ - -inherit toolchain-funcs - -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="x86 amd64" -IUSE="" - -DEPEND="virtual/libc" - -S=${WORKDIR}/${PN} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "make failed" -} - -src_install() { - make DESTDIR=${D} \ - BINDIR=${D}/usr/bin \ - MANDIR=${D}/usr/share/man/man1 \ - install || die "make install failed" - - dodoc README vlna.txt - insinto /usr/share/doc/${PF} - doins vlna.dvi -} |