diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-13 16:23:07 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-13 16:23:07 +0000 |
commit | 295633536689e9e3cfca6e469a653320a97b7b52 (patch) | |
tree | 8d170f727886bc8ed95a98b2a4fc36ccf8a78064 /dev-tex/latex-unicode | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-295633536689e9e3cfca6e469a653320a97b7b52.tar.gz gentoo-2-295633536689e9e3cfca6e469a653320a97b7b52.tar.bz2 gentoo-2-295633536689e9e3cfca6e469a653320a97b7b52.zip |
Version bumped.
Diffstat (limited to 'dev-tex/latex-unicode')
-rw-r--r-- | dev-tex/latex-unicode/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/latex-unicode/Manifest | 4 | ||||
-rw-r--r-- | dev-tex/latex-unicode/files/digest-latex-unicode-20040307 | 1 | ||||
-rw-r--r-- | dev-tex/latex-unicode/latex-unicode-20040307.ebuild | 49 |
4 files changed, 59 insertions, 2 deletions
diff --git a/dev-tex/latex-unicode/ChangeLog b/dev-tex/latex-unicode/ChangeLog index 4a36576f7b4a..0801dfbc2556 100644 --- a/dev-tex/latex-unicode/ChangeLog +++ b/dev-tex/latex-unicode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/latex-unicode # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.2 2004/02/28 12:12:53 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.3 2004/04/13 16:23:07 usata Exp $ + +*latex-unicode-20040307 (14 Apr 2004) + + 14 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> latex-unicode-20040307.ebuild: + Version bumped. *latex-unicode-20030605 (05 Jan 2004) diff --git a/dev-tex/latex-unicode/Manifest b/dev-tex/latex-unicode/Manifest index f99b0fae1e99..720c97105230 100644 --- a/dev-tex/latex-unicode/Manifest +++ b/dev-tex/latex-unicode/Manifest @@ -1,4 +1,6 @@ -MD5 9a564ad6510a5fa973c58242a0f4e323 ChangeLog 599 MD5 ae9c2176f26ceffe24bebe2802f20ea7 latex-unicode-20030605.ebuild 1193 MD5 a43370bbb57cb967dbffe1a084475550 metadata.xml 181 +MD5 9a564ad6510a5fa973c58242a0f4e323 ChangeLog 599 +MD5 ae9c2176f26ceffe24bebe2802f20ea7 latex-unicode-20040307.ebuild 1193 MD5 ee773e58992bb7ec580593e339d568cc files/digest-latex-unicode-20030605 75 +MD5 ee68e930620a122f5df8875df55bd360 files/digest-latex-unicode-20040307 75 diff --git a/dev-tex/latex-unicode/files/digest-latex-unicode-20040307 b/dev-tex/latex-unicode/files/digest-latex-unicode-20040307 new file mode 100644 index 000000000000..e3e9267e3f5c --- /dev/null +++ b/dev-tex/latex-unicode/files/digest-latex-unicode-20040307 @@ -0,0 +1 @@ +MD5 f7d283d3c8a07f1031e27f63b6d3a64b latex-unicode-20040307.tar.gz 1067654 diff --git a/dev-tex/latex-unicode/latex-unicode-20040307.ebuild b/dev-tex/latex-unicode/latex-unicode-20040307.ebuild new file mode 100644 index 000000000000..8887a454e57a --- /dev/null +++ b/dev-tex/latex-unicode/latex-unicode-20040307.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20040307.ebuild,v 1.1 2004/04/13 16:23:07 usata 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="virtual/tetex + 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 + einfo + einfo "Please refer to /usr/share/doc/${P}/README.gz" + einfo "and languages.ps in that directory for language-specific examples." + einfo +} |