diff options
Diffstat (limited to 'dev-tex/latex-unicode/latex-unicode-20030605.ebuild')
-rw-r--r-- | dev-tex/latex-unicode/latex-unicode-20030605.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/dev-tex/latex-unicode/latex-unicode-20030605.ebuild b/dev-tex/latex-unicode/latex-unicode-20030605.ebuild deleted file mode 100644 index f989683ea110..000000000000 --- a/dev-tex/latex-unicode/latex-unicode-20030605.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20030605.ebuild,v 1.7 2008/09/03 11:40:31 opfer Exp $ - -inherit latex-package - -DESCRIPTION="Unicode support for LaTeX" -HOMEPAGE="http://www.unruh.de/DniQ/latex/unicode/" -# Taken from -#SRC_URI="http://www.unruh.de/DniQ/latex/unicode/unicode.tgz" -SRC_URI="mirror://gentoo/${P}.tar.gz - http://dev.gentoo.org/~usata/distfiles/${P}.tar.gz" - -LICENSE="LPPL-1.2" - -SLOT="0" -KEYWORDS="~x86 amd64" -IUSE="cjk" - -DEPEND="!dev-texlive/texlive-latexrecommended - cjk? ( dev-tex/cjk-latex )" - -S=${WORKDIR}/ucs - -src_install() { - - latex-package_src_doinstall - pushd contrib - latex-package_src_doinstall styles || die - popd - pushd data - latex-package_src_doinstall styles || die - popd - - insinto /usr/share/texmf/tex/latex/latex-unicode - doins data/uninames.dat - doins config/* contrib/cenccmn.tex - - dodoc FAQ README VERSION languages.ps.gz ltxmacrs.txt -} - -pkg_postinst() { - - latex-package_pkg_postinst - elog - elog "Please refer to /usr/share/doc/${P}/README.gz" - elog "and languages.ps in that directory for language-specific examples." - elog -} |